├── .coveragerc ├── .gitattributes ├── .github └── workflows │ ├── add-new-issues-to-project.yml │ ├── codeql-analysis.yml │ ├── docker-build.yml │ ├── publish-api-documentation.yml │ └── testing.yml ├── .gitignore ├── .whitesource ├── AUTHORS ├── CHANGELOG ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── MANIFEST.in ├── README.md ├── SECURITY.md ├── compose.yaml ├── conf └── gns3_server.conf ├── dev-requirements.txt ├── docs ├── Makefile ├── __init__.py ├── _static │ └── .keep ├── api │ ├── examples │ │ ├── compute_delete_projectsprojectid.txt │ │ ├── compute_delete_projectsprojectidcloudnodesnodeid.txt │ │ ├── compute_delete_projectsprojectidcloudnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_delete_projectsprojectiddockernodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_delete_projectsprojectidiounodesnodeid.txt │ │ ├── compute_delete_projectsprojectidiounodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_delete_projectsprojectidnatnodesnodeid.txt │ │ ├── compute_delete_projectsprojectidnatnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_delete_projectsprojectidqemunodesnodeid.txt │ │ ├── compute_delete_projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_delete_projectsprojectidtracengnodesnodeid.txt │ │ ├── compute_delete_projectsprojectidtracengnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_delete_projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_delete_projectsprojectidvmwarenodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_delete_projectsprojectidvpcsnodesnodeid.txt │ │ ├── compute_delete_projectsprojectidvpcsnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_get_capabilities.txt │ │ ├── compute_get_iouimages.txt │ │ ├── compute_get_networkinterfaces.txt │ │ ├── compute_get_projects.txt │ │ ├── compute_get_projectsprojectid.txt │ │ ├── compute_get_projectsprojectidcloudnodesnodeid.txt │ │ ├── compute_get_projectsprojectidiounodesnodeid.txt │ │ ├── compute_get_projectsprojectidnatnodesnodeid.txt │ │ ├── compute_get_projectsprojectidqemunodesnodeid.txt │ │ ├── compute_get_projectsprojectidtracengnodesnodeid.txt │ │ ├── compute_get_projectsprojectidvirtualboxnodesnodeid.txt │ │ ├── compute_get_projectsprojectidvmwarenodesnodeid.txt │ │ ├── compute_get_projectsprojectidvpcsnodesnodeid.txt │ │ ├── compute_get_qemubinaries.txt │ │ ├── compute_get_qemucapabilities.txt │ │ ├── compute_get_version.txt │ │ ├── compute_post_projects.txt │ │ ├── compute_post_projectsprojectidclose.txt │ │ ├── compute_post_projectsprojectidcloudnodes.txt │ │ ├── compute_post_projectsprojectidcloudnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_post_projectsprojectidcloudnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.txt │ │ ├── compute_post_projectsprojectidcloudnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.txt │ │ ├── compute_post_projectsprojectiddockernodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_post_projectsprojectiddockernodesnodeidadaptersadapternumberdportsportnumberdstartcapture.txt │ │ ├── compute_post_projectsprojectiddockernodesnodeidadaptersadapternumberdportsportnumberdstopcapture.txt │ │ ├── compute_post_projectsprojectiddockernodesnodeidduplicate.txt │ │ ├── compute_post_projectsprojectidiounodes.txt │ │ ├── compute_post_projectsprojectidiounodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_post_projectsprojectidiounodesnodeidadaptersadapternumberdportsportnumberdstartcapture.txt │ │ ├── compute_post_projectsprojectidiounodesnodeidadaptersadapternumberdportsportnumberdstopcapture.txt │ │ ├── compute_post_projectsprojectidiounodesnodeidduplicate.txt │ │ ├── compute_post_projectsprojectidiounodesnodeidreload.txt │ │ ├── compute_post_projectsprojectidiounodesnodeidstart.txt │ │ ├── compute_post_projectsprojectidiounodesnodeidstop.txt │ │ ├── compute_post_projectsprojectidnatnodes.txt │ │ ├── compute_post_projectsprojectidnatnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_post_projectsprojectidnatnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.txt │ │ ├── compute_post_projectsprojectidnatnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.txt │ │ ├── compute_post_projectsprojectidportsudp.txt │ │ ├── compute_post_projectsprojectidqemunodes.txt │ │ ├── compute_post_projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_post_projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdstartcapture.txt │ │ ├── compute_post_projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdstopcapture.txt │ │ ├── compute_post_projectsprojectidqemunodesnodeidduplicate.txt │ │ ├── compute_post_projectsprojectidqemunodesnodeidreload.txt │ │ ├── compute_post_projectsprojectidqemunodesnodeidresume.txt │ │ ├── compute_post_projectsprojectidqemunodesnodeidstart.txt │ │ ├── compute_post_projectsprojectidqemunodesnodeidstop.txt │ │ ├── compute_post_projectsprojectidqemunodesnodeidsuspend.txt │ │ ├── compute_post_projectsprojectidtracengnodes.txt │ │ ├── compute_post_projectsprojectidtracengnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_post_projectsprojectidtracengnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.txt │ │ ├── compute_post_projectsprojectidtracengnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.txt │ │ ├── compute_post_projectsprojectidtracengnodesnodeidduplicate.txt │ │ ├── compute_post_projectsprojectidtracengnodesnodeidreload.txt │ │ ├── compute_post_projectsprojectidtracengnodesnodeidstart.txt │ │ ├── compute_post_projectsprojectidtracengnodesnodeidstop.txt │ │ ├── compute_post_projectsprojectidvirtualboxnodes.txt │ │ ├── compute_post_projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_post_projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.txt │ │ ├── compute_post_projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.txt │ │ ├── compute_post_projectsprojectidvirtualboxnodesnodeidreload.txt │ │ ├── compute_post_projectsprojectidvirtualboxnodesnodeidresume.txt │ │ ├── compute_post_projectsprojectidvirtualboxnodesnodeidstart.txt │ │ ├── compute_post_projectsprojectidvirtualboxnodesnodeidstop.txt │ │ ├── compute_post_projectsprojectidvirtualboxnodesnodeidsuspend.txt │ │ ├── compute_post_projectsprojectidvmwarenodes.txt │ │ ├── compute_post_projectsprojectidvmwarenodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_post_projectsprojectidvmwarenodesnodeidadaptersadapternumberdportsportnumberdstartcapture.txt │ │ ├── compute_post_projectsprojectidvmwarenodesnodeidadaptersadapternumberdportsportnumberdstopcapture.txt │ │ ├── compute_post_projectsprojectidvmwarenodesnodeidreload.txt │ │ ├── compute_post_projectsprojectidvmwarenodesnodeidresume.txt │ │ ├── compute_post_projectsprojectidvmwarenodesnodeidstart.txt │ │ ├── compute_post_projectsprojectidvmwarenodesnodeidstop.txt │ │ ├── compute_post_projectsprojectidvmwarenodesnodeidsuspend.txt │ │ ├── compute_post_projectsprojectidvpcsnodes.txt │ │ ├── compute_post_projectsprojectidvpcsnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_post_projectsprojectidvpcsnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.txt │ │ ├── compute_post_projectsprojectidvpcsnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.txt │ │ ├── compute_post_projectsprojectidvpcsnodesnodeidduplicate.txt │ │ ├── compute_post_projectsprojectidvpcsnodesnodeidreload.txt │ │ ├── compute_post_projectsprojectidvpcsnodesnodeidstart.txt │ │ ├── compute_post_projectsprojectidvpcsnodesnodeidstop.txt │ │ ├── compute_post_qemuimg.txt │ │ ├── compute_put_projectsprojectid.txt │ │ ├── compute_put_projectsprojectidcloudnodesnodeid.txt │ │ ├── compute_put_projectsprojectidcloudnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_put_projectsprojectiddockernodesnodeid.txt │ │ ├── compute_put_projectsprojectiddockernodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_put_projectsprojectidiounodesnodeid.txt │ │ ├── compute_put_projectsprojectidiounodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_put_projectsprojectidnatnodesnodeid.txt │ │ ├── compute_put_projectsprojectidnatnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_put_projectsprojectidqemunodesnodeid.txt │ │ ├── compute_put_projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_put_projectsprojectidtracengnodesnodeid.txt │ │ ├── compute_put_projectsprojectidtracengnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_put_projectsprojectidvirtualboxnodesnodeid.txt │ │ ├── compute_put_projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_put_projectsprojectidvmwarenodesnodeid.txt │ │ ├── compute_put_projectsprojectidvmwarenodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── compute_put_projectsprojectidvpcsnodesnodeid.txt │ │ ├── compute_put_projectsprojectidvpcsnodesnodeidadaptersadapternumberdportsportnumberdnio.txt │ │ ├── controller_delete_computescomputeid.txt │ │ ├── controller_delete_projectsprojectid.txt │ │ ├── controller_delete_projectsprojectiddrawingsdrawingid.txt │ │ ├── controller_delete_projectsprojectidlinkslinkid.txt │ │ ├── controller_delete_projectsprojectidnodesnodeid.txt │ │ ├── controller_delete_projectsprojectidsnapshotssnapshotid.txt │ │ ├── controller_delete_templatestemplateid.txt │ │ ├── controller_get_appliances.txt │ │ ├── controller_get_computes.txt │ │ ├── controller_get_computescomputeid.txt │ │ ├── controller_get_computescomputeidemulatoraction.txt │ │ ├── controller_get_computescomputeidemulatorimages.txt │ │ ├── controller_get_gns3vm.txt │ │ ├── controller_get_gns3vmengines.txt │ │ ├── controller_get_gns3vmenginesenginevms.txt │ │ ├── controller_get_projects.txt │ │ ├── controller_get_projectsprojectid.txt │ │ ├── controller_get_projectsprojectiddrawings.txt │ │ ├── controller_get_projectsprojectiddrawingsdrawingid.txt │ │ ├── controller_get_projectsprojectidlinks.txt │ │ ├── controller_get_projectsprojectidlinkslinkid.txt │ │ ├── controller_get_projectsprojectidlinkslinkidavailablefilters.txt │ │ ├── controller_get_projectsprojectidnodes.txt │ │ ├── controller_get_projectsprojectidnodesnodeid.txt │ │ ├── controller_get_projectsprojectidnodesnodeiddynamipsautoidlepc.txt │ │ ├── controller_get_projectsprojectidnodesnodeiddynamipsidlepcproposals.txt │ │ ├── controller_get_projectsprojectidsnapshots.txt │ │ ├── controller_get_symbols.txt │ │ ├── controller_get_templates.txt │ │ ├── controller_get_templatestemplateid.txt │ │ ├── controller_get_version.txt │ │ ├── controller_post_computes.txt │ │ ├── controller_post_computescomputeidautoidlepc.txt │ │ ├── controller_post_computescomputeidemulatoraction.txt │ │ ├── controller_post_projects.txt │ │ ├── controller_post_projectsload.txt │ │ ├── controller_post_projectsprojectidclose.txt │ │ ├── controller_post_projectsprojectiddrawings.txt │ │ ├── controller_post_projectsprojectidduplicate.txt │ │ ├── controller_post_projectsprojectidlinks.txt │ │ ├── controller_post_projectsprojectidlinkslinkidstartcapture.txt │ │ ├── controller_post_projectsprojectidlinkslinkidstopcapture.txt │ │ ├── controller_post_projectsprojectidnodes.txt │ │ ├── controller_post_projectsprojectidnodesnodeidduplicate.txt │ │ ├── controller_post_projectsprojectidnodesnodeidreload.txt │ │ ├── controller_post_projectsprojectidnodesnodeidstart.txt │ │ ├── controller_post_projectsprojectidnodesnodeidstop.txt │ │ ├── controller_post_projectsprojectidnodesnodeidsuspend.txt │ │ ├── controller_post_projectsprojectidnodesreload.txt │ │ ├── controller_post_projectsprojectidnodesstart.txt │ │ ├── controller_post_projectsprojectidnodesstop.txt │ │ ├── controller_post_projectsprojectidnodessuspend.txt │ │ ├── controller_post_projectsprojectidopen.txt │ │ ├── controller_post_projectsprojectidsnapshots.txt │ │ ├── controller_post_projectsprojectidsnapshotssnapshotidrestore.txt │ │ ├── controller_post_shutdown.txt │ │ ├── controller_post_templates.txt │ │ ├── controller_post_templatestemplateidduplicate.txt │ │ ├── controller_post_version.txt │ │ ├── controller_put_computescomputeid.txt │ │ ├── controller_put_gns3vm.txt │ │ ├── controller_put_projectsprojectid.txt │ │ ├── controller_put_projectsprojectiddrawingsdrawingid.txt │ │ ├── controller_put_projectsprojectidlinkslinkid.txt │ │ ├── controller_put_projectsprojectidnodesnodeid.txt │ │ └── controller_put_templatestemplateid.txt │ ├── notifications │ │ ├── compute.created.json │ │ ├── compute.deleted.json │ │ ├── compute.updated.json │ │ ├── drawing.created.json │ │ ├── drawing.deleted.json │ │ ├── drawing.updated.json │ │ ├── ignore.json │ │ ├── link.created.json │ │ ├── link.deleted.json │ │ ├── link.updated.json │ │ ├── log.error.json │ │ ├── log.info.json │ │ ├── log.warning.json │ │ ├── node.created.json │ │ ├── node.deleted.json │ │ ├── node.updated.json │ │ ├── ping.json │ │ ├── project.closed.json │ │ ├── project.created.json │ │ ├── project.deleted.json │ │ ├── project.opened.json │ │ ├── project.updated.json │ │ ├── snapshot.restored.json │ │ ├── template.created.json │ │ ├── template.deleted.json │ │ ├── template.updated.json │ │ └── test.json │ └── v2 │ │ ├── compute │ │ ├── atm_switch.rst │ │ ├── atm_switch │ │ │ ├── projectsprojectidatmrelayswitchnodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidatmrelayswitchnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidatmswitchnodes.rst │ │ │ ├── projectsprojectidatmswitchnodesnodeid.rst │ │ │ ├── projectsprojectidatmswitchnodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidatmswitchnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidatmswitchnodesnodeidduplicate.rst │ │ │ ├── projectsprojectidatmswitchnodesnodeidstart.rst │ │ │ ├── projectsprojectidatmswitchnodesnodeidstop.rst │ │ │ └── projectsprojectidatmswitchnodesnodeidsuspend.rst │ │ ├── capabilities.rst │ │ ├── capabilities │ │ │ └── capabilities.rst │ │ ├── cloud.rst │ │ ├── cloud │ │ │ ├── projectsprojectidcloudnodes.rst │ │ │ ├── projectsprojectidcloudnodesnodeid.rst │ │ │ ├── projectsprojectidcloudnodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidcloudnodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidcloudnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidcloudnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidcloudnodesnodeidstart.rst │ │ │ ├── projectsprojectidcloudnodesnodeidstop.rst │ │ │ └── projectsprojectidcloudnodesnodeidsuspend.rst │ │ ├── docker.rst │ │ ├── docker │ │ │ ├── dockerimages.rst │ │ │ ├── projectsprojectiddockernodes.rst │ │ │ ├── projectsprojectiddockernodesnodeid.rst │ │ │ ├── projectsprojectiddockernodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectiddockernodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectiddockernodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectiddockernodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectiddockernodesnodeidduplicate.rst │ │ │ ├── projectsprojectiddockernodesnodeidpause.rst │ │ │ ├── projectsprojectiddockernodesnodeidreload.rst │ │ │ ├── projectsprojectiddockernodesnodeidstart.rst │ │ │ ├── projectsprojectiddockernodesnodeidstop.rst │ │ │ ├── projectsprojectiddockernodesnodeidsuspend.rst │ │ │ └── projectsprojectiddockernodesnodeidunpause.rst │ │ ├── dynamips_vm.rst │ │ ├── dynamips_vm │ │ │ ├── dynamipsimages.rst │ │ │ ├── dynamipsimagesfilename.rst │ │ │ ├── projectsprojectiddynamipsnodes.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeid.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeidautoidlepc.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeidduplicate.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeididlepcproposals.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeidreload.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeidresume.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeidstart.rst │ │ │ ├── projectsprojectiddynamipsnodesnodeidstop.rst │ │ │ └── projectsprojectiddynamipsnodesnodeidsuspend.rst │ │ ├── ethernet_hub.rst │ │ ├── ethernet_hub │ │ │ ├── projectsprojectidethernethubnodes.rst │ │ │ ├── projectsprojectidethernethubnodesnodeid.rst │ │ │ ├── projectsprojectidethernethubnodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidethernethubnodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidethernethubnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidethernethubnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidethernethubnodesnodeidduplicate.rst │ │ │ ├── projectsprojectidethernethubnodesnodeidstart.rst │ │ │ ├── projectsprojectidethernethubnodesnodeidstop.rst │ │ │ └── projectsprojectidethernethubnodesnodeidsuspend.rst │ │ ├── ethernet_switch.rst │ │ ├── ethernet_switch │ │ │ ├── projectsprojectidethernetswitchnodes.rst │ │ │ ├── projectsprojectidethernetswitchnodesnodeid.rst │ │ │ ├── projectsprojectidethernetswitchnodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidethernetswitchnodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidethernetswitchnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidethernetswitchnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidethernetswitchnodesnodeidduplicate.rst │ │ │ ├── projectsprojectidethernetswitchnodesnodeidstart.rst │ │ │ ├── projectsprojectidethernetswitchnodesnodeidstop.rst │ │ │ └── projectsprojectidethernetswitchnodesnodeidsuspend.rst │ │ ├── frame_relay_switch.rst │ │ ├── frame_relay_switch │ │ │ ├── projectsprojectidframerelayswitchnodes.rst │ │ │ ├── projectsprojectidframerelayswitchnodesnodeid.rst │ │ │ ├── projectsprojectidframerelayswitchnodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidframerelayswitchnodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidframerelayswitchnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidframerelayswitchnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidframerelayswitchnodesnodeidduplicate.rst │ │ │ ├── projectsprojectidframerelayswitchnodesnodeidstart.rst │ │ │ ├── projectsprojectidframerelayswitchnodesnodeidstop.rst │ │ │ └── projectsprojectidframerelayswitchnodesnodeidsuspend.rst │ │ ├── iou.rst │ │ ├── iou │ │ │ ├── iouimages.rst │ │ │ ├── iouimagesfilename.rst │ │ │ ├── projectsprojectidiounodes.rst │ │ │ ├── projectsprojectidiounodesnodeid.rst │ │ │ ├── projectsprojectidiounodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidiounodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidiounodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidiounodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidiounodesnodeidduplicate.rst │ │ │ ├── projectsprojectidiounodesnodeidreload.rst │ │ │ ├── projectsprojectidiounodesnodeidstart.rst │ │ │ ├── projectsprojectidiounodesnodeidstop.rst │ │ │ └── projectsprojectidiounodesnodeidsuspend.rst │ │ ├── nat.rst │ │ ├── nat │ │ │ ├── projectsprojectidnatnodes.rst │ │ │ ├── projectsprojectidnatnodesnodeid.rst │ │ │ ├── projectsprojectidnatnodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidnatnodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidnatnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidnatnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidnatnodesnodeidstart.rst │ │ │ ├── projectsprojectidnatnodesnodeidstop.rst │ │ │ └── projectsprojectidnatnodesnodeidsuspend.rst │ │ ├── network.rst │ │ ├── network │ │ │ ├── networkinterfaces.rst │ │ │ ├── networkports.rst │ │ │ └── projectsprojectidportsudp.rst │ │ ├── notification.rst │ │ ├── notification │ │ │ └── notificationsws.rst │ │ ├── project.rst │ │ ├── project │ │ │ ├── projects.rst │ │ │ ├── projectsprojectid.rst │ │ │ ├── projectsprojectidclose.rst │ │ │ ├── projectsprojectidfiles.rst │ │ │ ├── projectsprojectidfilespath.rst │ │ │ └── projectsprojectidnotifications.rst │ │ ├── qemu.rst │ │ ├── qemu │ │ │ ├── projectsprojectidqemunodes.rst │ │ │ ├── projectsprojectidqemunodesnodeid.rst │ │ │ ├── projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidqemunodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidqemunodesnodeidduplicate.rst │ │ │ ├── projectsprojectidqemunodesnodeidreload.rst │ │ │ ├── projectsprojectidqemunodesnodeidresizedisk.rst │ │ │ ├── projectsprojectidqemunodesnodeidresume.rst │ │ │ ├── projectsprojectidqemunodesnodeidstart.rst │ │ │ ├── projectsprojectidqemunodesnodeidstop.rst │ │ │ ├── projectsprojectidqemunodesnodeidsuspend.rst │ │ │ ├── qemubinaries.rst │ │ │ ├── qemucapabilities.rst │ │ │ ├── qemuimages.rst │ │ │ ├── qemuimagesfilename.rst │ │ │ ├── qemuimg.rst │ │ │ └── qemuimgbinaries.rst │ │ ├── server.rst │ │ ├── server │ │ │ ├── debug.rst │ │ │ └── version.rst │ │ ├── traceng.rst │ │ ├── traceng │ │ │ ├── projectsprojectidtracengnodes.rst │ │ │ ├── projectsprojectidtracengnodesnodeid.rst │ │ │ ├── projectsprojectidtracengnodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidtracengnodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidtracengnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidtracengnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidtracengnodesnodeidduplicate.rst │ │ │ ├── projectsprojectidtracengnodesnodeidreload.rst │ │ │ ├── projectsprojectidtracengnodesnodeidstart.rst │ │ │ ├── projectsprojectidtracengnodesnodeidstop.rst │ │ │ └── projectsprojectidtracengnodesnodeidsuspend.rst │ │ ├── virtualbox.rst │ │ ├── virtualbox │ │ │ ├── projectsprojectidvirtualboxnodes.rst │ │ │ ├── projectsprojectidvirtualboxnodesnodeid.rst │ │ │ ├── projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidvirtualboxnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidvirtualboxnodesnodeidreload.rst │ │ │ ├── projectsprojectidvirtualboxnodesnodeidresume.rst │ │ │ ├── projectsprojectidvirtualboxnodesnodeidstart.rst │ │ │ ├── projectsprojectidvirtualboxnodesnodeidstop.rst │ │ │ ├── projectsprojectidvirtualboxnodesnodeidsuspend.rst │ │ │ └── virtualboxvms.rst │ │ ├── vmware.rst │ │ ├── vmware │ │ │ ├── projectsprojectidvmwarenodes.rst │ │ │ ├── projectsprojectidvmwarenodesnodeid.rst │ │ │ ├── projectsprojectidvmwarenodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidvmwarenodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidvmwarenodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidvmwarenodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidvmwarenodesnodeidinterfacesvmnet.rst │ │ │ ├── projectsprojectidvmwarenodesnodeidreload.rst │ │ │ ├── projectsprojectidvmwarenodesnodeidresume.rst │ │ │ ├── projectsprojectidvmwarenodesnodeidstart.rst │ │ │ ├── projectsprojectidvmwarenodesnodeidstop.rst │ │ │ ├── projectsprojectidvmwarenodesnodeidsuspend.rst │ │ │ └── vmwarevms.rst │ │ ├── vpcs.rst │ │ └── vpcs │ │ │ ├── projectsprojectidvpcsnodes.rst │ │ │ ├── projectsprojectidvpcsnodesnodeid.rst │ │ │ ├── projectsprojectidvpcsnodesnodeidadaptersadapternumberdportsportnumberdnio.rst │ │ │ ├── projectsprojectidvpcsnodesnodeidadaptersadapternumberdportsportnumberdpcap.rst │ │ │ ├── projectsprojectidvpcsnodesnodeidadaptersadapternumberdportsportnumberdstartcapture.rst │ │ │ ├── projectsprojectidvpcsnodesnodeidadaptersadapternumberdportsportnumberdstopcapture.rst │ │ │ ├── projectsprojectidvpcsnodesnodeidduplicate.rst │ │ │ ├── projectsprojectidvpcsnodesnodeidreload.rst │ │ │ ├── projectsprojectidvpcsnodesnodeidstart.rst │ │ │ ├── projectsprojectidvpcsnodesnodeidstop.rst │ │ │ └── projectsprojectidvpcsnodesnodeidsuspend.rst │ │ └── controller │ │ ├── appliance.rst │ │ ├── appliance │ │ └── appliances.rst │ │ ├── compute.rst │ │ ├── compute │ │ ├── s.rst │ │ ├── sendpointidemulatoraction.rst │ │ ├── sid.rst │ │ ├── sidautoidlepc.rst │ │ ├── sidemulatoraction.rst │ │ ├── sidemulatorimages.rst │ │ └── sidports.rst │ │ ├── drawing.rst │ │ ├── drawing │ │ ├── projectsprojectiddrawings.rst │ │ └── projectsprojectiddrawingsdrawingid.rst │ │ ├── gns3_vm.rst │ │ ├── gns3_vm │ │ ├── gns3vm.rst │ │ ├── gns3vmengines.rst │ │ └── gns3vmenginesenginevms.rst │ │ ├── link.rst │ │ ├── link │ │ ├── projectsprojectidlinks.rst │ │ ├── projectsprojectidlinkslinkid.rst │ │ ├── projectsprojectidlinkslinkidavailablefilters.rst │ │ ├── projectsprojectidlinkslinkidpcap.rst │ │ ├── projectsprojectidlinkslinkidstartcapture.rst │ │ └── projectsprojectidlinkslinkidstopcapture.rst │ │ ├── node.rst │ │ ├── node │ │ ├── projectsprojectidnodes.rst │ │ ├── projectsprojectidnodesnodeid.rst │ │ ├── projectsprojectidnodesnodeidduplicate.rst │ │ ├── projectsprojectidnodesnodeiddynamipsautoidlepc.rst │ │ ├── projectsprojectidnodesnodeiddynamipsidlepcproposals.rst │ │ ├── projectsprojectidnodesnodeidfilespath.rst │ │ ├── projectsprojectidnodesnodeidlinks.rst │ │ ├── projectsprojectidnodesnodeidreload.rst │ │ ├── projectsprojectidnodesnodeidresizedisk.rst │ │ ├── projectsprojectidnodesnodeidstart.rst │ │ ├── projectsprojectidnodesnodeidstop.rst │ │ ├── projectsprojectidnodesnodeidsuspend.rst │ │ ├── projectsprojectidnodesreload.rst │ │ ├── projectsprojectidnodesstart.rst │ │ ├── projectsprojectidnodesstop.rst │ │ └── projectsprojectidnodessuspend.rst │ │ ├── notification.rst │ │ ├── notification │ │ ├── notifications.rst │ │ └── notificationsws.rst │ │ ├── project.rst │ │ ├── project │ │ ├── projects.rst │ │ ├── projectsload.rst │ │ ├── projectsprojectid.rst │ │ ├── projectsprojectidclose.rst │ │ ├── projectsprojectidduplicate.rst │ │ ├── projectsprojectidexport.rst │ │ ├── projectsprojectidfilespath.rst │ │ ├── projectsprojectidimport.rst │ │ ├── projectsprojectidnotifications.rst │ │ ├── projectsprojectidnotificationsws.rst │ │ ├── projectsprojectidopen.rst │ │ └── projectsprojectidstats.rst │ │ ├── server.rst │ │ ├── server │ │ ├── debug.rst │ │ ├── ioulicense.rst │ │ ├── shutdown.rst │ │ └── version.rst │ │ ├── snapshot.rst │ │ ├── snapshot │ │ ├── projectsprojectidsnapshots.rst │ │ ├── projectsprojectidsnapshotssnapshotid.rst │ │ └── projectsprojectidsnapshotssnapshotidrestore.rst │ │ ├── symbol.rst │ │ ├── symbol │ │ ├── defaultsymbols.rst │ │ ├── symbols.rst │ │ └── symbolssymbolidraw.rst │ │ ├── template.rst │ │ └── template │ │ ├── projectsprojectidtemplatestemplateid.rst │ │ ├── templates.rst │ │ ├── templatestemplateid.rst │ │ └── templatestemplateidduplicate.rst ├── conf.py ├── controller_notifications.rst ├── curl.rst ├── development.rst ├── endpoints.rst ├── file_format.rst ├── general.rst ├── glossary.rst ├── gns3_file.json ├── index.rst ├── make.bat ├── position.rst └── project_notifications.rst ├── gns3server.bat ├── gns3server ├── __init__.py ├── __main__.py ├── appliances │ ├── 6wind-turbo-router.gns3a │ ├── IPCop.gns3a │ ├── a10-vthunder.gns3a │ ├── aaa.gns3a │ ├── alcatel-7750.gns3a │ ├── almalinux.gns3a │ ├── alpine-cloud.gns3a │ ├── alpine-linux-virt.gns3a │ ├── alpine-linux.gns3a │ ├── arista-ceos.gns3a │ ├── arista-veos.gns3a │ ├── aruba-arubaoscx.gns3a │ ├── aruba-vgw.gns3a │ ├── aruba-vmc.gns3a │ ├── asterfusion-vAsterNOS-campus.gns3a │ ├── asterfusion-vAsterNOS.gns3a │ ├── asterisk.gns3a │ ├── bigswitch-bigcloud-fabric.gns3a │ ├── bird.gns3a │ ├── bird2.gns3a │ ├── brocade-vadx.gns3a │ ├── brocade-vrouter.gns3a │ ├── brocade-vtm.gns3a │ ├── bsdrp.gns3a │ ├── centos-cloud.gns3a │ ├── centos7.gns3a │ ├── checkpoint-gaia.gns3a │ ├── chromium.gns3a │ ├── cisco-1700.gns3a │ ├── cisco-2600.gns3a │ ├── cisco-2691.gns3a │ ├── cisco-3620.gns3a │ ├── cisco-3640.gns3a │ ├── cisco-3660.gns3a │ ├── cisco-3725.gns3a │ ├── cisco-3745.gns3a │ ├── cisco-7200.gns3a │ ├── cisco-asa.gns3a │ ├── cisco-asav.gns3a │ ├── cisco-c8000v.gns3a │ ├── cisco-cat9k.gns3a │ ├── cisco-csr1000v.gns3a │ ├── cisco-dcnm.gns3a │ ├── cisco-fcnf.gns3a │ ├── cisco-fmcv.gns3a │ ├── cisco-fsve.gns3a │ ├── cisco-ftdv.gns3a │ ├── cisco-iosv.gns3a │ ├── cisco-iosvl2.gns3a │ ├── cisco-iosxrv.gns3a │ ├── cisco-iosxrv9k.gns3a │ ├── cisco-iou-l2.gns3a │ ├── cisco-iou-l3.gns3a │ ├── cisco-ise.gns3a │ ├── cisco-ngipsv.gns3a │ ├── cisco-nxosv.gns3a │ ├── cisco-nxosv9k.gns3a │ ├── cisco-pyats.gns3a │ ├── cisco-smc.gns3a │ ├── cisco-vWLC.gns3a │ ├── cisco-wsav.gns3a │ ├── citrix-netscaler-vpx.gns3a │ ├── citrix-sd-wan.gns3a │ ├── citrix-sdwan-center.gns3a │ ├── clavister-netsheild.gns3a │ ├── clavister-netwall.gns3a │ ├── clearos.gns3a │ ├── cloudrouter.gns3a │ ├── coreos.gns3a │ ├── cumulus-vx.gns3a │ ├── danos.gns3a │ ├── debian.gns3a │ ├── deft-linux.gns3a │ ├── dell-ftos.gns3a │ ├── dns.gns3a │ ├── empty-vm.gns3a │ ├── endhost.gns3a │ ├── exos.gns3a │ ├── extreme-networks-voss.gns3a │ ├── f5-bigip.gns3a │ ├── f5-bigiq.gns3a │ ├── fedora-cloud.gns3a │ ├── firefox.gns3a │ ├── fortiadc-manager.gns3a │ ├── fortiadc.gns3a │ ├── fortianalyzer.gns3a │ ├── fortiauthenticator.gns3a │ ├── forticache.gns3a │ ├── fortigate.gns3a │ ├── fortimail.gns3a │ ├── fortimanager.gns3a │ ├── fortiproxy.gns3a │ ├── fortirecorder.gns3a │ ├── fortisandbox.gns3a │ ├── fortisiem-super_worker.gns3a │ ├── fortiweb.gns3a │ ├── freeRouter.gns3a │ ├── freebsd.gns3a │ ├── freenas.gns3a │ ├── frr.gns3a │ ├── haproxy.gns3a │ ├── hbcd-pe.gns3a │ ├── hp-vsr1001.gns3a │ ├── huawei-ar1kv.gns3a │ ├── huawei-ce12800.gns3a │ ├── huawei-ne40e.gns3a │ ├── huawei-usg6kv.gns3a │ ├── infix.gns3a │ ├── innovaphone-app.gns3a │ ├── innovaphone-ipva.gns3a │ ├── ipfire.gns3a │ ├── ipterm.gns3a │ ├── ipxe.gns3a │ ├── juniper-junos-space.gns3a │ ├── juniper-vJunos-router.gns3a │ ├── juniper-vmx-legacy.gns3a │ ├── juniper-vmx-vcp.gns3a │ ├── juniper-vmx-vfp.gns3a │ ├── juniper-vqfx-pfe.gns3a │ ├── juniper-vqfx-re.gns3a │ ├── juniper-vrr.gns3a │ ├── juniper-vsrx.gns3a │ ├── jupyter.gns3a │ ├── jupyter27.gns3a │ ├── kali-linux-cli.gns3a │ ├── kali-linux.gns3a │ ├── kemp-vlm.gns3a │ ├── kerio-connect.gns3a │ ├── kerio-control.gns3a │ ├── kerio-operator.gns3a │ ├── lancom-vrouter.gns3a │ ├── loadbalancer_org-va.gns3a │ ├── macos-install.gns3a │ ├── mcjoin.gns3a │ ├── microcore-linux.gns3a │ ├── mikrotik-ccr1036-8g-2s+.gns3a │ ├── mikrotik-ccr1072-1g-8s+.gns3a │ ├── mikrotik-chr.gns3a │ ├── mikrotik-crs328-24p-4s+.gns3a │ ├── mikrotik-crs328-4c-20s-4s+.gns3a │ ├── mikrotik-rb1100ahx4-dude-edition.gns3a │ ├── mikrotik-rb2011uias.gns3a │ ├── mikrotik-rb3011uias.gns3a │ ├── mikrotik-rb4011igs+.gns3a │ ├── mikrotik-rb450g.gns3a │ ├── mikrotik-rb450gx4.gns3a │ ├── mikrotik-winbox.gns3a │ ├── mininet.gns3a │ ├── net_toolbox.gns3a │ ├── netapp-ontapsim.gns3a │ ├── netem.gns3a │ ├── nethsecurity.gns3a │ ├── network_automation.gns3a │ ├── nixos.gns3a │ ├── nokia-vsim.gns3a │ ├── ntopng.gns3a │ ├── onos.gns3a │ ├── op5-monitor.gns3a │ ├── open-media-vault.gns3a │ ├── openbsd.gns3a │ ├── opennac.gns3a │ ├── opensuse.gns3a │ ├── openvswitch-management.gns3a │ ├── openvswitch.gns3a │ ├── openwrt-realview.gns3a │ ├── openwrt.gns3a │ ├── opnsense.gns3a │ ├── oracle-linux-cloud.gns3a │ ├── ostinato-wireshark.gns3a │ ├── ostinato.gns3a │ ├── ovs-snmp.gns3a │ ├── packetfence-zen.gns3a │ ├── pan-vm-fw.gns3a │ ├── parrot-os.gns3a │ ├── pfsense.gns3a │ ├── proxmox-mg.gns3a │ ├── puppy-linux.gns3a │ ├── python-go-perl-php.gns3a │ ├── raspian.gns3a │ ├── reactos.gns3a │ ├── rhel.gns3a │ ├── riverbed-steelhead-ng-vcx.gns3a │ ├── rockylinux.gns3a │ ├── security-onion.gns3a │ ├── smoothwall.gns3a │ ├── sophos-iview.gns3a │ ├── sophos-utm.gns3a │ ├── sophos-xg.gns3a │ ├── stonework.gns3a │ ├── stormshield-eva.gns3a │ ├── tacacs-gui.gns3a │ ├── tinycore-linux.gns3a │ ├── trendmicro-imsva.gns3a │ ├── trendmicro-iwsva.gns3a │ ├── truenas.gns3a │ ├── turnkey-wordpress.gns3a │ ├── ubuntu-cloud.gns3a │ ├── ubuntu-docker.gns3a │ ├── ubuntu-gui.gns3a │ ├── untangle.gns3a │ ├── viptela-edge-genericx86-64.gns3a │ ├── viptela-smart-genericx86-64.gns3a │ ├── viptela-vmanage-genericx86-64.gns3a │ ├── vpp.gns3a │ ├── vrin.gns3a │ ├── vyos.gns3a │ ├── watchguard-fireboxv.gns3a │ ├── watchguard-xtmv.gns3a │ ├── webterm.gns3a │ ├── windows-11-dev-env.gns3a │ ├── windows-xp+ie.gns3a │ ├── windows.gns3a │ ├── windows_server.gns3a │ ├── zentyal-server.gns3a │ └── zeroshell.gns3a ├── compute │ ├── __init__.py │ ├── adapters │ │ ├── __init__.py │ │ ├── adapter.py │ │ ├── ethernet_adapter.py │ │ └── serial_adapter.py │ ├── base_manager.py │ ├── base_node.py │ ├── builtin │ │ ├── __init__.py │ │ ├── builtin_node_factory.py │ │ └── nodes │ │ │ ├── __init__.py │ │ │ ├── cloud.py │ │ │ ├── ethernet_hub.py │ │ │ ├── ethernet_switch.py │ │ │ └── nat.py │ ├── docker │ │ ├── __init__.py │ │ ├── docker_error.py │ │ ├── docker_vm.py │ │ └── resources │ │ │ ├── bin │ │ │ └── udhcpc │ │ │ ├── etc │ │ │ └── udhcpc │ │ │ │ └── default.script │ │ │ ├── init.sh │ │ │ └── run-cmd.sh │ ├── dynamips │ │ ├── __init__.py │ │ ├── adapters │ │ │ ├── __init__.py │ │ │ ├── adapter.py │ │ │ ├── c1700_mb_1fe.py │ │ │ ├── c1700_mb_wic1.py │ │ │ ├── c2600_mb_1e.py │ │ │ ├── c2600_mb_1fe.py │ │ │ ├── c2600_mb_2e.py │ │ │ ├── c2600_mb_2fe.py │ │ │ ├── c7200_io_2fe.py │ │ │ ├── c7200_io_fe.py │ │ │ ├── c7200_io_ge_e.py │ │ │ ├── gt96100_fe.py │ │ │ ├── leopard_2fe.py │ │ │ ├── nm_16esw.py │ │ │ ├── nm_1e.py │ │ │ ├── nm_1fe_tx.py │ │ │ ├── nm_4e.py │ │ │ ├── nm_4t.py │ │ │ ├── pa_2fe_tx.py │ │ │ ├── pa_4e.py │ │ │ ├── pa_4t.py │ │ │ ├── pa_8e.py │ │ │ ├── pa_8t.py │ │ │ ├── pa_a1.py │ │ │ ├── pa_fe_tx.py │ │ │ ├── pa_ge.py │ │ │ ├── pa_pos_oc3.py │ │ │ ├── wic_1enet.py │ │ │ ├── wic_1t.py │ │ │ └── wic_2t.py │ │ ├── dynamips_error.py │ │ ├── dynamips_factory.py │ │ ├── dynamips_hypervisor.py │ │ ├── hypervisor.py │ │ ├── nios │ │ │ ├── __init__.py │ │ │ ├── nio.py │ │ │ ├── nio_generic_ethernet.py │ │ │ ├── nio_linux_ethernet.py │ │ │ ├── nio_null.py │ │ │ ├── nio_tap.py │ │ │ ├── nio_udp.py │ │ │ ├── nio_unix.py │ │ │ └── nio_vde.py │ │ └── nodes │ │ │ ├── __init__.py │ │ │ ├── atm_switch.py │ │ │ ├── bridge.py │ │ │ ├── c1700.py │ │ │ ├── c2600.py │ │ │ ├── c2691.py │ │ │ ├── c3600.py │ │ │ ├── c3725.py │ │ │ ├── c3745.py │ │ │ ├── c7200.py │ │ │ ├── device.py │ │ │ ├── ethernet_hub.py │ │ │ ├── ethernet_switch.py │ │ │ ├── frame_relay_switch.py │ │ │ └── router.py │ ├── error.py │ ├── iou │ │ ├── __init__.py │ │ ├── iou_error.py │ │ ├── iou_vm.py │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── iou_export.py │ │ │ └── iou_import.py │ ├── nios │ │ ├── __init__.py │ │ ├── nio.py │ │ ├── nio_ethernet.py │ │ ├── nio_tap.py │ │ └── nio_udp.py │ ├── notification_manager.py │ ├── port_manager.py │ ├── project.py │ ├── project_manager.py │ ├── qemu │ │ ├── __init__.py │ │ ├── qemu_error.py │ │ ├── qemu_vm.py │ │ ├── resources │ │ │ └── config.img.zip │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── guest_cid.py │ │ │ ├── qcow2.py │ │ │ └── ziputils.py │ ├── traceng │ │ ├── __init__.py │ │ ├── traceng_error.py │ │ └── traceng_vm.py │ ├── virtualbox │ │ ├── __init__.py │ │ ├── virtualbox_error.py │ │ └── virtualbox_vm.py │ ├── vmware │ │ ├── __init__.py │ │ ├── vmware_error.py │ │ └── vmware_vm.py │ └── vpcs │ │ ├── __init__.py │ │ ├── vpcs_error.py │ │ └── vpcs_vm.py ├── config.py ├── configs │ ├── ios_base_startup-config.txt │ ├── ios_etherswitch_startup-config.txt │ ├── iou_l2_base_startup-config.txt │ ├── iou_l3_base_startup-config.txt │ └── vpcs_base_config.txt ├── controller │ ├── __init__.py │ ├── appliance.py │ ├── appliance_manager.py │ ├── compute.py │ ├── controller_error.py │ ├── drawing.py │ ├── export_project.py │ ├── gns3vm │ │ ├── __init__.py │ │ ├── base_gns3_vm.py │ │ ├── gns3_vm_error.py │ │ ├── hyperv_gns3_vm.py │ │ ├── remote_gns3_vm.py │ │ ├── virtualbox_gns3_vm.py │ │ └── vmware_gns3_vm.py │ ├── import_project.py │ ├── link.py │ ├── node.py │ ├── notification.py │ ├── ports │ │ ├── __init__.py │ │ ├── atm_port.py │ │ ├── ethernet_port.py │ │ ├── fastethernet_port.py │ │ ├── frame_relay_port.py │ │ ├── gigabitethernet_port.py │ │ ├── port.py │ │ ├── port_factory.py │ │ ├── pos_port.py │ │ └── serial_port.py │ ├── project.py │ ├── snapshot.py │ ├── symbol_themes.py │ ├── symbols.py │ ├── template.py │ ├── template_manager.py │ ├── topology.py │ └── udp_link.py ├── crash_report.py ├── disks │ ├── OVMF_CODE.fd │ ├── OVMF_CODE_4M.fd │ ├── OVMF_VARS.fd │ ├── OVMF_VARS_4M.fd │ ├── empty100G.qcow2 │ ├── empty10G.qcow2 │ ├── empty150G.qcow2 │ ├── empty1T.qcow2 │ ├── empty200G.qcow2 │ ├── empty20G.qcow2 │ ├── empty250G.qcow2 │ ├── empty30G.qcow2 │ ├── empty40G.qcow2 │ ├── empty500G.qcow2 │ ├── empty50G.qcow2 │ └── empty8G.qcow2 ├── handlers │ ├── __init__.py │ ├── api │ │ ├── __init__.py │ │ ├── compute │ │ │ ├── __init__.py │ │ │ ├── atm_switch_handler.py │ │ │ ├── capabilities_handler.py │ │ │ ├── cloud_handler.py │ │ │ ├── docker_handler.py │ │ │ ├── dynamips_vm_handler.py │ │ │ ├── ethernet_hub_handler.py │ │ │ ├── ethernet_switch_handler.py │ │ │ ├── frame_relay_switch_handler.py │ │ │ ├── iou_handler.py │ │ │ ├── nat_handler.py │ │ │ ├── network_handler.py │ │ │ ├── notification_handler.py │ │ │ ├── project_handler.py │ │ │ ├── qemu_handler.py │ │ │ ├── server_handler.py │ │ │ ├── traceng_handler.py │ │ │ ├── virtualbox_handler.py │ │ │ ├── vmware_handler.py │ │ │ └── vpcs_handler.py │ │ └── controller │ │ │ ├── __init__.py │ │ │ ├── appliance_handler.py │ │ │ ├── compute_handler.py │ │ │ ├── drawing_handler.py │ │ │ ├── gns3_vm_handler.py │ │ │ ├── link_handler.py │ │ │ ├── node_handler.py │ │ │ ├── notification_handler.py │ │ │ ├── project_handler.py │ │ │ ├── server_handler.py │ │ │ ├── snapshot_handler.py │ │ │ ├── symbol_handler.py │ │ │ └── template_handler.py │ └── index_handler.py ├── main.py ├── notification_queue.py ├── run.py ├── schemas │ ├── __init__.py │ ├── atm_switch.py │ ├── capabilities.py │ ├── cloud.py │ ├── cloud_template.py │ ├── compute.py │ ├── custom_adapters.py │ ├── docker.py │ ├── docker_template.py │ ├── drawing.py │ ├── dynamips_template.py │ ├── dynamips_vm.py │ ├── ethernet_hub.py │ ├── ethernet_hub_template.py │ ├── ethernet_switch.py │ ├── ethernet_switch_template.py │ ├── filter.py │ ├── frame_relay_switch.py │ ├── gns3vm.py │ ├── iou.py │ ├── iou_license.py │ ├── iou_template.py │ ├── label.py │ ├── link.py │ ├── nat.py │ ├── nio.py │ ├── node.py │ ├── port.py │ ├── project.py │ ├── qemu.py │ ├── qemu_template.py │ ├── server_statistics.py │ ├── snapshot.py │ ├── template.py │ ├── topology.py │ ├── traceng.py │ ├── traceng_template.py │ ├── version.py │ ├── virtualbox.py │ ├── virtualbox_template.py │ ├── vmware.py │ ├── vmware_template.py │ ├── vpcs.py │ └── vpcs_template.py ├── static │ ├── .gitkeep │ └── web-ui │ │ ├── 26.77d4bfd104f37c42e028.js │ │ ├── 3rdpartylicenses.txt │ │ ├── MaterialIcons-Regular.4674f8ded773cb03e824.eot │ │ ├── MaterialIcons-Regular.5e7382c63da0098d634a.ttf │ │ ├── MaterialIcons-Regular.83bebaf37c09c7e1c3ee.woff │ │ ├── MaterialIcons-Regular.cff684e59ffb052d72cb.woff2 │ │ ├── NotoSans-Bold.18ef6a21171328dc11a9.svg │ │ ├── NotoSans-Bold.364158e7b3016f83790a.woff │ │ ├── NotoSans-Bold.3ea2282022a16bb2827b.woff2 │ │ ├── NotoSans-Bold.82b1a58ddf26951345dc.ttf │ │ ├── NotoSans-Bold.fe2c3263802c4469728b.eot │ │ ├── NotoSans-BoldItalic.7930d6e32b12448fc0ae.svg │ │ ├── NotoSans-BoldItalic.9e49c91c40231a024afb.ttf │ │ ├── NotoSans-BoldItalic.b40d78b2f9e2490108d0.eot │ │ ├── NotoSans-BoldItalic.ed8d2295c0b2e0a854d8.woff │ │ ├── NotoSans-BoldItalic.f2639d17cfb5c6e74edd.woff2 │ │ ├── NotoSans-Italic.08690ed789a5532ed7be.ttf │ │ ├── NotoSans-Italic.1506cb93f574152bda3d.eot │ │ ├── NotoSans-Italic.8a08f0f08e448e4f522e.woff │ │ ├── NotoSans-Italic.ca985d172a576d01c77e.woff2 │ │ ├── NotoSans-Italic.cecaa17f122ac96a50f8.svg │ │ ├── NotoSans-Regular.22c53c8686edcaecdf66.woff │ │ ├── NotoSans-Regular.730e73a4d4556fa0efe8.woff2 │ │ ├── NotoSans-Regular.8142e5b2e99a1cccafb7.svg │ │ ├── NotoSans-Regular.e962f548522aa99bb8f9.ttf │ │ ├── NotoSans-Regular.f55982ed9f2bc3af6185.eot │ │ ├── ReleaseNotes.txt │ │ ├── assets │ │ ├── favicon.ico │ │ ├── gns3_icon.svg │ │ ├── gns3_icon_black.svg │ │ ├── icons │ │ │ ├── mac │ │ │ │ └── icon.icns │ │ │ ├── png │ │ │ │ ├── 1024x1024.png │ │ │ │ ├── 128x128.png │ │ │ │ ├── 16x16.png │ │ │ │ ├── 24x24.png │ │ │ │ ├── 256x256.png │ │ │ │ ├── 32x32.png │ │ │ │ ├── 48x48.png │ │ │ │ ├── 512x512.png │ │ │ │ └── 64x64.png │ │ │ └── win │ │ │ │ └── icon.ico │ │ ├── logo-header.png │ │ └── resources │ │ │ └── images │ │ │ ├── filter-capture.svg │ │ │ ├── filter.svg │ │ │ ├── inspect.svg │ │ │ └── pause.svg │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── main.9bcf455e62558dedfd48.js │ │ ├── polyfills-es5.865074f5cd9a121111a2.js │ │ ├── polyfills.2f91a039d848e57ff02e.js │ │ ├── roboto-latin-100.a45108d3b34af91f9113.woff │ │ ├── roboto-latin-100.c2aa4ab115bf9c6057cb.woff2 │ │ ├── roboto-latin-100italic.451d4e559d6f57cdf6a1.woff │ │ ├── roboto-latin-100italic.7f839a8652da29745ce4.woff2 │ │ ├── roboto-latin-300.37a7069dc30fc663c878.woff2 │ │ ├── roboto-latin-300.865f928cbabcc9f8f2b5.woff │ │ ├── roboto-latin-300italic.bd5b7a13f2c52b531a2a.woff │ │ ├── roboto-latin-300italic.c64e7e354c88e613c77c.woff2 │ │ ├── roboto-latin-400.176f8f5bd5f02b3abfcf.woff2 │ │ ├── roboto-latin-400.49ae34d4cc6b98c00c69.woff │ │ ├── roboto-latin-400italic.b1d9d9904bfca8802a63.woff │ │ ├── roboto-latin-400italic.d022bc70dc1bf7b3425d.woff2 │ │ ├── roboto-latin-500.cea99d3e3e13a3a599a0.woff │ │ ├── roboto-latin-500.f5b74d7ffcdf85b9dd60.woff2 │ │ ├── roboto-latin-500italic.0d8bb5b3ee5f5dac9e44.woff2 │ │ ├── roboto-latin-500italic.18d00f739ff1e1c52db1.woff │ │ ├── roboto-latin-700.2267169ee7270a22a963.woff │ │ ├── roboto-latin-700.c18ee39fb002ad58b6dc.woff2 │ │ ├── roboto-latin-700italic.7d8125ff7f707231fd89.woff2 │ │ ├── roboto-latin-700italic.9360531f9bb817f917f0.woff │ │ ├── roboto-latin-900.870c8c1486f76054301a.woff2 │ │ ├── roboto-latin-900.bac8362e7a6ea60b6983.woff │ │ ├── roboto-latin-900italic.c20d916c1a1b094c1cec.woff │ │ ├── roboto-latin-900italic.cb5ad999740e9d8a8bd1.woff2 │ │ ├── runtime.415291667f70565cd8ef.js │ │ └── styles.f8555f2eecf8cf87f666.css ├── symbols │ ├── .gitkeep │ ├── affinity │ │ ├── circle │ │ │ ├── blue │ │ │ │ ├── atm.svg │ │ │ │ ├── bug.svg │ │ │ │ ├── camera.svg │ │ │ │ ├── camera_dome.svg │ │ │ │ ├── client.svg │ │ │ │ ├── client_vm.svg │ │ │ │ ├── cloud.svg │ │ │ │ ├── coffee.svg │ │ │ │ ├── cog.svg │ │ │ │ ├── communications.svg │ │ │ │ ├── conversation.svg │ │ │ │ ├── dna.svg │ │ │ │ ├── dna2.svg │ │ │ │ ├── docker.svg │ │ │ │ ├── dslam.svg │ │ │ │ ├── factory.svg │ │ │ │ ├── fingerprint.svg │ │ │ │ ├── firewall.svg │ │ │ │ ├── firewall3.svg │ │ │ │ ├── globe.svg │ │ │ │ ├── grid.svg │ │ │ │ ├── grid2.svg │ │ │ │ ├── health.svg │ │ │ │ ├── house.svg │ │ │ │ ├── hub.svg │ │ │ │ ├── inspect.svg │ │ │ │ ├── inspect2.svg │ │ │ │ ├── interconnect.svg │ │ │ │ ├── ip_phone.svg │ │ │ │ ├── isdn.svg │ │ │ │ ├── laptop.svg │ │ │ │ ├── ldap.svg │ │ │ │ ├── light_bulb.svg │ │ │ │ ├── link.svg │ │ │ │ ├── loadbalancer.svg │ │ │ │ ├── nas.svg │ │ │ │ ├── nat.svg │ │ │ │ ├── nat2.svg │ │ │ │ ├── office.svg │ │ │ │ ├── optical.svg │ │ │ │ ├── phone_cloud.svg │ │ │ │ ├── phone_old.svg │ │ │ │ ├── phone_wireless.svg │ │ │ │ ├── pinpoint.svg │ │ │ │ ├── printer.svg │ │ │ │ ├── rj45.svg │ │ │ │ ├── router.svg │ │ │ │ ├── router2.svg │ │ │ │ ├── router_cloud.svg │ │ │ │ ├── satellite.svg │ │ │ │ ├── satellite_dish.svg │ │ │ │ ├── scull.svg │ │ │ │ ├── server.svg │ │ │ │ ├── server_cluster.svg │ │ │ │ ├── shield.svg │ │ │ │ ├── statistics.svg │ │ │ │ ├── storage.svg │ │ │ │ ├── switch.svg │ │ │ │ ├── switch_multilayer.svg │ │ │ │ ├── tablet.svg │ │ │ │ ├── template.svg │ │ │ │ ├── tree.svg │ │ │ │ ├── user.svg │ │ │ │ ├── virtualbox.svg │ │ │ │ ├── vm.svg │ │ │ │ ├── vmware.svg │ │ │ │ ├── vrf.svg │ │ │ │ ├── wifi.svg │ │ │ │ ├── wlc.svg │ │ │ │ └── xml.svg │ │ │ ├── gray │ │ │ │ ├── atm.svg │ │ │ │ ├── bug.svg │ │ │ │ ├── camera.svg │ │ │ │ ├── camera_dome.svg │ │ │ │ ├── client.svg │ │ │ │ ├── client_vm.svg │ │ │ │ ├── cloud.svg │ │ │ │ ├── coffee.svg │ │ │ │ ├── cog.svg │ │ │ │ ├── communications.svg │ │ │ │ ├── conversation.svg │ │ │ │ ├── dna.svg │ │ │ │ ├── dna2.svg │ │ │ │ ├── docker.svg │ │ │ │ ├── dslam.svg │ │ │ │ ├── factory.svg │ │ │ │ ├── fingerprint.svg │ │ │ │ ├── firewall.svg │ │ │ │ ├── firewall3.svg │ │ │ │ ├── globe.svg │ │ │ │ ├── grid.svg │ │ │ │ ├── grid2.svg │ │ │ │ ├── health.svg │ │ │ │ ├── house.svg │ │ │ │ ├── hub.svg │ │ │ │ ├── inspect.svg │ │ │ │ ├── inspect2.svg │ │ │ │ ├── interconnect.svg │ │ │ │ ├── ip_phone.svg │ │ │ │ ├── isdn.svg │ │ │ │ ├── laptop.svg │ │ │ │ ├── ldap.svg │ │ │ │ ├── light_bulb.svg │ │ │ │ ├── link.svg │ │ │ │ ├── loadbalancer.svg │ │ │ │ ├── nas.svg │ │ │ │ ├── nat.svg │ │ │ │ ├── nat2.svg │ │ │ │ ├── office.svg │ │ │ │ ├── optical.svg │ │ │ │ ├── phone_cloud.svg │ │ │ │ ├── phone_old.svg │ │ │ │ ├── phone_wireless.svg │ │ │ │ ├── pinpoint.svg │ │ │ │ ├── printer.svg │ │ │ │ ├── rj45.svg │ │ │ │ ├── router.svg │ │ │ │ ├── router2.svg │ │ │ │ ├── router_cloud.svg │ │ │ │ ├── satellite.svg │ │ │ │ ├── satellite_dish.svg │ │ │ │ ├── scull.svg │ │ │ │ ├── server.svg │ │ │ │ ├── server_cluster.svg │ │ │ │ ├── shield.svg │ │ │ │ ├── statistics.svg │ │ │ │ ├── storage.svg │ │ │ │ ├── switch.svg │ │ │ │ ├── switch_multilayer.svg │ │ │ │ ├── tablet.svg │ │ │ │ ├── template.svg │ │ │ │ ├── tree.svg │ │ │ │ ├── user.svg │ │ │ │ ├── virtualbox.svg │ │ │ │ ├── vm.svg │ │ │ │ ├── vmware.svg │ │ │ │ ├── vrf.svg │ │ │ │ ├── wifi.svg │ │ │ │ ├── wlc.svg │ │ │ │ └── xml.svg │ │ │ ├── green │ │ │ │ ├── atm.svg │ │ │ │ ├── bug.svg │ │ │ │ ├── camera.svg │ │ │ │ ├── camera_dome.svg │ │ │ │ ├── client.svg │ │ │ │ ├── client_vm.svg │ │ │ │ ├── cloud.svg │ │ │ │ ├── coffee.svg │ │ │ │ ├── cog.svg │ │ │ │ ├── communications.svg │ │ │ │ ├── conversation.svg │ │ │ │ ├── dna.svg │ │ │ │ ├── dna2.svg │ │ │ │ ├── docker.svg │ │ │ │ ├── dslam.svg │ │ │ │ ├── factory.svg │ │ │ │ ├── fingerprint.svg │ │ │ │ ├── firewall.svg │ │ │ │ ├── firewall3.svg │ │ │ │ ├── globe.svg │ │ │ │ ├── grid.svg │ │ │ │ ├── grid2.svg │ │ │ │ ├── health.svg │ │ │ │ ├── house.svg │ │ │ │ ├── hub.svg │ │ │ │ ├── inspect.svg │ │ │ │ ├── inspect2.svg │ │ │ │ ├── interconnect.svg │ │ │ │ ├── ip_phone.svg │ │ │ │ ├── isdn.svg │ │ │ │ ├── laptop.svg │ │ │ │ ├── ldap.svg │ │ │ │ ├── light_bulb.svg │ │ │ │ ├── link.svg │ │ │ │ ├── loadbalancer.svg │ │ │ │ ├── nas.svg │ │ │ │ ├── nat.svg │ │ │ │ ├── nat2.svg │ │ │ │ ├── office.svg │ │ │ │ ├── optical.svg │ │ │ │ ├── phone_cloud.svg │ │ │ │ ├── phone_old.svg │ │ │ │ ├── phone_wireless.svg │ │ │ │ ├── pinpoint.svg │ │ │ │ ├── printer.svg │ │ │ │ ├── rj45.svg │ │ │ │ ├── router.svg │ │ │ │ ├── router2.svg │ │ │ │ ├── router_cloud.svg │ │ │ │ ├── satellite.svg │ │ │ │ ├── satellite_dish.svg │ │ │ │ ├── scull.svg │ │ │ │ ├── server.svg │ │ │ │ ├── server_cluster.svg │ │ │ │ ├── shield.svg │ │ │ │ ├── statistics.svg │ │ │ │ ├── storage.svg │ │ │ │ ├── switch.svg │ │ │ │ ├── switch_multilayer.svg │ │ │ │ ├── tablet.svg │ │ │ │ ├── template.svg │ │ │ │ ├── tree.svg │ │ │ │ ├── user.svg │ │ │ │ ├── virtualbox.svg │ │ │ │ ├── vm.svg │ │ │ │ ├── vmware.svg │ │ │ │ ├── vrf.svg │ │ │ │ ├── wifi.svg │ │ │ │ ├── wlc.svg │ │ │ │ └── xml.svg │ │ │ └── red │ │ │ │ ├── atm.svg │ │ │ │ ├── bug.svg │ │ │ │ ├── camera.svg │ │ │ │ ├── camera_dome.svg │ │ │ │ ├── client.svg │ │ │ │ ├── client_vm.svg │ │ │ │ ├── cloud.svg │ │ │ │ ├── coffee.svg │ │ │ │ ├── cog.svg │ │ │ │ ├── communications.svg │ │ │ │ ├── conversation.svg │ │ │ │ ├── dna.svg │ │ │ │ ├── dna2.svg │ │ │ │ ├── docker.svg │ │ │ │ ├── dslam.svg │ │ │ │ ├── factory.svg │ │ │ │ ├── fingerprint.svg │ │ │ │ ├── firewall.svg │ │ │ │ ├── firewall3.svg │ │ │ │ ├── globe.svg │ │ │ │ ├── grid.svg │ │ │ │ ├── grid2.svg │ │ │ │ ├── health.svg │ │ │ │ ├── house.svg │ │ │ │ ├── hub.svg │ │ │ │ ├── inspect.svg │ │ │ │ ├── inspect2.svg │ │ │ │ ├── interconnect.svg │ │ │ │ ├── ip_phone.svg │ │ │ │ ├── isdn.svg │ │ │ │ ├── laptop.svg │ │ │ │ ├── ldap.svg │ │ │ │ ├── light_bulb.svg │ │ │ │ ├── link.svg │ │ │ │ ├── loadbalancer.svg │ │ │ │ ├── nas.svg │ │ │ │ ├── nat.svg │ │ │ │ ├── nat2.svg │ │ │ │ ├── office.svg │ │ │ │ ├── optical.svg │ │ │ │ ├── phone_cloud.svg │ │ │ │ ├── phone_old.svg │ │ │ │ ├── phone_wireless.svg │ │ │ │ ├── pinpoint.svg │ │ │ │ ├── printer.svg │ │ │ │ ├── rj45.svg │ │ │ │ ├── router.svg │ │ │ │ ├── router2.svg │ │ │ │ ├── router_cloud.svg │ │ │ │ ├── satellite.svg │ │ │ │ ├── satellite_dish.svg │ │ │ │ ├── scull.svg │ │ │ │ ├── server.svg │ │ │ │ ├── server_cluster.svg │ │ │ │ ├── shield.svg │ │ │ │ ├── statistics.svg │ │ │ │ ├── storage.svg │ │ │ │ ├── switch.svg │ │ │ │ ├── switch_multilayer.svg │ │ │ │ ├── tablet.svg │ │ │ │ ├── template.svg │ │ │ │ ├── tree.svg │ │ │ │ ├── user.svg │ │ │ │ ├── virtualbox.svg │ │ │ │ ├── vm.svg │ │ │ │ ├── vmware.svg │ │ │ │ ├── vrf.svg │ │ │ │ ├── wifi.svg │ │ │ │ ├── wlc.svg │ │ │ │ └── xml.svg │ │ └── square │ │ │ ├── blue │ │ │ ├── atm.svg │ │ │ ├── bug.svg │ │ │ ├── camera.svg │ │ │ ├── camera_dome.svg │ │ │ ├── client.svg │ │ │ ├── client_vm.svg │ │ │ ├── cloud.svg │ │ │ ├── coffee.svg │ │ │ ├── cog.svg │ │ │ ├── communications.svg │ │ │ ├── conversation.svg │ │ │ ├── dna.svg │ │ │ ├── dna2.svg │ │ │ ├── docker.svg │ │ │ ├── dslam.svg │ │ │ ├── factory.svg │ │ │ ├── fingerprint.svg │ │ │ ├── firewall.svg │ │ │ ├── firewall3.svg │ │ │ ├── globe.svg │ │ │ ├── grid.svg │ │ │ ├── grid2.svg │ │ │ ├── health.svg │ │ │ ├── house.svg │ │ │ ├── hub.svg │ │ │ ├── inspect.svg │ │ │ ├── inspect2.svg │ │ │ ├── interconnect.svg │ │ │ ├── ip_phone.svg │ │ │ ├── isdn.svg │ │ │ ├── laptop.svg │ │ │ ├── ldap.svg │ │ │ ├── light_bulb.svg │ │ │ ├── link.svg │ │ │ ├── loadbalancer.svg │ │ │ ├── nas.svg │ │ │ ├── nat.svg │ │ │ ├── nat2.svg │ │ │ ├── office.svg │ │ │ ├── optical.svg │ │ │ ├── phone_cloud.svg │ │ │ ├── phone_old.svg │ │ │ ├── phone_wireless.svg │ │ │ ├── pinpoint.svg │ │ │ ├── printer.svg │ │ │ ├── rj45.svg │ │ │ ├── router.svg │ │ │ ├── router2.svg │ │ │ ├── router_cloud.svg │ │ │ ├── satellite.svg │ │ │ ├── satellite_dish.svg │ │ │ ├── scull.svg │ │ │ ├── server.svg │ │ │ ├── server_cluster.svg │ │ │ ├── shield.svg │ │ │ ├── statistics.svg │ │ │ ├── storage.svg │ │ │ ├── switch.svg │ │ │ ├── switch_multilayer.svg │ │ │ ├── tablet.svg │ │ │ ├── template.svg │ │ │ ├── tree.svg │ │ │ ├── user.svg │ │ │ ├── virtualbox.svg │ │ │ ├── vm.svg │ │ │ ├── vmware.svg │ │ │ ├── vrf.svg │ │ │ ├── wifi.svg │ │ │ ├── wlc.svg │ │ │ └── xml.svg │ │ │ ├── gray │ │ │ ├── atm.svg │ │ │ ├── bug.svg │ │ │ ├── camera.svg │ │ │ ├── camera_dome.svg │ │ │ ├── client.svg │ │ │ ├── client_vm.svg │ │ │ ├── cloud.svg │ │ │ ├── coffee.svg │ │ │ ├── cog.svg │ │ │ ├── communications.svg │ │ │ ├── conversation.svg │ │ │ ├── dna.svg │ │ │ ├── dna2.svg │ │ │ ├── docker.svg │ │ │ ├── dslam.svg │ │ │ ├── factory.svg │ │ │ ├── fingerprint.svg │ │ │ ├── firewall.svg │ │ │ ├── firewall3.svg │ │ │ ├── globe.svg │ │ │ ├── grid.svg │ │ │ ├── grid2.svg │ │ │ ├── health.svg │ │ │ ├── house.svg │ │ │ ├── hub.svg │ │ │ ├── inspect.svg │ │ │ ├── inspect2.svg │ │ │ ├── interconnect.svg │ │ │ ├── ip_phone.svg │ │ │ ├── isdn.svg │ │ │ ├── laptop.svg │ │ │ ├── ldap.svg │ │ │ ├── light_bulb.svg │ │ │ ├── link.svg │ │ │ ├── loadbalancer.svg │ │ │ ├── nas.svg │ │ │ ├── nat.svg │ │ │ ├── nat2.svg │ │ │ ├── office.svg │ │ │ ├── optical.svg │ │ │ ├── phone_cloud.svg │ │ │ ├── phone_old.svg │ │ │ ├── phone_wireless.svg │ │ │ ├── pinpoint.svg │ │ │ ├── printer.svg │ │ │ ├── rj45.svg │ │ │ ├── router.svg │ │ │ ├── router2.svg │ │ │ ├── router_cloud.svg │ │ │ ├── satellite.svg │ │ │ ├── satellite_dish.svg │ │ │ ├── scull.svg │ │ │ ├── server.svg │ │ │ ├── server_cluster.svg │ │ │ ├── shield.svg │ │ │ ├── statistics.svg │ │ │ ├── storage.svg │ │ │ ├── switch.svg │ │ │ ├── switch_multilayer.svg │ │ │ ├── tablet.svg │ │ │ ├── template.svg │ │ │ ├── tree.svg │ │ │ ├── user.svg │ │ │ ├── virtualbox.svg │ │ │ ├── vm.svg │ │ │ ├── vmware.svg │ │ │ ├── vrf.svg │ │ │ ├── wifi.svg │ │ │ ├── wlc.svg │ │ │ └── xml.svg │ │ │ ├── green │ │ │ ├── atm.svg │ │ │ ├── bug.svg │ │ │ ├── camera.svg │ │ │ ├── camera_dome.svg │ │ │ ├── client.svg │ │ │ ├── client_vm.svg │ │ │ ├── cloud.svg │ │ │ ├── coffee.svg │ │ │ ├── cog.svg │ │ │ ├── communications.svg │ │ │ ├── conversation.svg │ │ │ ├── dna.svg │ │ │ ├── dna2.svg │ │ │ ├── docker.svg │ │ │ ├── dslam.svg │ │ │ ├── factory.svg │ │ │ ├── fingerprint.svg │ │ │ ├── firewall.svg │ │ │ ├── firewall3.svg │ │ │ ├── globe.svg │ │ │ ├── grid.svg │ │ │ ├── grid2.svg │ │ │ ├── health.svg │ │ │ ├── house.svg │ │ │ ├── hub.svg │ │ │ ├── inspect.svg │ │ │ ├── inspect2.svg │ │ │ ├── interconnect.svg │ │ │ ├── ip_phone.svg │ │ │ ├── isdn.svg │ │ │ ├── laptop.svg │ │ │ ├── ldap.svg │ │ │ ├── light_bulb.svg │ │ │ ├── link.svg │ │ │ ├── loadbalancer.svg │ │ │ ├── nas.svg │ │ │ ├── nat.svg │ │ │ ├── nat2.svg │ │ │ ├── office.svg │ │ │ ├── optical.svg │ │ │ ├── phone_cloud.svg │ │ │ ├── phone_old.svg │ │ │ ├── phone_wireless.svg │ │ │ ├── pinpoint.svg │ │ │ ├── printer.svg │ │ │ ├── rj45.svg │ │ │ ├── router.svg │ │ │ ├── router2.svg │ │ │ ├── router_cloud.svg │ │ │ ├── satellite.svg │ │ │ ├── satellite_dish.svg │ │ │ ├── scull.svg │ │ │ ├── server.svg │ │ │ ├── server_cluster.svg │ │ │ ├── shield.svg │ │ │ ├── statistics.svg │ │ │ ├── storage.svg │ │ │ ├── switch.svg │ │ │ ├── switch_multilayer.svg │ │ │ ├── tablet.svg │ │ │ ├── template.svg │ │ │ ├── tree.svg │ │ │ ├── user.svg │ │ │ ├── virtualbox.svg │ │ │ ├── vm.svg │ │ │ ├── vmware.svg │ │ │ ├── vrf.svg │ │ │ ├── wifi.svg │ │ │ ├── wlc.svg │ │ │ └── xml.svg │ │ │ └── red │ │ │ ├── atm.svg │ │ │ ├── bug.svg │ │ │ ├── camera.svg │ │ │ ├── camera_dome.svg │ │ │ ├── client.svg │ │ │ ├── client_vm.svg │ │ │ ├── cloud.svg │ │ │ ├── coffee.svg │ │ │ ├── cog.svg │ │ │ ├── communications.svg │ │ │ ├── conversation.svg │ │ │ ├── dna.svg │ │ │ ├── dna2.svg │ │ │ ├── docker.svg │ │ │ ├── dslam.svg │ │ │ ├── factory.svg │ │ │ ├── fingerprint.svg │ │ │ ├── firewall.svg │ │ │ ├── firewall3.svg │ │ │ ├── globe.svg │ │ │ ├── grid.svg │ │ │ ├── grid2.svg │ │ │ ├── health.svg │ │ │ ├── house.svg │ │ │ ├── hub.svg │ │ │ ├── inspect.svg │ │ │ ├── inspect2.svg │ │ │ ├── interconnect.svg │ │ │ ├── ip_phone.svg │ │ │ ├── isdn.svg │ │ │ ├── laptop.svg │ │ │ ├── ldap.svg │ │ │ ├── light_bulb.svg │ │ │ ├── link.svg │ │ │ ├── loadbalancer.svg │ │ │ ├── nas.svg │ │ │ ├── nat.svg │ │ │ ├── nat2.svg │ │ │ ├── office.svg │ │ │ ├── optical.svg │ │ │ ├── phone_cloud.svg │ │ │ ├── phone_old.svg │ │ │ ├── phone_wireless.svg │ │ │ ├── pinpoint.svg │ │ │ ├── printer.svg │ │ │ ├── rj45.svg │ │ │ ├── router.svg │ │ │ ├── router2.svg │ │ │ ├── router_cloud.svg │ │ │ ├── satellite.svg │ │ │ ├── satellite_dish.svg │ │ │ ├── scull.svg │ │ │ ├── server.svg │ │ │ ├── server_cluster.svg │ │ │ ├── shield.svg │ │ │ ├── statistics.svg │ │ │ ├── storage.svg │ │ │ ├── switch.svg │ │ │ ├── switch_multilayer.svg │ │ │ ├── tablet.svg │ │ │ ├── template.svg │ │ │ ├── tree.svg │ │ │ ├── user.svg │ │ │ ├── virtualbox.svg │ │ │ ├── vm.svg │ │ │ ├── vmware.svg │ │ │ ├── vrf.svg │ │ │ ├── wifi.svg │ │ │ ├── wlc.svg │ │ │ └── xml.svg │ └── classic │ │ ├── PBX.svg │ │ ├── PIX_firewall.svg │ │ ├── access_point.svg │ │ ├── access_server.svg │ │ ├── asa.svg │ │ ├── atm_bridge.svg │ │ ├── atm_switch.svg │ │ ├── call_manager.svg │ │ ├── cloud.svg │ │ ├── computer.svg │ │ ├── docker_guest.svg │ │ ├── dslam.svg │ │ ├── edge_label_switch_router.svg │ │ ├── ethernet_switch.svg │ │ ├── firewall.svg │ │ ├── frame_relay_switch.svg │ │ ├── gateway.svg │ │ ├── hub.svg │ │ ├── ids.svg │ │ ├── iosv_l2_virl.svg │ │ ├── iosv_virl.svg │ │ ├── ip_phone.svg │ │ ├── label_switch_router.svg │ │ ├── lightweight_ap.svg │ │ ├── multilayer_switch.svg │ │ ├── nat.svg │ │ ├── optical_router.svg │ │ ├── printer.svg │ │ ├── qemu_guest.svg │ │ ├── route_switch_processor.svg │ │ ├── router.awp.svg │ │ ├── router.svg │ │ ├── router_firewall.svg │ │ ├── router_netflow.svg │ │ ├── server.svg │ │ ├── sip_server.svg │ │ ├── traceng.svg │ │ ├── vbox_guest.svg │ │ ├── vmware_guest.svg │ │ ├── voice_access_server.svg │ │ ├── voice_router.svg │ │ ├── vpcs_guest.svg │ │ └── wlan_controller.svg ├── templates │ ├── compute.html │ ├── controller.html │ ├── index.html │ ├── layout.html │ ├── project.html │ └── upload.html ├── ubridge │ ├── __init__.py │ ├── hypervisor.py │ ├── ubridge_error.py │ └── ubridge_hypervisor.py ├── utils │ ├── __init__.py │ ├── application_id.py │ ├── asyncio │ │ ├── __init__.py │ │ ├── aiozipstream.py │ │ ├── embed_shell.py │ │ ├── input_stream.py │ │ ├── pool.py │ │ ├── raw_command_server.py │ │ ├── serial.py │ │ └── telnet_server.py │ ├── cpu_percent.py │ ├── file_watcher.py │ ├── get_resource.py │ ├── images.py │ ├── interfaces.py │ ├── path.py │ ├── picture.py │ ├── qt.py │ ├── vmnet.py │ ├── windows_loopback.py │ └── windows_service.py ├── version.py └── web │ ├── __init__.py │ ├── documentation.py │ ├── logger.py │ ├── response.py │ ├── route.py │ └── web_server.py ├── init ├── gns3.conf.upstart ├── gns3.service.openrc └── gns3.service.systemd ├── mac-requirements.txt ├── pytest.ini ├── readthedocs.yml ├── requirements.txt ├── scripts ├── create_cert.sh ├── docker_dev_server.sh ├── documentation.sh ├── random_query.py ├── remote-install.sh ├── run_on_gns3vm.sh ├── sync_affinity_symbols.sh ├── sync_appliances.sh ├── update-bundled-web-ui.sh └── welcome.py ├── setup.py ├── tests ├── __init__.py ├── compute │ ├── builtin │ │ └── nodes │ │ │ ├── test_cloud.py │ │ │ └── test_nat.py │ ├── docker │ │ ├── test_docker.py │ │ └── test_docker_vm.py │ ├── dynamips │ │ ├── test_dynamips_manager.py │ │ ├── test_dynamips_router.py │ │ └── test_ethernet_switch.py │ ├── iou │ │ └── test_iou_vm.py │ ├── qemu │ │ ├── test_qcow2.py │ │ ├── test_qemu_manager.py │ │ └── test_qemu_vm.py │ ├── test_base_node.py │ ├── test_manager.py │ ├── test_notification_manager.py │ ├── test_port_manager.py │ ├── test_project.py │ ├── test_project_manager.py │ ├── traceng │ │ └── test_traceng_vm.py │ ├── virtualbox │ │ ├── test_virtualbox_manager.py │ │ └── test_virtualbox_vm.py │ ├── vmware │ │ ├── test_vmware_manager.py │ │ └── test_vmware_vm.py │ └── vpcs │ │ ├── test_vpcs_manager.py │ │ └── test_vpcs_vm.py ├── conftest.py ├── controller │ ├── __init__.py │ ├── gns3vm │ │ ├── test_remote_gns3_vm.py │ │ ├── test_virtualbox_gns3_vm.py │ │ └── test_vmware_gns3_vm.py │ ├── test_compute.py │ ├── test_controller.py │ ├── test_drawing.py │ ├── test_export_project.py │ ├── test_gns3vm.py │ ├── test_import_project.py │ ├── test_link.py │ ├── test_node.py │ ├── test_node_port_name.py │ ├── test_notification.py │ ├── test_project.py │ ├── test_project_open.py │ ├── test_snapshot.py │ ├── test_symbols.py │ ├── test_template.py │ ├── test_topology.py │ └── test_udp_link.py ├── handlers │ ├── api │ │ ├── __init__.py │ │ ├── base.py │ │ ├── compute │ │ │ ├── __init__.py │ │ │ ├── test_capabilities.py │ │ │ ├── test_cloud.py │ │ │ ├── test_docker.py │ │ │ ├── test_dynamips.py │ │ │ ├── test_iou.py │ │ │ ├── test_nat.py │ │ │ ├── test_network.py │ │ │ ├── test_notification.py │ │ │ ├── test_project.py │ │ │ ├── test_qemu.py │ │ │ ├── test_server.py │ │ │ ├── test_traceng.py │ │ │ ├── test_virtualbox.py │ │ │ ├── test_vmware.py │ │ │ └── test_vpcs.py │ │ └── controller │ │ │ ├── __init__.py │ │ │ ├── test_appliance.py │ │ │ ├── test_compute.py │ │ │ ├── test_drawing.py │ │ │ ├── test_gns3vm.py │ │ │ ├── test_link.py │ │ │ ├── test_node.py │ │ │ ├── test_project.py │ │ │ ├── test_server.py │ │ │ ├── test_snapshot.py │ │ │ ├── test_symbol.py │ │ │ ├── test_template.py │ │ │ └── test_version.py │ └── test_index.py ├── resources │ ├── empty8G.qcow2 │ ├── firefox.svg │ ├── gns3_icon_128x128.png │ ├── gns3_icon_128x64.gif │ ├── gns3_icon_128x64.jpg │ ├── gns3_icon_128x64.png │ ├── linked.qcow2 │ └── nvram_iou ├── test_config.py ├── test_run.py ├── test_topologies.py ├── test_utils.py ├── topologies │ ├── 1_0_empty │ │ ├── after │ │ │ └── 1_0_empty.gns3 │ │ └── before │ │ │ └── 1_0_empty.gns3 │ ├── 1_3_dynamips │ │ ├── after │ │ │ └── 1_3_dynamips.gns3 │ │ └── before │ │ │ └── 1_3_dynamips.gns3 │ ├── 1_3_dynamips_missing_platform │ │ ├── after │ │ │ ├── 1_3_dynamips_missing_platform.gns3 │ │ │ └── 1_3_dynamips_missing_platform.gns3.backup3 │ │ └── before │ │ │ └── 1_3_dynamips_missing_platform.gns3 │ ├── 1_3_dynamips_missing_type │ │ ├── after │ │ │ └── 1_3_dynamips.gns3 │ │ └── before │ │ │ └── 1_3_dynamips.gns3 │ ├── 1_5_builtins │ │ ├── after │ │ │ ├── README.txt │ │ │ └── builtins.gns3 │ │ └── before │ │ │ ├── builtins.gns3 │ │ │ └── instructions.txt │ ├── 1_5_cloud │ │ ├── after │ │ │ └── 1_5_cloud.gns3 │ │ └── before │ │ │ └── 1_5_cloud.gns3 │ ├── 1_5_cloud_nat │ │ ├── after │ │ │ └── 1_5_cloud_nat.gns3 │ │ └── before │ │ │ └── 1_5_cloud_nat.gns3 │ ├── 1_5_cloud_udp │ │ ├── after │ │ │ └── 1_5_cloud_udp.gns3 │ │ └── before │ │ │ └── 1_5_cloud_udp.gns3 │ ├── 1_5_docker_remote │ │ ├── after │ │ │ └── 1_5_docker_remote.gns3 │ │ └── before │ │ │ └── 1_5_docker_remote.gns3 │ ├── 1_5_drawing │ │ ├── after │ │ │ └── 1_5_drawing.gns3 │ │ └── before │ │ │ └── 1_5_drawing.gns3 │ ├── 1_5_dynamips │ │ ├── after │ │ │ └── 1_5_dynamips.gns3 │ │ └── before │ │ │ └── 1_5_dynamips.gns3 │ ├── 1_5_host │ │ ├── after │ │ │ └── 1_5_host.gns3 │ │ └── before │ │ │ └── 1_5_host.gns3 │ ├── 1_5_images │ │ ├── after │ │ │ ├── 1_5_image.gns3 │ │ │ └── project-files │ │ │ │ └── images │ │ │ │ └── gns3_logo.png │ │ └── before │ │ │ ├── 1_5_image.gns3 │ │ │ └── project-files │ │ │ └── images │ │ │ └── gns3_logo.png │ ├── 1_5_internet │ │ ├── after │ │ │ └── 1_5_internet.gns3 │ │ └── before │ │ │ └── 1_5_internet.gns3 │ ├── 1_5_iou │ │ ├── after │ │ │ └── 1_5_iou.gns3 │ │ └── before │ │ │ └── 1_5_iou.gns3 │ ├── 1_5_qemu │ │ ├── after │ │ │ └── testqemu.gns3 │ │ └── before │ │ │ └── testqemu.gns3 │ ├── 1_5_snapshot │ │ ├── after │ │ │ ├── 1_5_snapshot.gns3 │ │ │ ├── project-files │ │ │ │ └── vpcs │ │ │ │ │ └── 992c28fd-4bc3-4508-9300-48600148f64a │ │ │ │ │ └── startup.vpc │ │ │ └── snapshots │ │ │ │ └── onedevice_280716_174116.gns3project │ │ └── before │ │ │ ├── 1_5_snapshot.gns3 │ │ │ └── project-files │ │ │ ├── snapshots │ │ │ └── onedevice_280716_174116 │ │ │ │ ├── project-files │ │ │ │ └── vpcs │ │ │ │ │ └── 992c28fd-4bc3-4508-9300-48600148f64a │ │ │ │ │ └── startup.vpc │ │ │ │ ├── screenshot.png │ │ │ │ └── testsnapshot.gns3 │ │ │ └── vpcs │ │ │ └── 992c28fd-4bc3-4508-9300-48600148f64a │ │ │ └── startup.vpc │ ├── 1_5_virtualbox │ │ ├── after │ │ │ └── 1_5_virtualbox.gns3 │ │ └── before │ │ │ └── 1_5_virtualbox.gns3 │ ├── 1_5_vmware │ │ ├── after │ │ │ └── 1_5_vmware.gns3 │ │ └── before │ │ │ └── 1_5_vmware.gns3 │ ├── 1_5_vpcs │ │ ├── after │ │ │ ├── 1_5_vpcs.gns3 │ │ │ └── project-files │ │ │ │ └── vpcs │ │ │ │ ├── 0fd3dd4d-dc93-4a04-a9b9-7396a9e22e8b │ │ │ │ └── startup.vpc │ │ │ │ └── b570a150-c09f-47d9-8d32-9ca5b03234d6 │ │ │ │ └── startup.vpc │ │ └── before │ │ │ ├── 1_5_vpcs.gns3 │ │ │ └── project-files │ │ │ └── vpcs │ │ │ ├── 0fd3dd4d-dc93-4a04-a9b9-7396a9e22e8b │ │ │ └── startup.vpc │ │ │ └── b570a150-c09f-47d9-8d32-9ca5b03234d6 │ │ │ └── startup.vpc │ ├── 2_0_vmware │ │ ├── after │ │ │ └── 1_5_vmware.gns3 │ │ └── before │ │ │ └── 1_5_vmware.gns3 │ ├── README.rst │ └── dynamips_2_0_0_b2 │ │ ├── after │ │ ├── dynamips_2_0_0_b2.gns3 │ │ └── project-files │ │ │ └── dynamips │ │ │ ├── b31bacb4-b251-47e3-b9e8-fe5596e7a8ba │ │ │ ├── c7200_i1_nvram │ │ │ ├── configs │ │ │ │ └── i1_startup-config.cfg │ │ │ └── dynamips_i1_log.txt │ │ │ └── f306df6f-dbe0-4be1-9a40-625b8d20fe6e │ │ │ ├── c7200_i2_nvram │ │ │ ├── configs │ │ │ └── i2_startup-config.cfg │ │ │ └── dynamips_i2_log.txt │ │ └── before │ │ ├── dynamips_2_0_0_b2.gns3 │ │ └── project-files │ │ └── dynamips │ │ ├── c7200_i1_nvram │ │ ├── c7200_i2_nvram │ │ ├── configs │ │ ├── i1_startup-config.cfg │ │ └── i2_startup-config.cfg │ │ ├── dynamips_i1_log.txt │ │ └── dynamips_i2_log.txt ├── utils.py ├── utils │ ├── asyncio │ │ └── test_embed_shell.py │ ├── test_asyncio.py │ ├── test_file_watcher.py │ ├── test_images.py │ ├── test_interfaces.py │ ├── test_path.py │ └── test_picture.py └── web │ └── test_response.py └── win-requirements.txt /.coveragerc: -------------------------------------------------------------------------------- 1 | [paths] 2 | source = gns3server 3 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | gns3server/version.py merge=ours 2 | 3 | -------------------------------------------------------------------------------- /.github/workflows/add-new-issues-to-project.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/.github/workflows/add-new-issues-to-project.yml -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /.github/workflows/docker-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/.github/workflows/docker-build.yml -------------------------------------------------------------------------------- /.github/workflows/publish-api-documentation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/.github/workflows/publish-api-documentation.yml -------------------------------------------------------------------------------- /.github/workflows/testing.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/.github/workflows/testing.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/.gitignore -------------------------------------------------------------------------------- /.whitesource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/.whitesource -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- 1 | Jeremy Grossmann 2 | Julien Duponchelle -------------------------------------------------------------------------------- /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/CHANGELOG -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/SECURITY.md -------------------------------------------------------------------------------- /compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/compose.yaml -------------------------------------------------------------------------------- /conf/gns3_server.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/conf/gns3_server.conf -------------------------------------------------------------------------------- /dev-requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/dev-requirements.txt -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_static/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/api/examples/compute_get_capabilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/compute_get_capabilities.txt -------------------------------------------------------------------------------- /docs/api/examples/compute_get_iouimages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/compute_get_iouimages.txt -------------------------------------------------------------------------------- /docs/api/examples/compute_get_projects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/compute_get_projects.txt -------------------------------------------------------------------------------- /docs/api/examples/compute_get_qemubinaries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/compute_get_qemubinaries.txt -------------------------------------------------------------------------------- /docs/api/examples/compute_get_version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/compute_get_version.txt -------------------------------------------------------------------------------- /docs/api/examples/compute_post_projects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/compute_post_projects.txt -------------------------------------------------------------------------------- /docs/api/examples/compute_post_qemuimg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/compute_post_qemuimg.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_get_appliances.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_get_appliances.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_get_computes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_get_computes.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_get_gns3vm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_get_gns3vm.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_get_projects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_get_projects.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_get_symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_get_symbols.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_get_templates.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_get_templates.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_get_version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_get_version.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_post_computes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_post_computes.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_post_projects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_post_projects.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_post_shutdown.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_post_shutdown.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_post_templates.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_post_templates.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_post_version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_post_version.txt -------------------------------------------------------------------------------- /docs/api/examples/controller_put_gns3vm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/examples/controller_put_gns3vm.txt -------------------------------------------------------------------------------- /docs/api/notifications/compute.created.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/compute.created.json -------------------------------------------------------------------------------- /docs/api/notifications/compute.deleted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/compute.deleted.json -------------------------------------------------------------------------------- /docs/api/notifications/compute.updated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/compute.updated.json -------------------------------------------------------------------------------- /docs/api/notifications/drawing.created.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/drawing.created.json -------------------------------------------------------------------------------- /docs/api/notifications/drawing.deleted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/drawing.deleted.json -------------------------------------------------------------------------------- /docs/api/notifications/drawing.updated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/drawing.updated.json -------------------------------------------------------------------------------- /docs/api/notifications/ignore.json: -------------------------------------------------------------------------------- 1 | { 2 | "project_id": 42 3 | } -------------------------------------------------------------------------------- /docs/api/notifications/link.created.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/link.created.json -------------------------------------------------------------------------------- /docs/api/notifications/link.deleted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/link.deleted.json -------------------------------------------------------------------------------- /docs/api/notifications/link.updated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/link.updated.json -------------------------------------------------------------------------------- /docs/api/notifications/log.error.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/log.error.json -------------------------------------------------------------------------------- /docs/api/notifications/log.info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/log.info.json -------------------------------------------------------------------------------- /docs/api/notifications/log.warning.json: -------------------------------------------------------------------------------- 1 | { 2 | "message": "Warning ASA 8 is not officially supported by GNS3" 3 | } -------------------------------------------------------------------------------- /docs/api/notifications/node.created.json: -------------------------------------------------------------------------------- 1 | { 2 | "a": "b" 3 | } -------------------------------------------------------------------------------- /docs/api/notifications/node.deleted.json: -------------------------------------------------------------------------------- 1 | { 2 | "a": "b" 3 | } -------------------------------------------------------------------------------- /docs/api/notifications/node.updated.json: -------------------------------------------------------------------------------- 1 | { 2 | "a": "b" 3 | } -------------------------------------------------------------------------------- /docs/api/notifications/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "compute_id": 12 3 | } -------------------------------------------------------------------------------- /docs/api/notifications/project.closed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/project.closed.json -------------------------------------------------------------------------------- /docs/api/notifications/project.created.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/project.created.json -------------------------------------------------------------------------------- /docs/api/notifications/project.deleted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/project.deleted.json -------------------------------------------------------------------------------- /docs/api/notifications/project.opened.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/project.opened.json -------------------------------------------------------------------------------- /docs/api/notifications/project.updated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/project.updated.json -------------------------------------------------------------------------------- /docs/api/notifications/snapshot.restored.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/snapshot.restored.json -------------------------------------------------------------------------------- /docs/api/notifications/template.created.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/template.created.json -------------------------------------------------------------------------------- /docs/api/notifications/template.deleted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/template.deleted.json -------------------------------------------------------------------------------- /docs/api/notifications/template.updated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/notifications/template.updated.json -------------------------------------------------------------------------------- /docs/api/notifications/test.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /docs/api/v2/compute/atm_switch.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/atm_switch.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/capabilities.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/capabilities.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/cloud.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/cloud.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/docker.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/docker.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/docker/dockerimages.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/docker/dockerimages.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/dynamips_vm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/dynamips_vm.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/ethernet_hub.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/ethernet_hub.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/ethernet_switch.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/ethernet_switch.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/frame_relay_switch.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/frame_relay_switch.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/iou.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/iou.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/iou/iouimages.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/iou/iouimages.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/iou/iouimagesfilename.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/iou/iouimagesfilename.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/nat.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/nat.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/network.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/network.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/network/networkports.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/network/networkports.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/notification.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/notification.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/project.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/project.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/project/projects.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/project/projects.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/qemu.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/qemu.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/qemu/qemubinaries.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/qemu/qemubinaries.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/qemu/qemucapabilities.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/qemu/qemucapabilities.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/qemu/qemuimages.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/qemu/qemuimages.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/qemu/qemuimagesfilename.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/qemu/qemuimagesfilename.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/qemu/qemuimg.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/qemu/qemuimg.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/qemu/qemuimgbinaries.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/qemu/qemuimgbinaries.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/server.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/server.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/server/debug.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/server/debug.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/server/version.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/server/version.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/traceng.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/traceng.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/virtualbox.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/virtualbox.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/virtualbox/virtualboxvms.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/virtualbox/virtualboxvms.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/vmware.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/vmware.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/vmware/vmwarevms.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/vmware/vmwarevms.rst -------------------------------------------------------------------------------- /docs/api/v2/compute/vpcs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/compute/vpcs.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/appliance.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/appliance.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/appliance/appliances.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/appliance/appliances.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/compute.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/compute.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/compute/s.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/compute/s.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/compute/sid.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/compute/sid.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/compute/sidautoidlepc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/compute/sidautoidlepc.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/compute/sidports.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/compute/sidports.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/drawing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/drawing.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/gns3_vm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/gns3_vm.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/gns3_vm/gns3vm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/gns3_vm/gns3vm.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/gns3_vm/gns3vmengines.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/gns3_vm/gns3vmengines.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/link.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/link.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/node.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/node.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/notification.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/notification.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/project.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/project.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/project/projects.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/project/projects.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/project/projectsload.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/project/projectsload.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/server.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/server.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/server/debug.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/server/debug.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/server/ioulicense.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/server/ioulicense.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/server/shutdown.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/server/shutdown.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/server/version.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/server/version.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/snapshot.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/snapshot.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/symbol.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/symbol.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/symbol/defaultsymbols.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/symbol/defaultsymbols.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/symbol/symbols.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/symbol/symbols.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/template.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/template.rst -------------------------------------------------------------------------------- /docs/api/v2/controller/template/templates.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/api/v2/controller/template/templates.rst -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/controller_notifications.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/controller_notifications.rst -------------------------------------------------------------------------------- /docs/curl.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/curl.rst -------------------------------------------------------------------------------- /docs/development.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/development.rst -------------------------------------------------------------------------------- /docs/endpoints.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/endpoints.rst -------------------------------------------------------------------------------- /docs/file_format.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/file_format.rst -------------------------------------------------------------------------------- /docs/general.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/general.rst -------------------------------------------------------------------------------- /docs/glossary.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/glossary.rst -------------------------------------------------------------------------------- /docs/gns3_file.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/gns3_file.json -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/position.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/position.rst -------------------------------------------------------------------------------- /docs/project_notifications.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/docs/project_notifications.rst -------------------------------------------------------------------------------- /gns3server.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server.bat -------------------------------------------------------------------------------- /gns3server/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/__init__.py -------------------------------------------------------------------------------- /gns3server/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/__main__.py -------------------------------------------------------------------------------- /gns3server/appliances/6wind-turbo-router.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/6wind-turbo-router.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/IPCop.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/IPCop.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/a10-vthunder.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/a10-vthunder.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/aaa.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/aaa.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/alcatel-7750.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/alcatel-7750.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/almalinux.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/almalinux.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/alpine-cloud.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/alpine-cloud.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/alpine-linux-virt.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/alpine-linux-virt.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/alpine-linux.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/alpine-linux.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/arista-ceos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/arista-ceos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/arista-veos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/arista-veos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/aruba-arubaoscx.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/aruba-arubaoscx.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/aruba-vgw.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/aruba-vgw.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/aruba-vmc.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/aruba-vmc.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/asterisk.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/asterisk.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/bird.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/bird.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/bird2.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/bird2.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/brocade-vadx.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/brocade-vadx.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/brocade-vrouter.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/brocade-vrouter.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/brocade-vtm.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/brocade-vtm.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/bsdrp.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/bsdrp.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/centos-cloud.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/centos-cloud.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/centos7.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/centos7.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/checkpoint-gaia.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/checkpoint-gaia.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/chromium.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/chromium.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-1700.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-1700.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-2600.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-2600.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-2691.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-2691.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-3620.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-3620.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-3640.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-3640.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-3660.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-3660.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-3725.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-3725.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-3745.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-3745.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-7200.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-7200.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-asa.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-asa.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-asav.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-asav.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-c8000v.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-c8000v.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-cat9k.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-cat9k.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-csr1000v.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-csr1000v.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-dcnm.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-dcnm.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-fcnf.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-fcnf.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-fmcv.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-fmcv.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-fsve.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-fsve.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-ftdv.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-ftdv.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-iosv.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-iosv.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-iosvl2.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-iosvl2.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-iosxrv.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-iosxrv.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-iosxrv9k.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-iosxrv9k.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-iou-l2.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-iou-l2.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-iou-l3.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-iou-l3.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-ise.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-ise.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-ngipsv.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-ngipsv.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-nxosv.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-nxosv.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-nxosv9k.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-nxosv9k.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-pyats.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-pyats.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-smc.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-smc.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-vWLC.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-vWLC.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cisco-wsav.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cisco-wsav.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/citrix-netscaler-vpx.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/citrix-netscaler-vpx.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/citrix-sd-wan.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/citrix-sd-wan.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/citrix-sdwan-center.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/citrix-sdwan-center.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/clavister-netsheild.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/clavister-netsheild.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/clavister-netwall.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/clavister-netwall.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/clearos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/clearos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cloudrouter.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cloudrouter.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/coreos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/coreos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/cumulus-vx.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/cumulus-vx.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/danos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/danos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/debian.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/debian.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/deft-linux.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/deft-linux.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/dell-ftos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/dell-ftos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/dns.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/dns.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/empty-vm.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/empty-vm.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/endhost.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/endhost.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/exos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/exos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/f5-bigip.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/f5-bigip.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/f5-bigiq.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/f5-bigiq.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fedora-cloud.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fedora-cloud.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/firefox.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/firefox.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortiadc-manager.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortiadc-manager.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortiadc.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortiadc.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortianalyzer.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortianalyzer.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortiauthenticator.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortiauthenticator.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/forticache.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/forticache.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortigate.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortigate.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortimail.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortimail.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortimanager.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortimanager.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortiproxy.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortiproxy.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortirecorder.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortirecorder.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortisandbox.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortisandbox.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/fortiweb.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/fortiweb.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/freeRouter.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/freeRouter.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/freebsd.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/freebsd.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/freenas.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/freenas.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/frr.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/frr.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/haproxy.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/haproxy.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/hbcd-pe.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/hbcd-pe.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/hp-vsr1001.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/hp-vsr1001.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/huawei-ar1kv.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/huawei-ar1kv.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/huawei-ce12800.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/huawei-ce12800.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/huawei-ne40e.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/huawei-ne40e.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/huawei-usg6kv.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/huawei-usg6kv.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/infix.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/infix.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/innovaphone-app.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/innovaphone-app.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/innovaphone-ipva.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/innovaphone-ipva.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/ipfire.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/ipfire.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/ipterm.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/ipterm.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/ipxe.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/ipxe.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/juniper-junos-space.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/juniper-junos-space.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/juniper-vmx-legacy.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/juniper-vmx-legacy.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/juniper-vmx-vcp.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/juniper-vmx-vcp.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/juniper-vmx-vfp.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/juniper-vmx-vfp.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/juniper-vqfx-pfe.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/juniper-vqfx-pfe.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/juniper-vqfx-re.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/juniper-vqfx-re.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/juniper-vrr.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/juniper-vrr.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/juniper-vsrx.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/juniper-vsrx.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/jupyter.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/jupyter.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/jupyter27.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/jupyter27.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/kali-linux-cli.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/kali-linux-cli.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/kali-linux.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/kali-linux.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/kemp-vlm.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/kemp-vlm.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/kerio-connect.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/kerio-connect.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/kerio-control.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/kerio-control.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/kerio-operator.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/kerio-operator.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/lancom-vrouter.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/lancom-vrouter.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/loadbalancer_org-va.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/loadbalancer_org-va.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/macos-install.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/macos-install.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/mcjoin.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/mcjoin.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/microcore-linux.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/microcore-linux.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/mikrotik-chr.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/mikrotik-chr.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/mikrotik-rb2011uias.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/mikrotik-rb2011uias.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/mikrotik-rb3011uias.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/mikrotik-rb3011uias.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/mikrotik-rb4011igs+.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/mikrotik-rb4011igs+.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/mikrotik-rb450g.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/mikrotik-rb450g.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/mikrotik-rb450gx4.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/mikrotik-rb450gx4.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/mikrotik-winbox.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/mikrotik-winbox.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/mininet.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/mininet.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/net_toolbox.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/net_toolbox.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/netapp-ontapsim.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/netapp-ontapsim.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/netem.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/netem.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/nethsecurity.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/nethsecurity.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/network_automation.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/network_automation.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/nixos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/nixos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/nokia-vsim.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/nokia-vsim.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/ntopng.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/ntopng.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/onos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/onos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/op5-monitor.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/op5-monitor.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/open-media-vault.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/open-media-vault.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/openbsd.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/openbsd.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/opennac.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/opennac.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/opensuse.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/opensuse.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/openvswitch.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/openvswitch.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/openwrt-realview.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/openwrt-realview.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/openwrt.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/openwrt.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/opnsense.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/opnsense.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/oracle-linux-cloud.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/oracle-linux-cloud.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/ostinato-wireshark.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/ostinato-wireshark.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/ostinato.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/ostinato.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/ovs-snmp.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/ovs-snmp.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/packetfence-zen.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/packetfence-zen.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/pan-vm-fw.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/pan-vm-fw.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/parrot-os.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/parrot-os.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/pfsense.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/pfsense.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/proxmox-mg.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/proxmox-mg.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/puppy-linux.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/puppy-linux.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/python-go-perl-php.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/python-go-perl-php.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/raspian.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/raspian.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/reactos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/reactos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/rhel.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/rhel.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/rockylinux.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/rockylinux.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/security-onion.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/security-onion.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/smoothwall.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/smoothwall.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/sophos-iview.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/sophos-iview.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/sophos-utm.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/sophos-utm.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/sophos-xg.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/sophos-xg.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/stonework.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/stonework.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/stormshield-eva.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/stormshield-eva.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/tacacs-gui.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/tacacs-gui.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/tinycore-linux.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/tinycore-linux.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/trendmicro-imsva.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/trendmicro-imsva.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/trendmicro-iwsva.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/trendmicro-iwsva.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/truenas.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/truenas.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/turnkey-wordpress.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/turnkey-wordpress.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/ubuntu-cloud.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/ubuntu-cloud.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/ubuntu-docker.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/ubuntu-docker.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/ubuntu-gui.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/ubuntu-gui.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/untangle.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/untangle.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/vpp.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/vpp.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/vrin.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/vrin.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/vyos.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/vyos.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/watchguard-fireboxv.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/watchguard-fireboxv.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/watchguard-xtmv.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/watchguard-xtmv.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/webterm.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/webterm.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/windows-11-dev-env.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/windows-11-dev-env.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/windows-xp+ie.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/windows-xp+ie.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/windows.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/windows.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/windows_server.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/windows_server.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/zentyal-server.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/zentyal-server.gns3a -------------------------------------------------------------------------------- /gns3server/appliances/zeroshell.gns3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/appliances/zeroshell.gns3a -------------------------------------------------------------------------------- /gns3server/compute/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/__init__.py -------------------------------------------------------------------------------- /gns3server/compute/adapters/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/compute/adapters/adapter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/adapters/adapter.py -------------------------------------------------------------------------------- /gns3server/compute/adapters/ethernet_adapter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/adapters/ethernet_adapter.py -------------------------------------------------------------------------------- /gns3server/compute/adapters/serial_adapter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/adapters/serial_adapter.py -------------------------------------------------------------------------------- /gns3server/compute/base_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/base_manager.py -------------------------------------------------------------------------------- /gns3server/compute/base_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/base_node.py -------------------------------------------------------------------------------- /gns3server/compute/builtin/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/builtin/__init__.py -------------------------------------------------------------------------------- /gns3server/compute/builtin/nodes/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/compute/builtin/nodes/cloud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/builtin/nodes/cloud.py -------------------------------------------------------------------------------- /gns3server/compute/builtin/nodes/ethernet_hub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/builtin/nodes/ethernet_hub.py -------------------------------------------------------------------------------- /gns3server/compute/builtin/nodes/nat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/builtin/nodes/nat.py -------------------------------------------------------------------------------- /gns3server/compute/docker/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/docker/__init__.py -------------------------------------------------------------------------------- /gns3server/compute/docker/docker_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/docker/docker_error.py -------------------------------------------------------------------------------- /gns3server/compute/docker/docker_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/docker/docker_vm.py -------------------------------------------------------------------------------- /gns3server/compute/docker/resources/bin/udhcpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/docker/resources/bin/udhcpc -------------------------------------------------------------------------------- /gns3server/compute/docker/resources/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/docker/resources/init.sh -------------------------------------------------------------------------------- /gns3server/compute/docker/resources/run-cmd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/docker/resources/run-cmd.sh -------------------------------------------------------------------------------- /gns3server/compute/dynamips/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/__init__.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/adapter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/adapter.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/nm_16esw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/nm_16esw.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/nm_1e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/nm_1e.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/nm_4e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/nm_4e.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/nm_4t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/nm_4t.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/pa_4e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/pa_4e.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/pa_4t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/pa_4t.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/pa_8e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/pa_8e.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/pa_8t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/pa_8t.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/pa_a1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/pa_a1.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/pa_fe_tx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/pa_fe_tx.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/pa_ge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/pa_ge.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/wic_1t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/wic_1t.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/adapters/wic_2t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/adapters/wic_2t.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/dynamips_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/dynamips_error.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/dynamips_factory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/dynamips_factory.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/hypervisor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/hypervisor.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nios/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nios/nio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nios/nio.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nios/nio_null.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nios/nio_null.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nios/nio_tap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nios/nio_tap.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nios/nio_udp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nios/nio_udp.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nios/nio_unix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nios/nio_unix.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nios/nio_vde.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nios/nio_vde.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/atm_switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/atm_switch.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/bridge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/bridge.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/c1700.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/c1700.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/c2600.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/c2600.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/c2691.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/c2691.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/c3600.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/c3600.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/c3725.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/c3725.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/c3745.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/c3745.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/c7200.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/c7200.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/device.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/device.py -------------------------------------------------------------------------------- /gns3server/compute/dynamips/nodes/router.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/dynamips/nodes/router.py -------------------------------------------------------------------------------- /gns3server/compute/error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/error.py -------------------------------------------------------------------------------- /gns3server/compute/iou/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/iou/__init__.py -------------------------------------------------------------------------------- /gns3server/compute/iou/iou_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/iou/iou_error.py -------------------------------------------------------------------------------- /gns3server/compute/iou/iou_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/iou/iou_vm.py -------------------------------------------------------------------------------- /gns3server/compute/iou/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/compute/iou/utils/iou_export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/iou/utils/iou_export.py -------------------------------------------------------------------------------- /gns3server/compute/iou/utils/iou_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/iou/utils/iou_import.py -------------------------------------------------------------------------------- /gns3server/compute/nios/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/compute/nios/nio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/nios/nio.py -------------------------------------------------------------------------------- /gns3server/compute/nios/nio_ethernet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/nios/nio_ethernet.py -------------------------------------------------------------------------------- /gns3server/compute/nios/nio_tap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/nios/nio_tap.py -------------------------------------------------------------------------------- /gns3server/compute/nios/nio_udp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/nios/nio_udp.py -------------------------------------------------------------------------------- /gns3server/compute/notification_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/notification_manager.py -------------------------------------------------------------------------------- /gns3server/compute/port_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/port_manager.py -------------------------------------------------------------------------------- /gns3server/compute/project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/project.py -------------------------------------------------------------------------------- /gns3server/compute/project_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/project_manager.py -------------------------------------------------------------------------------- /gns3server/compute/qemu/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/qemu/__init__.py -------------------------------------------------------------------------------- /gns3server/compute/qemu/qemu_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/qemu/qemu_error.py -------------------------------------------------------------------------------- /gns3server/compute/qemu/qemu_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/qemu/qemu_vm.py -------------------------------------------------------------------------------- /gns3server/compute/qemu/resources/config.img.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/qemu/resources/config.img.zip -------------------------------------------------------------------------------- /gns3server/compute/qemu/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/compute/qemu/utils/guest_cid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/qemu/utils/guest_cid.py -------------------------------------------------------------------------------- /gns3server/compute/qemu/utils/qcow2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/qemu/utils/qcow2.py -------------------------------------------------------------------------------- /gns3server/compute/qemu/utils/ziputils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/qemu/utils/ziputils.py -------------------------------------------------------------------------------- /gns3server/compute/traceng/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/traceng/__init__.py -------------------------------------------------------------------------------- /gns3server/compute/traceng/traceng_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/traceng/traceng_error.py -------------------------------------------------------------------------------- /gns3server/compute/traceng/traceng_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/traceng/traceng_vm.py -------------------------------------------------------------------------------- /gns3server/compute/virtualbox/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/virtualbox/__init__.py -------------------------------------------------------------------------------- /gns3server/compute/virtualbox/virtualbox_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/virtualbox/virtualbox_vm.py -------------------------------------------------------------------------------- /gns3server/compute/vmware/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/vmware/__init__.py -------------------------------------------------------------------------------- /gns3server/compute/vmware/vmware_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/vmware/vmware_error.py -------------------------------------------------------------------------------- /gns3server/compute/vmware/vmware_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/vmware/vmware_vm.py -------------------------------------------------------------------------------- /gns3server/compute/vpcs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/vpcs/__init__.py -------------------------------------------------------------------------------- /gns3server/compute/vpcs/vpcs_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/vpcs/vpcs_error.py -------------------------------------------------------------------------------- /gns3server/compute/vpcs/vpcs_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/compute/vpcs/vpcs_vm.py -------------------------------------------------------------------------------- /gns3server/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/config.py -------------------------------------------------------------------------------- /gns3server/configs/ios_base_startup-config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/configs/ios_base_startup-config.txt -------------------------------------------------------------------------------- /gns3server/configs/vpcs_base_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/configs/vpcs_base_config.txt -------------------------------------------------------------------------------- /gns3server/controller/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/__init__.py -------------------------------------------------------------------------------- /gns3server/controller/appliance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/appliance.py -------------------------------------------------------------------------------- /gns3server/controller/appliance_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/appliance_manager.py -------------------------------------------------------------------------------- /gns3server/controller/compute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/compute.py -------------------------------------------------------------------------------- /gns3server/controller/controller_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/controller_error.py -------------------------------------------------------------------------------- /gns3server/controller/drawing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/drawing.py -------------------------------------------------------------------------------- /gns3server/controller/export_project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/export_project.py -------------------------------------------------------------------------------- /gns3server/controller/gns3vm/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/gns3vm/__init__.py -------------------------------------------------------------------------------- /gns3server/controller/gns3vm/base_gns3_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/gns3vm/base_gns3_vm.py -------------------------------------------------------------------------------- /gns3server/controller/gns3vm/gns3_vm_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/gns3vm/gns3_vm_error.py -------------------------------------------------------------------------------- /gns3server/controller/gns3vm/hyperv_gns3_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/gns3vm/hyperv_gns3_vm.py -------------------------------------------------------------------------------- /gns3server/controller/gns3vm/remote_gns3_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/gns3vm/remote_gns3_vm.py -------------------------------------------------------------------------------- /gns3server/controller/gns3vm/vmware_gns3_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/gns3vm/vmware_gns3_vm.py -------------------------------------------------------------------------------- /gns3server/controller/import_project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/import_project.py -------------------------------------------------------------------------------- /gns3server/controller/link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/link.py -------------------------------------------------------------------------------- /gns3server/controller/node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/node.py -------------------------------------------------------------------------------- /gns3server/controller/notification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/notification.py -------------------------------------------------------------------------------- /gns3server/controller/ports/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/controller/ports/atm_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/ports/atm_port.py -------------------------------------------------------------------------------- /gns3server/controller/ports/ethernet_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/ports/ethernet_port.py -------------------------------------------------------------------------------- /gns3server/controller/ports/fastethernet_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/ports/fastethernet_port.py -------------------------------------------------------------------------------- /gns3server/controller/ports/frame_relay_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/ports/frame_relay_port.py -------------------------------------------------------------------------------- /gns3server/controller/ports/port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/ports/port.py -------------------------------------------------------------------------------- /gns3server/controller/ports/port_factory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/ports/port_factory.py -------------------------------------------------------------------------------- /gns3server/controller/ports/pos_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/ports/pos_port.py -------------------------------------------------------------------------------- /gns3server/controller/ports/serial_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/ports/serial_port.py -------------------------------------------------------------------------------- /gns3server/controller/project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/project.py -------------------------------------------------------------------------------- /gns3server/controller/snapshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/snapshot.py -------------------------------------------------------------------------------- /gns3server/controller/symbol_themes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/symbol_themes.py -------------------------------------------------------------------------------- /gns3server/controller/symbols.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/symbols.py -------------------------------------------------------------------------------- /gns3server/controller/template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/template.py -------------------------------------------------------------------------------- /gns3server/controller/template_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/template_manager.py -------------------------------------------------------------------------------- /gns3server/controller/topology.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/topology.py -------------------------------------------------------------------------------- /gns3server/controller/udp_link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/controller/udp_link.py -------------------------------------------------------------------------------- /gns3server/crash_report.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/crash_report.py -------------------------------------------------------------------------------- /gns3server/disks/OVMF_CODE.fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/OVMF_CODE.fd -------------------------------------------------------------------------------- /gns3server/disks/OVMF_CODE_4M.fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/OVMF_CODE_4M.fd -------------------------------------------------------------------------------- /gns3server/disks/OVMF_VARS.fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/OVMF_VARS.fd -------------------------------------------------------------------------------- /gns3server/disks/OVMF_VARS_4M.fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/OVMF_VARS_4M.fd -------------------------------------------------------------------------------- /gns3server/disks/empty100G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty100G.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty10G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty10G.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty150G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty150G.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty1T.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty1T.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty200G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty200G.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty20G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty20G.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty250G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty250G.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty30G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty30G.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty40G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty40G.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty500G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty500G.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty50G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty50G.qcow2 -------------------------------------------------------------------------------- /gns3server/disks/empty8G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/disks/empty8G.qcow2 -------------------------------------------------------------------------------- /gns3server/handlers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/handlers/__init__.py -------------------------------------------------------------------------------- /gns3server/handlers/api/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/handlers/api/compute/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/handlers/api/compute/__init__.py -------------------------------------------------------------------------------- /gns3server/handlers/api/compute/cloud_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/handlers/api/compute/cloud_handler.py -------------------------------------------------------------------------------- /gns3server/handlers/api/compute/iou_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/handlers/api/compute/iou_handler.py -------------------------------------------------------------------------------- /gns3server/handlers/api/compute/nat_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/handlers/api/compute/nat_handler.py -------------------------------------------------------------------------------- /gns3server/handlers/api/compute/qemu_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/handlers/api/compute/qemu_handler.py -------------------------------------------------------------------------------- /gns3server/handlers/api/compute/vpcs_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/handlers/api/compute/vpcs_handler.py -------------------------------------------------------------------------------- /gns3server/handlers/api/controller/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/handlers/api/controller/__init__.py -------------------------------------------------------------------------------- /gns3server/handlers/index_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/handlers/index_handler.py -------------------------------------------------------------------------------- /gns3server/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/main.py -------------------------------------------------------------------------------- /gns3server/notification_queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/notification_queue.py -------------------------------------------------------------------------------- /gns3server/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/run.py -------------------------------------------------------------------------------- /gns3server/schemas/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/schemas/atm_switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/atm_switch.py -------------------------------------------------------------------------------- /gns3server/schemas/capabilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/capabilities.py -------------------------------------------------------------------------------- /gns3server/schemas/cloud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/cloud.py -------------------------------------------------------------------------------- /gns3server/schemas/cloud_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/cloud_template.py -------------------------------------------------------------------------------- /gns3server/schemas/compute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/compute.py -------------------------------------------------------------------------------- /gns3server/schemas/custom_adapters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/custom_adapters.py -------------------------------------------------------------------------------- /gns3server/schemas/docker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/docker.py -------------------------------------------------------------------------------- /gns3server/schemas/docker_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/docker_template.py -------------------------------------------------------------------------------- /gns3server/schemas/drawing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/drawing.py -------------------------------------------------------------------------------- /gns3server/schemas/dynamips_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/dynamips_template.py -------------------------------------------------------------------------------- /gns3server/schemas/dynamips_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/dynamips_vm.py -------------------------------------------------------------------------------- /gns3server/schemas/ethernet_hub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/ethernet_hub.py -------------------------------------------------------------------------------- /gns3server/schemas/ethernet_hub_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/ethernet_hub_template.py -------------------------------------------------------------------------------- /gns3server/schemas/ethernet_switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/ethernet_switch.py -------------------------------------------------------------------------------- /gns3server/schemas/ethernet_switch_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/ethernet_switch_template.py -------------------------------------------------------------------------------- /gns3server/schemas/filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/filter.py -------------------------------------------------------------------------------- /gns3server/schemas/frame_relay_switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/frame_relay_switch.py -------------------------------------------------------------------------------- /gns3server/schemas/gns3vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/gns3vm.py -------------------------------------------------------------------------------- /gns3server/schemas/iou.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/iou.py -------------------------------------------------------------------------------- /gns3server/schemas/iou_license.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/iou_license.py -------------------------------------------------------------------------------- /gns3server/schemas/iou_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/iou_template.py -------------------------------------------------------------------------------- /gns3server/schemas/label.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/label.py -------------------------------------------------------------------------------- /gns3server/schemas/link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/link.py -------------------------------------------------------------------------------- /gns3server/schemas/nat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/nat.py -------------------------------------------------------------------------------- /gns3server/schemas/nio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/nio.py -------------------------------------------------------------------------------- /gns3server/schemas/node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/node.py -------------------------------------------------------------------------------- /gns3server/schemas/port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/port.py -------------------------------------------------------------------------------- /gns3server/schemas/project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/project.py -------------------------------------------------------------------------------- /gns3server/schemas/qemu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/qemu.py -------------------------------------------------------------------------------- /gns3server/schemas/qemu_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/qemu_template.py -------------------------------------------------------------------------------- /gns3server/schemas/server_statistics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/server_statistics.py -------------------------------------------------------------------------------- /gns3server/schemas/snapshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/snapshot.py -------------------------------------------------------------------------------- /gns3server/schemas/template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/template.py -------------------------------------------------------------------------------- /gns3server/schemas/topology.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/topology.py -------------------------------------------------------------------------------- /gns3server/schemas/traceng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/traceng.py -------------------------------------------------------------------------------- /gns3server/schemas/traceng_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/traceng_template.py -------------------------------------------------------------------------------- /gns3server/schemas/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/version.py -------------------------------------------------------------------------------- /gns3server/schemas/virtualbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/virtualbox.py -------------------------------------------------------------------------------- /gns3server/schemas/virtualbox_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/virtualbox_template.py -------------------------------------------------------------------------------- /gns3server/schemas/vmware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/vmware.py -------------------------------------------------------------------------------- /gns3server/schemas/vmware_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/vmware_template.py -------------------------------------------------------------------------------- /gns3server/schemas/vpcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/vpcs.py -------------------------------------------------------------------------------- /gns3server/schemas/vpcs_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/schemas/vpcs_template.py -------------------------------------------------------------------------------- /gns3server/static/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/static/web-ui/3rdpartylicenses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/static/web-ui/3rdpartylicenses.txt -------------------------------------------------------------------------------- /gns3server/static/web-ui/ReleaseNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/static/web-ui/ReleaseNotes.txt -------------------------------------------------------------------------------- /gns3server/static/web-ui/assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/static/web-ui/assets/favicon.ico -------------------------------------------------------------------------------- /gns3server/static/web-ui/assets/gns3_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/static/web-ui/assets/gns3_icon.svg -------------------------------------------------------------------------------- /gns3server/static/web-ui/assets/logo-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/static/web-ui/assets/logo-header.png -------------------------------------------------------------------------------- /gns3server/static/web-ui/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/static/web-ui/favicon.ico -------------------------------------------------------------------------------- /gns3server/static/web-ui/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/static/web-ui/index.html -------------------------------------------------------------------------------- /gns3server/symbols/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/atm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/atm.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/bug.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/cog.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/dna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/dna.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/dna2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/dna2.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/grid.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/hub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/hub.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/isdn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/isdn.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/ldap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/ldap.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/link.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/nas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/nas.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/nat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/nat.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/nat2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/nat2.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/rj45.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/rj45.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/tree.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/user.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/vm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/vm.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/vrf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/vrf.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/wifi.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/wlc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/wlc.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/blue/xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/blue/xml.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/atm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/atm.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/bug.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/cog.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/dna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/dna.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/dna2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/dna2.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/grid.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/hub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/hub.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/isdn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/isdn.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/ldap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/ldap.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/link.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/nas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/nas.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/nat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/nat.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/nat2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/nat2.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/rj45.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/rj45.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/tree.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/user.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/vm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/vm.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/vrf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/vrf.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/wifi.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/wlc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/wlc.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/gray/xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/gray/xml.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/atm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/atm.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/bug.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/cog.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/dna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/dna.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/hub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/hub.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/nas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/nas.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/nat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/nat.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/vm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/vm.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/vrf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/vrf.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/wlc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/wlc.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/green/xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/green/xml.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/atm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/atm.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/bug.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/cloud.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/cog.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/dna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/dna.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/dna2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/dna2.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/dslam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/dslam.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/globe.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/grid.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/grid2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/grid2.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/house.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/house.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/hub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/hub.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/isdn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/isdn.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/ldap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/ldap.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/link.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/nas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/nas.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/nat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/nat.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/nat2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/nat2.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/rj45.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/rj45.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/scull.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/scull.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/tree.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/user.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/vm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/vm.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/vrf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/vrf.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/wifi.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/wlc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/wlc.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/circle/red/xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/circle/red/xml.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/square/blue/atm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/square/blue/atm.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/square/blue/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/square/blue/bug.svg -------------------------------------------------------------------------------- /gns3server/symbols/affinity/square/red/vm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/affinity/square/red/vm.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/PBX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/PBX.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/PIX_firewall.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/PIX_firewall.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/access_point.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/access_point.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/access_server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/access_server.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/asa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/asa.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/atm_bridge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/atm_bridge.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/atm_switch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/atm_switch.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/call_manager.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/call_manager.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/cloud.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/computer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/computer.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/docker_guest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/docker_guest.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/dslam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/dslam.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/firewall.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/firewall.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/gateway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/gateway.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/hub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/hub.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/ids.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/ids.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/iosv_l2_virl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/iosv_l2_virl.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/iosv_virl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/iosv_virl.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/ip_phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/ip_phone.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/lightweight_ap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/lightweight_ap.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/nat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/nat.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/optical_router.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/optical_router.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/printer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/printer.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/qemu_guest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/qemu_guest.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/router.awp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/router.awp.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/router.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/router.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/router_netflow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/router_netflow.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/server.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/sip_server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/sip_server.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/traceng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/traceng.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/vbox_guest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/vbox_guest.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/vmware_guest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/vmware_guest.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/voice_router.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/voice_router.svg -------------------------------------------------------------------------------- /gns3server/symbols/classic/vpcs_guest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/symbols/classic/vpcs_guest.svg -------------------------------------------------------------------------------- /gns3server/templates/compute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/templates/compute.html -------------------------------------------------------------------------------- /gns3server/templates/controller.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/templates/controller.html -------------------------------------------------------------------------------- /gns3server/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/templates/index.html -------------------------------------------------------------------------------- /gns3server/templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/templates/layout.html -------------------------------------------------------------------------------- /gns3server/templates/project.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/templates/project.html -------------------------------------------------------------------------------- /gns3server/templates/upload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/templates/upload.html -------------------------------------------------------------------------------- /gns3server/ubridge/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/ubridge/hypervisor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/ubridge/hypervisor.py -------------------------------------------------------------------------------- /gns3server/ubridge/ubridge_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/ubridge/ubridge_error.py -------------------------------------------------------------------------------- /gns3server/ubridge/ubridge_hypervisor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/ubridge/ubridge_hypervisor.py -------------------------------------------------------------------------------- /gns3server/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/__init__.py -------------------------------------------------------------------------------- /gns3server/utils/application_id.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/application_id.py -------------------------------------------------------------------------------- /gns3server/utils/asyncio/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/asyncio/__init__.py -------------------------------------------------------------------------------- /gns3server/utils/asyncio/aiozipstream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/asyncio/aiozipstream.py -------------------------------------------------------------------------------- /gns3server/utils/asyncio/embed_shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/asyncio/embed_shell.py -------------------------------------------------------------------------------- /gns3server/utils/asyncio/input_stream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/asyncio/input_stream.py -------------------------------------------------------------------------------- /gns3server/utils/asyncio/pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/asyncio/pool.py -------------------------------------------------------------------------------- /gns3server/utils/asyncio/serial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/asyncio/serial.py -------------------------------------------------------------------------------- /gns3server/utils/asyncio/telnet_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/asyncio/telnet_server.py -------------------------------------------------------------------------------- /gns3server/utils/cpu_percent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/cpu_percent.py -------------------------------------------------------------------------------- /gns3server/utils/file_watcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/file_watcher.py -------------------------------------------------------------------------------- /gns3server/utils/get_resource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/get_resource.py -------------------------------------------------------------------------------- /gns3server/utils/images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/images.py -------------------------------------------------------------------------------- /gns3server/utils/interfaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/interfaces.py -------------------------------------------------------------------------------- /gns3server/utils/path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/path.py -------------------------------------------------------------------------------- /gns3server/utils/picture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/picture.py -------------------------------------------------------------------------------- /gns3server/utils/qt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/qt.py -------------------------------------------------------------------------------- /gns3server/utils/vmnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/vmnet.py -------------------------------------------------------------------------------- /gns3server/utils/windows_loopback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/windows_loopback.py -------------------------------------------------------------------------------- /gns3server/utils/windows_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/utils/windows_service.py -------------------------------------------------------------------------------- /gns3server/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/version.py -------------------------------------------------------------------------------- /gns3server/web/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gns3server/web/documentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/web/documentation.py -------------------------------------------------------------------------------- /gns3server/web/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/web/logger.py -------------------------------------------------------------------------------- /gns3server/web/response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/web/response.py -------------------------------------------------------------------------------- /gns3server/web/route.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/web/route.py -------------------------------------------------------------------------------- /gns3server/web/web_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/gns3server/web/web_server.py -------------------------------------------------------------------------------- /init/gns3.conf.upstart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/init/gns3.conf.upstart -------------------------------------------------------------------------------- /init/gns3.service.openrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/init/gns3.service.openrc -------------------------------------------------------------------------------- /init/gns3.service.systemd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/init/gns3.service.systemd -------------------------------------------------------------------------------- /mac-requirements.txt: -------------------------------------------------------------------------------- 1 | -rrequirements.txt 2 | -------------------------------------------------------------------------------- /pytest.ini: -------------------------------------------------------------------------------- 1 | [pytest] 2 | asyncio_mode=auto 3 | log_level=NOTSET 4 | -------------------------------------------------------------------------------- /readthedocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/readthedocs.yml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/requirements.txt -------------------------------------------------------------------------------- /scripts/create_cert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/scripts/create_cert.sh -------------------------------------------------------------------------------- /scripts/docker_dev_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/scripts/docker_dev_server.sh -------------------------------------------------------------------------------- /scripts/documentation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/scripts/documentation.sh -------------------------------------------------------------------------------- /scripts/random_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/scripts/random_query.py -------------------------------------------------------------------------------- /scripts/remote-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/scripts/remote-install.sh -------------------------------------------------------------------------------- /scripts/run_on_gns3vm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/scripts/run_on_gns3vm.sh -------------------------------------------------------------------------------- /scripts/sync_affinity_symbols.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/scripts/sync_affinity_symbols.sh -------------------------------------------------------------------------------- /scripts/sync_appliances.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/scripts/sync_appliances.sh -------------------------------------------------------------------------------- /scripts/update-bundled-web-ui.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/scripts/update-bundled-web-ui.sh -------------------------------------------------------------------------------- /scripts/welcome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/scripts/welcome.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/setup.py -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/compute/builtin/nodes/test_cloud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/builtin/nodes/test_cloud.py -------------------------------------------------------------------------------- /tests/compute/builtin/nodes/test_nat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/builtin/nodes/test_nat.py -------------------------------------------------------------------------------- /tests/compute/docker/test_docker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/docker/test_docker.py -------------------------------------------------------------------------------- /tests/compute/docker/test_docker_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/docker/test_docker_vm.py -------------------------------------------------------------------------------- /tests/compute/iou/test_iou_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/iou/test_iou_vm.py -------------------------------------------------------------------------------- /tests/compute/qemu/test_qcow2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/qemu/test_qcow2.py -------------------------------------------------------------------------------- /tests/compute/qemu/test_qemu_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/qemu/test_qemu_manager.py -------------------------------------------------------------------------------- /tests/compute/qemu/test_qemu_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/qemu/test_qemu_vm.py -------------------------------------------------------------------------------- /tests/compute/test_base_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/test_base_node.py -------------------------------------------------------------------------------- /tests/compute/test_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/test_manager.py -------------------------------------------------------------------------------- /tests/compute/test_notification_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/test_notification_manager.py -------------------------------------------------------------------------------- /tests/compute/test_port_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/test_port_manager.py -------------------------------------------------------------------------------- /tests/compute/test_project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/test_project.py -------------------------------------------------------------------------------- /tests/compute/test_project_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/test_project_manager.py -------------------------------------------------------------------------------- /tests/compute/traceng/test_traceng_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/traceng/test_traceng_vm.py -------------------------------------------------------------------------------- /tests/compute/vmware/test_vmware_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/vmware/test_vmware_manager.py -------------------------------------------------------------------------------- /tests/compute/vmware/test_vmware_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/vmware/test_vmware_vm.py -------------------------------------------------------------------------------- /tests/compute/vpcs/test_vpcs_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/vpcs/test_vpcs_manager.py -------------------------------------------------------------------------------- /tests/compute/vpcs/test_vpcs_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/compute/vpcs/test_vpcs_vm.py -------------------------------------------------------------------------------- /tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/conftest.py -------------------------------------------------------------------------------- /tests/controller/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/controller/test_compute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_compute.py -------------------------------------------------------------------------------- /tests/controller/test_controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_controller.py -------------------------------------------------------------------------------- /tests/controller/test_drawing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_drawing.py -------------------------------------------------------------------------------- /tests/controller/test_export_project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_export_project.py -------------------------------------------------------------------------------- /tests/controller/test_gns3vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_gns3vm.py -------------------------------------------------------------------------------- /tests/controller/test_import_project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_import_project.py -------------------------------------------------------------------------------- /tests/controller/test_link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_link.py -------------------------------------------------------------------------------- /tests/controller/test_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_node.py -------------------------------------------------------------------------------- /tests/controller/test_node_port_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_node_port_name.py -------------------------------------------------------------------------------- /tests/controller/test_notification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_notification.py -------------------------------------------------------------------------------- /tests/controller/test_project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_project.py -------------------------------------------------------------------------------- /tests/controller/test_project_open.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_project_open.py -------------------------------------------------------------------------------- /tests/controller/test_snapshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_snapshot.py -------------------------------------------------------------------------------- /tests/controller/test_symbols.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_symbols.py -------------------------------------------------------------------------------- /tests/controller/test_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_template.py -------------------------------------------------------------------------------- /tests/controller/test_topology.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_topology.py -------------------------------------------------------------------------------- /tests/controller/test_udp_link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/controller/test_udp_link.py -------------------------------------------------------------------------------- /tests/handlers/api/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/handlers/api/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/base.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_cloud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_cloud.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_docker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_docker.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_dynamips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_dynamips.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_iou.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_iou.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_nat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_nat.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_network.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_project.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_qemu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_qemu.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_server.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_traceng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_traceng.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_virtualbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_virtualbox.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_vmware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_vmware.py -------------------------------------------------------------------------------- /tests/handlers/api/compute/test_vpcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/compute/test_vpcs.py -------------------------------------------------------------------------------- /tests/handlers/api/controller/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/handlers/api/controller/test_compute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/controller/test_compute.py -------------------------------------------------------------------------------- /tests/handlers/api/controller/test_drawing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/controller/test_drawing.py -------------------------------------------------------------------------------- /tests/handlers/api/controller/test_gns3vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/controller/test_gns3vm.py -------------------------------------------------------------------------------- /tests/handlers/api/controller/test_link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/controller/test_link.py -------------------------------------------------------------------------------- /tests/handlers/api/controller/test_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/controller/test_node.py -------------------------------------------------------------------------------- /tests/handlers/api/controller/test_project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/controller/test_project.py -------------------------------------------------------------------------------- /tests/handlers/api/controller/test_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/controller/test_server.py -------------------------------------------------------------------------------- /tests/handlers/api/controller/test_symbol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/controller/test_symbol.py -------------------------------------------------------------------------------- /tests/handlers/api/controller/test_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/api/controller/test_version.py -------------------------------------------------------------------------------- /tests/handlers/test_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/handlers/test_index.py -------------------------------------------------------------------------------- /tests/resources/empty8G.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/resources/empty8G.qcow2 -------------------------------------------------------------------------------- /tests/resources/firefox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/resources/firefox.svg -------------------------------------------------------------------------------- /tests/resources/gns3_icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/resources/gns3_icon_128x128.png -------------------------------------------------------------------------------- /tests/resources/gns3_icon_128x64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/resources/gns3_icon_128x64.gif -------------------------------------------------------------------------------- /tests/resources/gns3_icon_128x64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/resources/gns3_icon_128x64.jpg -------------------------------------------------------------------------------- /tests/resources/gns3_icon_128x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/resources/gns3_icon_128x64.png -------------------------------------------------------------------------------- /tests/resources/linked.qcow2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/resources/linked.qcow2 -------------------------------------------------------------------------------- /tests/resources/nvram_iou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/resources/nvram_iou -------------------------------------------------------------------------------- /tests/test_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/test_config.py -------------------------------------------------------------------------------- /tests/test_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/test_run.py -------------------------------------------------------------------------------- /tests/test_topologies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/test_topologies.py -------------------------------------------------------------------------------- /tests/test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/test_utils.py -------------------------------------------------------------------------------- /tests/topologies/1_5_builtins/after/README.txt: -------------------------------------------------------------------------------- 1 | hello 2 | -------------------------------------------------------------------------------- /tests/topologies/1_5_builtins/before/instructions.txt: -------------------------------------------------------------------------------- 1 | hello 2 | -------------------------------------------------------------------------------- /tests/topologies/1_5_host/after/1_5_host.gns3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/topologies/1_5_host/after/1_5_host.gns3 -------------------------------------------------------------------------------- /tests/topologies/1_5_iou/after/1_5_iou.gns3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/topologies/1_5_iou/after/1_5_iou.gns3 -------------------------------------------------------------------------------- /tests/topologies/1_5_iou/before/1_5_iou.gns3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/topologies/1_5_iou/before/1_5_iou.gns3 -------------------------------------------------------------------------------- /tests/topologies/1_5_qemu/after/testqemu.gns3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/topologies/1_5_qemu/after/testqemu.gns3 -------------------------------------------------------------------------------- /tests/topologies/1_5_snapshot/after/project-files/vpcs/992c28fd-4bc3-4508-9300-48600148f64a/startup.vpc: -------------------------------------------------------------------------------- 1 | set pcname PC1 2 | -------------------------------------------------------------------------------- /tests/topologies/1_5_snapshot/before/project-files/vpcs/992c28fd-4bc3-4508-9300-48600148f64a/startup.vpc: -------------------------------------------------------------------------------- 1 | set pcname PC1 2 | -------------------------------------------------------------------------------- /tests/topologies/1_5_vpcs/after/1_5_vpcs.gns3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/topologies/1_5_vpcs/after/1_5_vpcs.gns3 -------------------------------------------------------------------------------- /tests/topologies/1_5_vpcs/after/project-files/vpcs/0fd3dd4d-dc93-4a04-a9b9-7396a9e22e8b/startup.vpc: -------------------------------------------------------------------------------- 1 | set pcname PC1 2 | -------------------------------------------------------------------------------- /tests/topologies/1_5_vpcs/after/project-files/vpcs/b570a150-c09f-47d9-8d32-9ca5b03234d6/startup.vpc: -------------------------------------------------------------------------------- 1 | set pcname PC2 2 | -------------------------------------------------------------------------------- /tests/topologies/1_5_vpcs/before/project-files/vpcs/0fd3dd4d-dc93-4a04-a9b9-7396a9e22e8b/startup.vpc: -------------------------------------------------------------------------------- 1 | set pcname PC1 2 | -------------------------------------------------------------------------------- /tests/topologies/1_5_vpcs/before/project-files/vpcs/b570a150-c09f-47d9-8d32-9ca5b03234d6/startup.vpc: -------------------------------------------------------------------------------- 1 | set pcname PC2 2 | -------------------------------------------------------------------------------- /tests/topologies/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/topologies/README.rst -------------------------------------------------------------------------------- /tests/topologies/dynamips_2_0_0_b2/after/project-files/dynamips/b31bacb4-b251-47e3-b9e8-fe5596e7a8ba/c7200_i1_nvram: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/topologies/dynamips_2_0_0_b2/after/project-files/dynamips/b31bacb4-b251-47e3-b9e8-fe5596e7a8ba/dynamips_i1_log.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/topologies/dynamips_2_0_0_b2/after/project-files/dynamips/f306df6f-dbe0-4be1-9a40-625b8d20fe6e/c7200_i2_nvram: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/topologies/dynamips_2_0_0_b2/after/project-files/dynamips/f306df6f-dbe0-4be1-9a40-625b8d20fe6e/dynamips_i2_log.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/topologies/dynamips_2_0_0_b2/before/project-files/dynamips/c7200_i1_nvram: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/topologies/dynamips_2_0_0_b2/before/project-files/dynamips/c7200_i2_nvram: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/topologies/dynamips_2_0_0_b2/before/project-files/dynamips/dynamips_i1_log.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/topologies/dynamips_2_0_0_b2/before/project-files/dynamips/dynamips_i2_log.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/utils.py -------------------------------------------------------------------------------- /tests/utils/asyncio/test_embed_shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/utils/asyncio/test_embed_shell.py -------------------------------------------------------------------------------- /tests/utils/test_asyncio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/utils/test_asyncio.py -------------------------------------------------------------------------------- /tests/utils/test_file_watcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/utils/test_file_watcher.py -------------------------------------------------------------------------------- /tests/utils/test_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/utils/test_images.py -------------------------------------------------------------------------------- /tests/utils/test_interfaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/utils/test_interfaces.py -------------------------------------------------------------------------------- /tests/utils/test_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/utils/test_path.py -------------------------------------------------------------------------------- /tests/utils/test_picture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/utils/test_picture.py -------------------------------------------------------------------------------- /tests/web/test_response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GNS3/gns3-server/HEAD/tests/web/test_response.py -------------------------------------------------------------------------------- /win-requirements.txt: -------------------------------------------------------------------------------- 1 | -rrequirements.txt 2 | 3 | pywin32==306 4 | wmi==1.5.1 5 | --------------------------------------------------------------------------------