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.

39 lines
1.3 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. # GNS3 Patches
  2. Custom patches for GNS3 network topology simulator & planning software.
  3. **Author**: Pekka Helenius, 2019-2021.
  4. ## Patches
  5. ### Link colors
  6. Adds link color support for GNS3.
  7. GNS3 version target: `2.2.0a2`
  8. Ref: [GitHub - GNS3/gns3-gui: issue #2461 Link Colors](https://github.com/GNS3/gns3-gui/issues/2461)
  9. [![](https://fjordtek.com/images/content/thumb/medium-550/gns3_1.png)](https://fjordtek.com/images/content/gns3_1.png)
  10. - [gns3-gui - patch_gns3gui_linkcolors.patch](patches/gns3-gui/patch_gns3gui_linkcolors.patch)
  11. - [gns3-server - patch_gns3server_linkcolors.patch](patches/gns3-server/patch_gns3server_linkcolors.patch)
  12. ### QEMU environment variables
  13. GNS3 version target: `2.2.0a2`
  14. 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`.
  15. Internally, the supplied values are interpreted in Unix process level as `<qemu-envvars> <qemu-executable> <vm-parameters-by-gns3>`.
  16. ![](images/patch_qemu-envvars-1.png)
  17. - [gns3-gui - patch_gns3gui_qemu-envvars.patch](patches/gns3-gui/patch_gns3gui_qemu-envvars.patch)
  18. - [gns3-server - patch_gns3server_qemu-envvars.patch](patches/gns3-server/patch_gns3server_qemu-envvars.patch)
  19. ## License
  20. GPLv3.