1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/gns3server/modules
2015-09-20 13:19:57 -06:00
..
adapters
docker Initial Docker support from Google Summer of Code 2015-09-08 10:57:28 +02:00
dynamips Do not automatically delete Dynamips bootflash file because they are necessary to restore VLANs on the c3600 platform. 2015-09-16 06:09:14 -06:00
iou Catch ProcessLookupError when updating iouyap config. Fixes #255. 2015-07-27 11:41:13 -06:00
nios This may fix "The semaphore timeout period has expired" error on Windows. #311. 2015-09-13 15:47:43 -06:00
qemu Automatically add the -no-kvm option if -icount is detected to help with the migration of ASA VMs created before version 1.4 2015-09-18 15:40:56 -06:00
virtualbox VirtualBox VMs can only be started if powered off. Fixes #299. 2015-09-08 01:20:46 -06:00
vmware Use custom VMnet interfaces without host adapter when uBridge is not used. Fixes #673. 2015-09-20 13:19:57 -06:00
vpcs Support of VPCS 0.8 2015-09-07 17:35:21 +02:00
__init__.py
base_manager.py Throw an error if ubridge as incorrect permissions. Fixes #312. 2015-09-14 15:05:25 -06:00
base_vm.py Throw an error if ubridge as incorrect permissions. Fixes #312. 2015-09-14 15:05:25 -06:00
port_manager.py Initial Docker support from Google Summer of Code 2015-09-08 10:57:28 +02:00
project_manager.py Prevent starting different hypervisors that leverage hardware virtualization (VT-x/AMD-V). Fixes #548. 2015-07-26 19:21:30 -06:00
project.py Catch GeneratorExit exception. Fixes #231. 2015-07-25 16:55:37 -06:00
vm_error.py