Custom patches for GNS3 network topology simulator & planning software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.3 KiB

GNS3 Patches

Custom patches for GNS3 network topology simulator & planning software.

Author: Pekka Helenius, 2019-2021.

Patches

Adds link color support for GNS3.

GNS3 version target: 2.2.0a2

Ref: GitHub - GNS3/gns3-gui: issue #2461 Link Colors

QEMU environment variables

GNS3 version target: 2.2.0a2

Adds QEMU environment variable support for GNS3. For instance, if we want to disable audio for QEMU-based virtual machines, simply give input variable QEMU_AUDIO_DRV=none.

Internally, the supplied values are interpreted in Unix process level as <qemu-envvars> <qemu-executable> <vm-parameters-by-gns3>.

License

GPLv3.