1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-05 21:51:03 +00:00
gns3-server/gns3server/modules/virtualbox
Vasil Rangelov 60219d9a45 Use hex encoding on VirtualBox pipe names
This allows arbitrary characters in VirtualBox VM names, while also ensuring all different weird names can coexist.

Example of two VMs that previously couldn't both have a serial console - "VM 1" and "VM_1", because the former's pipe name is converted to the latter, while the latter would remain unchanged.
2015-04-10 23:35:21 +03:00
..
__init__.py Check name of the VBoxManage executable 2015-04-01 17:36:22 +02:00
telnet_server.py Fixes Telnet server initialization issue in VirtualBox. Fixes #88. 2015-03-05 21:20:02 -07:00
virtualbox_error.py Some spring cleaning. 2015-04-08 11:17:34 -06:00
virtualbox_vm.py Use hex encoding on VirtualBox pipe names 2015-04-10 23:35:21 +03:00