Pekka Helenius 4d7987af2a | 3 years ago | |
---|---|---|
images | 3 years ago | |
patches | 3 years ago | |
README.md | 3 years ago |
Custom patches for GNS3 network topology simulator & planning software.
Author: Pekka Helenius, 2019-2021.
Adds link color support for GNS3.
GNS3 version target: 2.2.0a2
Ref: GitHub - GNS3/gns3-gui: issue #2461 Link Colors
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>
.
GPLv3.