1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-20 07:18:07 +00:00
gns3-server/gns3server/handlers/api/compute
grossmj c5412bf970 Allocate application IDs for IOU nodes on the controller.
An application ID is used by IOU to generate its interface Mac addresses. They must be unique across all opened projects sharing the same computes to avoid Mac address collisions.
2020-02-10 15:20:49 +08:00
..
__init__.py Check for valid IP address and prevent to run on non-Windows platforms. 2018-03-29 13:26:43 +07:00
atm_switch_handler.py Fix traceback when starting packet capture on builtin nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2743 2019-03-25 16:57:36 +08:00
capabilities_handler.py Some spring cleaning. 2018-03-15 14:17:39 +07:00
cloud_handler.py Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 2018-10-27 14:47:17 +07:00
docker_handler.py Support for additional persistent docker volumes to be specified within appliance configuration 2019-04-22 10:26:41 +01:00
dynamips_vm_handler.py Use aiofiles where relevant. 2019-03-06 23:00:01 +07:00
ethernet_hub_handler.py Fix traceback when starting packet capture on builtin nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2743 2019-03-25 16:57:36 +08:00
ethernet_switch_handler.py Fix traceback when starting packet capture on builtin nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2743 2019-03-25 16:57:36 +08:00
frame_relay_switch_handler.py Fix traceback when starting packet capture on builtin nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2743 2019-03-25 16:57:36 +08:00
iou_handler.py Allocate application IDs for IOU nodes on the controller. 2020-02-10 15:20:49 +08:00
nat_handler.py Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 2018-10-27 14:47:17 +07:00
network_handler.py Return compute port information via API. Ref #1420. 2018-10-05 12:48:20 +02:00
notification_handler.py Some adjustments with compute WebSocket handling. Ref https://github.com/GNS3/gns3-server/issues/1564 2019-04-14 16:48:12 +07:00
project_handler.py Python3.8 support. Ref https://github.com/GNS3/gns3-gui/issues/2895 2019-11-11 12:44:31 +08:00
qemu_handler.py Refresh mounted media after ISO switch. 2019-06-12 14:23:03 +02:00
server_handler.py Fix some typos. 2018-10-04 15:22:42 +02:00
traceng_handler.py Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 2018-10-27 14:47:17 +07:00
virtualbox_handler.py Fix exception when adding VirtualBox VM. Fixes #1685. 2019-11-08 17:13:21 +08:00
vmware_handler.py Fix link pause/filters only work for the first interface of Docker containers. Fixes #1482 2018-12-14 19:53:43 -06:00
vpcs_handler.py Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 2018-10-27 14:47:17 +07:00