Received: by mail.netbsd.org (Postfix, from userid 605) id 427CF84DC0; Sun, 3 Nov 2019 01:31:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB91484D81 for ; Sun, 3 Nov 2019 01:31:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id U0MYdBvaLOPj for ; Sun, 3 Nov 2019 01:31:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 63F7E84CEF for ; Sun, 3 Nov 2019 01:31:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57298FA92; Sun, 3 Nov 2019 01:31:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157274469891660" MIME-Version: 1.0 Date: Sun, 3 Nov 2019 01:31:38 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/emulators/gns3-server To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20191103013138.57298FA92@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157274469891660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Nov 3 01:31:38 UTC 2019 Added Files: pkgsrc/emulators/gns3-server: DESCR Makefile PLIST distinfo Log Message: gns3-server: add version 2.2.1 GNS3 is a graphical network simulator that allows you to design complex network topologies. You may run simulations or configure devices ranging from simple workstations to powerful Cisco routers. It is based on Dynamips, an IOS emulator which allows users to run IOS binary images from Cisco Systems and Pemu, an PIX firewall emulator based on Qemu. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/gns3-server/DESCR \ pkgsrc/emulators/gns3-server/Makefile pkgsrc/emulators/gns3-server/PLIST \ pkgsrc/emulators/gns3-server/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157274469891660 Content-Disposition: inline Content-Length: 87369 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/emulators/gns3-server/DESCR diff -u /dev/null pkgsrc/emulators/gns3-server/DESCR:1.1 --- /dev/null Sun Nov 3 01:31:38 2019 +++ pkgsrc/emulators/gns3-server/DESCR Sun Nov 3 01:31:38 2019 @@ -0,0 +1,5 @@ +GNS3 is a graphical network simulator that allows you to design complex +network topologies. You may run simulations or configure devices ranging from +simple workstations to powerful Cisco routers. It is based on Dynamips, an IOS +emulator which allows users to run IOS binary images from Cisco Systems and +Pemu, an PIX firewall emulator based on Qemu. Index: pkgsrc/emulators/gns3-server/Makefile diff -u /dev/null pkgsrc/emulators/gns3-server/Makefile:1.1 --- /dev/null Sun Nov 3 01:31:38 2019 +++ pkgsrc/emulators/gns3-server/Makefile Sun Nov 3 01:31:38 2019 @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1 2019/11/03 01:31:38 markd Exp $ + +DISTNAME= gns3-server-2.2.1 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_PYPI:=g/gns3-server/} + +MAINTAINER= markd@NetBSD.org +HOMEPAGE= https://github.com/GNS3/gns3-server +COMMENT= GNS3 network simulator - Server package +LICENSE= gnu-gpl-v3 + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +DEPENDS+= ${PYPKGPREFIX}-aiohttp>=2.2.0:../../www/py-aiohttp +DEPENDS+= ${PYPKGPREFIX}-aiohttp-cors>=0.7.0:../../www/py-aiohttp-cors +DEPENDS+= ${PYPKGPREFIX}-aiofiles>=0.4.0:../../devel/py-aiofiles +DEPENDS+= ${PYPKGPREFIX}-async_generator>=1.10:../../devel/py-async_generator +DEPENDS+= ${PYPKGPREFIX}-distro>=1.3.0:../../devel/py-distro +DEPENDS+= ${PYPKGPREFIX}-jsonschema>=2.6.0:../../textproc/py-jsonschema +DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.7.3:../../textproc/py-jinja2 +DEPENDS+= ${PYPKGPREFIX}-raven>=5.23.0:../../www/py-raven +DEPENDS+= ${PYPKGPREFIX}-psutil>=3.0.0:../../sysutils/py-psutil +DEPENDS+= ${PYPKGPREFIX}-async-timeout>=3.0.1:../../devel/py-async-timeout +DEPENDS+= ${PYPKGPREFIX}-zipstream>=1.1.4:../../archivers/py-zipstream + +CHECK_INTERPRETER_SKIP+= lib/python3.7/site-packages/gns3server/compute/docker/resources/init.sh +CHECK_INTERPRETER_SKIP+= lib/python3.7/site-packages/gns3server/compute/docker/resources/etc/udhcpc/default.script + +# we have newer jsonschema and it seems fine +SUBST_CLASSES+= inst +SUBST_STAGE.inst= pre-configure +SUBST_FILES.inst= requirements.txt +SUBST_SED.inst= -e "s:jsonschema==2.6.0:jsonschema:" + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/emulators/gns3-server/PLIST diff -u /dev/null pkgsrc/emulators/gns3-server/PLIST:1.1 --- /dev/null Sun Nov 3 01:31:38 2019 +++ pkgsrc/emulators/gns3-server/PLIST Sun Nov 3 01:31:38 2019 @@ -0,0 +1,1444 @@ +@comment $NetBSD: PLIST,v 1.1 2019/11/03 01:31:38 markd Exp $ +bin/gns3loopback +bin/gns3server +bin/gns3vmnet +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/gns3server/__init__.py +${PYSITELIB}/gns3server/__main__.py +${PYSITELIB}/gns3server/__init__.pyo +${PYSITELIB}/gns3server/__init__.pyc +${PYSITELIB}/gns3server/__main__.pyo +${PYSITELIB}/gns3server/__main__.pyc +${PYSITELIB}/gns3server/config.pyo +${PYSITELIB}/gns3server/config.pyc +${PYSITELIB}/gns3server/crash_report.pyo +${PYSITELIB}/gns3server/crash_report.pyc +${PYSITELIB}/gns3server/main.pyo +${PYSITELIB}/gns3server/main.pyc +${PYSITELIB}/gns3server/notification_queue.pyo +${PYSITELIB}/gns3server/notification_queue.pyc +${PYSITELIB}/gns3server/run.pyo +${PYSITELIB}/gns3server/run.pyc +${PYSITELIB}/gns3server/version.pyo +${PYSITELIB}/gns3server/version.pyc +${PYSITELIB}/gns3server/appliances/Simulator.gns3a +${PYSITELIB}/gns3server/appliances/a10-vthunder.gns3a +${PYSITELIB}/gns3server/appliances/aaa.gns3a +${PYSITELIB}/gns3server/appliances/alcatel-7750.gns3a +${PYSITELIB}/gns3server/appliances/alpine-linux.gns3a +${PYSITELIB}/gns3server/appliances/arista-ceos.gns3a +${PYSITELIB}/gns3server/appliances/arista-veos.gns3a +${PYSITELIB}/gns3server/appliances/aruba-arubaoscx.gns3a +${PYSITELIB}/gns3server/appliances/aruba-vmc.gns3a +${PYSITELIB}/gns3server/appliances/asterisk.gns3a +${PYSITELIB}/gns3server/appliances/bigswitch-bigcloud-fabric.gns3a +${PYSITELIB}/gns3server/appliances/bird.gns3a +${PYSITELIB}/gns3server/appliances/brocade-vadx.gns3a +${PYSITELIB}/gns3server/appliances/brocade-vrouter.gns3a +${PYSITELIB}/gns3server/appliances/brocade-vtm.gns3a +${PYSITELIB}/gns3server/appliances/bsdrp.gns3a +${PYSITELIB}/gns3server/appliances/centos-cloud.gns3a +${PYSITELIB}/gns3server/appliances/centos7.gns3a +${PYSITELIB}/gns3server/appliances/checkpoint-gaia.gns3a +${PYSITELIB}/gns3server/appliances/chromium.gns3a +${PYSITELIB}/gns3server/appliances/cisco-1700.gns3a +${PYSITELIB}/gns3server/appliances/cisco-2600.gns3a +${PYSITELIB}/gns3server/appliances/cisco-2691.gns3a +${PYSITELIB}/gns3server/appliances/cisco-3620.gns3a +${PYSITELIB}/gns3server/appliances/cisco-3640.gns3a +${PYSITELIB}/gns3server/appliances/cisco-3660.gns3a +${PYSITELIB}/gns3server/appliances/cisco-3725.gns3a +${PYSITELIB}/gns3server/appliances/cisco-3745.gns3a +${PYSITELIB}/gns3server/appliances/cisco-7200.gns3a +${PYSITELIB}/gns3server/appliances/cisco-asa.gns3a +${PYSITELIB}/gns3server/appliances/cisco-asav.gns3a +${PYSITELIB}/gns3server/appliances/cisco-csr1000v.gns3a +${PYSITELIB}/gns3server/appliances/cisco-dcnm.gns3a +${PYSITELIB}/gns3server/appliances/cisco-fcnf.gns3a +${PYSITELIB}/gns3server/appliances/cisco-fmcv.gns3a +${PYSITELIB}/gns3server/appliances/cisco-fsve.gns3a +${PYSITELIB}/gns3server/appliances/cisco-ftdv.gns3a +${PYSITELIB}/gns3server/appliances/cisco-iosv.gns3a +${PYSITELIB}/gns3server/appliances/cisco-iosvl2.gns3a +${PYSITELIB}/gns3server/appliances/cisco-iosxrv.gns3a +${PYSITELIB}/gns3server/appliances/cisco-iosxrv9k.gns3a +${PYSITELIB}/gns3server/appliances/cisco-iou-l2.gns3a +${PYSITELIB}/gns3server/appliances/cisco-iou-l3.gns3a +${PYSITELIB}/gns3server/appliances/cisco-ise.gns3a +${PYSITELIB}/gns3server/appliances/cisco-ngipsv.gns3a +${PYSITELIB}/gns3server/appliances/cisco-nxosv.gns3a +${PYSITELIB}/gns3server/appliances/cisco-nxosv9k.gns3a +${PYSITELIB}/gns3server/appliances/cisco-smc.gns3a +${PYSITELIB}/gns3server/appliances/cisco-vWLC.gns3a +${PYSITELIB}/gns3server/appliances/cisco-wsav.gns3a +${PYSITELIB}/gns3server/appliances/citrix-netscaler-vpx.gns3a +${PYSITELIB}/gns3server/appliances/clearos.gns3a +${PYSITELIB}/gns3server/appliances/cloudrouter.gns3a +${PYSITELIB}/gns3server/appliances/coreos.gns3a +${PYSITELIB}/gns3server/appliances/cumulus-vx.gns3a +${PYSITELIB}/gns3server/appliances/deft-linux.gns3a +${PYSITELIB}/gns3server/appliances/dell-ftos.gns3a +${PYSITELIB}/gns3server/appliances/dns.gns3a +${PYSITELIB}/gns3server/appliances/exos.gns3a +${PYSITELIB}/gns3server/appliances/extreme-networks-voss.gns3a +${PYSITELIB}/gns3server/appliances/f5-bigip.gns3a +${PYSITELIB}/gns3server/appliances/f5-bigiq.gns3a +${PYSITELIB}/gns3server/appliances/firefox.gns3a +${PYSITELIB}/gns3server/appliances/fortiadc-manager.gns3a +${PYSITELIB}/gns3server/appliances/fortiadc.gns3a +${PYSITELIB}/gns3server/appliances/fortianalyzer.gns3a +${PYSITELIB}/gns3server/appliances/fortiauthenticator.gns3a +${PYSITELIB}/gns3server/appliances/forticache.gns3a +${PYSITELIB}/gns3server/appliances/fortigate.gns3a +${PYSITELIB}/gns3server/appliances/fortimail.gns3a +${PYSITELIB}/gns3server/appliances/fortimanager.gns3a +${PYSITELIB}/gns3server/appliances/fortiproxy.gns3a +${PYSITELIB}/gns3server/appliances/fortirecorder.gns3a +${PYSITELIB}/gns3server/appliances/fortisandbox.gns3a +${PYSITELIB}/gns3server/appliances/fortisiem-super_worker.gns3a +${PYSITELIB}/gns3server/appliances/fortiweb.gns3a +${PYSITELIB}/gns3server/appliances/freebsd.gns3a +${PYSITELIB}/gns3server/appliances/freenas.gns3a +${PYSITELIB}/gns3server/appliances/frr.gns3a +${PYSITELIB}/gns3server/appliances/hp-vsr1001.gns3a +${PYSITELIB}/gns3server/appliances/internet.gns3a +${PYSITELIB}/gns3server/appliances/ipfire.gns3a +${PYSITELIB}/gns3server/appliances/ipterm.gns3a +${PYSITELIB}/gns3server/appliances/juniper-junos-space.gns3a +${PYSITELIB}/gns3server/appliances/juniper-vmx-vcp.gns3a +${PYSITELIB}/gns3server/appliances/juniper-vmx-vfp.gns3a +${PYSITELIB}/gns3server/appliances/juniper-vqfx-pfe.gns3a +${PYSITELIB}/gns3server/appliances/juniper-vqfx-re.gns3a +${PYSITELIB}/gns3server/appliances/juniper-vsrx.gns3a +${PYSITELIB}/gns3server/appliances/jupyter.gns3a +${PYSITELIB}/gns3server/appliances/jupyter27.gns3a +${PYSITELIB}/gns3server/appliances/kali-linux-cli.gns3a +${PYSITELIB}/gns3server/appliances/kali-linux.gns3a +${PYSITELIB}/gns3server/appliances/kemp-vlm.gns3a +${PYSITELIB}/gns3server/appliances/kerio-connect.gns3a +${PYSITELIB}/gns3server/appliances/kerio-control.gns3a +${PYSITELIB}/gns3server/appliances/kerio-operator.gns3a +${PYSITELIB}/gns3server/appliances/loadbalancer_org-va.gns3a +${PYSITELIB}/gns3server/appliances/microcore-linux.gns3a +${PYSITELIB}/gns3server/appliances/mikrotik-chr.gns3a +${PYSITELIB}/gns3server/appliances/mininet.gns3a +${PYSITELIB}/gns3server/appliances/net_toolbox.gns3a +${PYSITELIB}/gns3server/appliances/netem.gns3a +${PYSITELIB}/gns3server/appliances/network_automation.gns3a +${PYSITELIB}/gns3server/appliances/ntopng.gns3a +${PYSITELIB}/gns3server/appliances/onos.gns3a +${PYSITELIB}/gns3server/appliances/op5-monitor.gns3a +${PYSITELIB}/gns3server/appliances/openbsd.gns3a +${PYSITELIB}/gns3server/appliances/opennac.gns3a +${PYSITELIB}/gns3server/appliances/opensuse.gns3a +${PYSITELIB}/gns3server/appliances/openvswitch-management.gns3a +${PYSITELIB}/gns3server/appliances/openvswitch.gns3a +${PYSITELIB}/gns3server/appliances/openwrt-realview.gns3a +${PYSITELIB}/gns3server/appliances/openwrt.gns3a +${PYSITELIB}/gns3server/appliances/opnsense.gns3a +${PYSITELIB}/gns3server/appliances/ostinato.gns3a +${PYSITELIB}/gns3server/appliances/packetfence-zen.gns3a +${PYSITELIB}/gns3server/appliances/pan-vm-fw.gns3a +${PYSITELIB}/gns3server/appliances/parrot-os.gns3a +${PYSITELIB}/gns3server/appliances/pfsense.gns3a +${PYSITELIB}/gns3server/appliances/proxmox-mg.gns3a +${PYSITELIB}/gns3server/appliances/python-go-perl-php.gns3a +${PYSITELIB}/gns3server/appliances/riverbed-steelhead-cx.gns3a +${PYSITELIB}/gns3server/appliances/security-onion.gns3a +${PYSITELIB}/gns3server/appliances/smoothwall.gns3a +${PYSITELIB}/gns3server/appliances/sophos-iview.gns3a +${PYSITELIB}/gns3server/appliances/sophos-utm.gns3a +${PYSITELIB}/gns3server/appliances/sophos-xg.gns3a +${PYSITELIB}/gns3server/appliances/tacacs-gui.gns3a +${PYSITELIB}/gns3server/appliances/tinycore-linux.gns3a +${PYSITELIB}/gns3server/appliances/trendmicro-imsva.gns3a +${PYSITELIB}/gns3server/appliances/trendmicro-iwsva.gns3a +${PYSITELIB}/gns3server/appliances/turnkey-wordpress.gns3a +${PYSITELIB}/gns3server/appliances/ubuntu-cloud.gns3a +${PYSITELIB}/gns3server/appliances/ubuntu-docker.gns3a +${PYSITELIB}/gns3server/appliances/ubuntu-gui.gns3a +${PYSITELIB}/gns3server/appliances/untangle.gns3a +${PYSITELIB}/gns3server/appliances/vpp.gns3a +${PYSITELIB}/gns3server/appliances/vrin.gns3a +${PYSITELIB}/gns3server/appliances/vyos.gns3a +${PYSITELIB}/gns3server/appliances/webterm.gns3a +${PYSITELIB}/gns3server/appliances/windows.gns3a +${PYSITELIB}/gns3server/appliances/windows_server.gns3a +${PYSITELIB}/gns3server/appliances/zentyal-server.gns3a +${PYSITELIB}/gns3server/appliances/zeroshell.gns3a +${PYSITELIB}/gns3server/compute/__init__.py +${PYSITELIB}/gns3server/compute/__init__.pyo +${PYSITELIB}/gns3server/compute/__init__.pyc +${PYSITELIB}/gns3server/compute/base_manager.pyo +${PYSITELIB}/gns3server/compute/base_manager.pyc +${PYSITELIB}/gns3server/compute/base_node.pyo +${PYSITELIB}/gns3server/compute/base_node.pyc +${PYSITELIB}/gns3server/compute/error.pyo +${PYSITELIB}/gns3server/compute/error.pyc +${PYSITELIB}/gns3server/compute/notification_manager.pyo +${PYSITELIB}/gns3server/compute/notification_manager.pyc +${PYSITELIB}/gns3server/compute/port_manager.pyo +${PYSITELIB}/gns3server/compute/port_manager.pyc +${PYSITELIB}/gns3server/compute/project.pyo +${PYSITELIB}/gns3server/compute/project.pyc +${PYSITELIB}/gns3server/compute/project_manager.pyo +${PYSITELIB}/gns3server/compute/project_manager.pyc +${PYSITELIB}/gns3server/compute/adapters/__init__.py +${PYSITELIB}/gns3server/compute/adapters/__init__.pyo +${PYSITELIB}/gns3server/compute/adapters/__init__.pyc +${PYSITELIB}/gns3server/compute/adapters/adapter.pyo +${PYSITELIB}/gns3server/compute/adapters/adapter.pyc +${PYSITELIB}/gns3server/compute/adapters/ethernet_adapter.pyo +${PYSITELIB}/gns3server/compute/adapters/ethernet_adapter.pyc +${PYSITELIB}/gns3server/compute/adapters/serial_adapter.pyo +${PYSITELIB}/gns3server/compute/adapters/serial_adapter.pyc +${PYSITELIB}/gns3server/compute/adapters/adapter.py +${PYSITELIB}/gns3server/compute/adapters/ethernet_adapter.py +${PYSITELIB}/gns3server/compute/adapters/serial_adapter.py +${PYSITELIB}/gns3server/compute/base_manager.py +${PYSITELIB}/gns3server/compute/base_node.py +${PYSITELIB}/gns3server/compute/builtin/__init__.py +${PYSITELIB}/gns3server/compute/builtin/__init__.pyo +${PYSITELIB}/gns3server/compute/builtin/__init__.pyc +${PYSITELIB}/gns3server/compute/builtin/builtin_node_factory.pyo +${PYSITELIB}/gns3server/compute/builtin/builtin_node_factory.pyc +${PYSITELIB}/gns3server/compute/builtin/builtin_node_factory.py +${PYSITELIB}/gns3server/compute/builtin/nodes/__init__.py +${PYSITELIB}/gns3server/compute/builtin/nodes/__init__.pyo +${PYSITELIB}/gns3server/compute/builtin/nodes/__init__.pyc +${PYSITELIB}/gns3server/compute/builtin/nodes/cloud.pyo +${PYSITELIB}/gns3server/compute/builtin/nodes/cloud.pyc +${PYSITELIB}/gns3server/compute/builtin/nodes/ethernet_hub.pyo +${PYSITELIB}/gns3server/compute/builtin/nodes/ethernet_hub.pyc +${PYSITELIB}/gns3server/compute/builtin/nodes/ethernet_switch.pyo +${PYSITELIB}/gns3server/compute/builtin/nodes/ethernet_switch.pyc +${PYSITELIB}/gns3server/compute/builtin/nodes/nat.pyo +${PYSITELIB}/gns3server/compute/builtin/nodes/nat.pyc +${PYSITELIB}/gns3server/compute/builtin/nodes/cloud.py +${PYSITELIB}/gns3server/compute/builtin/nodes/ethernet_hub.py +${PYSITELIB}/gns3server/compute/builtin/nodes/ethernet_switch.py +${PYSITELIB}/gns3server/compute/builtin/nodes/nat.py +${PYSITELIB}/gns3server/compute/docker/__init__.py +${PYSITELIB}/gns3server/compute/docker/__init__.pyo +${PYSITELIB}/gns3server/compute/docker/__init__.pyc +${PYSITELIB}/gns3server/compute/docker/docker_error.pyo +${PYSITELIB}/gns3server/compute/docker/docker_error.pyc +${PYSITELIB}/gns3server/compute/docker/docker_vm.pyo +${PYSITELIB}/gns3server/compute/docker/docker_vm.pyc +${PYSITELIB}/gns3server/compute/docker/docker_error.py +${PYSITELIB}/gns3server/compute/docker/docker_vm.py +${PYSITELIB}/gns3server/compute/docker/resources/bin/busybox +${PYSITELIB}/gns3server/compute/docker/resources/etc/udhcpc/default.script +${PYSITELIB}/gns3server/compute/docker/resources/init.sh +${PYSITELIB}/gns3server/compute/dynamips/__init__.py +${PYSITELIB}/gns3server/compute/dynamips/__init__.pyo +${PYSITELIB}/gns3server/compute/dynamips/__init__.pyc +${PYSITELIB}/gns3server/compute/dynamips/dynamips_error.pyo +${PYSITELIB}/gns3server/compute/dynamips/dynamips_error.pyc +${PYSITELIB}/gns3server/compute/dynamips/dynamips_factory.pyo +${PYSITELIB}/gns3server/compute/dynamips/dynamips_factory.pyc +${PYSITELIB}/gns3server/compute/dynamips/dynamips_hypervisor.pyo +${PYSITELIB}/gns3server/compute/dynamips/dynamips_hypervisor.pyc +${PYSITELIB}/gns3server/compute/dynamips/hypervisor.pyo +${PYSITELIB}/gns3server/compute/dynamips/hypervisor.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/__init__.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/__init__.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/__init__.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/adapter.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/adapter.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/c1700_mb_1fe.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/c1700_mb_1fe.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/c1700_mb_wic1.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/c1700_mb_wic1.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_1e.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_1e.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_1fe.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_1fe.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_2e.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_2e.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_2fe.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_2fe.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/c7200_io_2fe.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/c7200_io_2fe.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/c7200_io_fe.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/c7200_io_fe.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/c7200_io_ge_e.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/c7200_io_ge_e.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/gt96100_fe.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/gt96100_fe.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/leopard_2fe.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/leopard_2fe.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_16esw.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_16esw.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_1e.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_1e.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_1fe_tx.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_1fe_tx.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_4e.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_4e.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_4t.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_4t.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_2fe_tx.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_2fe_tx.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_4e.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_4e.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_4t.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_4t.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_8e.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_8e.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_8t.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_8t.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_a1.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_a1.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_fe_tx.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_fe_tx.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_ge.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_ge.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_pos_oc3.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_pos_oc3.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/wic_1enet.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/wic_1enet.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/wic_1t.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/wic_1t.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/wic_2t.pyo +${PYSITELIB}/gns3server/compute/dynamips/adapters/wic_2t.pyc +${PYSITELIB}/gns3server/compute/dynamips/adapters/adapter.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/c1700_mb_1fe.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/c1700_mb_wic1.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_1e.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_1fe.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_2e.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/c2600_mb_2fe.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/c7200_io_2fe.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/c7200_io_fe.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/c7200_io_ge_e.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/gt96100_fe.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/leopard_2fe.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_16esw.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_1e.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_1fe_tx.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_4e.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/nm_4t.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_2fe_tx.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_4e.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_4t.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_8e.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_8t.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_a1.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_fe_tx.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_ge.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/pa_pos_oc3.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/wic_1enet.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/wic_1t.py +${PYSITELIB}/gns3server/compute/dynamips/adapters/wic_2t.py +${PYSITELIB}/gns3server/compute/dynamips/dynamips_error.py +${PYSITELIB}/gns3server/compute/dynamips/dynamips_factory.py +${PYSITELIB}/gns3server/compute/dynamips/dynamips_hypervisor.py +${PYSITELIB}/gns3server/compute/dynamips/hypervisor.py +${PYSITELIB}/gns3server/compute/dynamips/nios/__init__.py +${PYSITELIB}/gns3server/compute/dynamips/nios/__init__.pyo +${PYSITELIB}/gns3server/compute/dynamips/nios/__init__.pyc +${PYSITELIB}/gns3server/compute/dynamips/nios/nio.pyo +${PYSITELIB}/gns3server/compute/dynamips/nios/nio.pyc +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_generic_ethernet.pyo +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_generic_ethernet.pyc +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_linux_ethernet.pyo +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_linux_ethernet.pyc +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_null.pyo +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_null.pyc +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_tap.pyo +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_tap.pyc +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_udp.pyo +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_udp.pyc +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_unix.pyo +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_unix.pyc +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_vde.pyo +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_vde.pyc +${PYSITELIB}/gns3server/compute/dynamips/nios/nio.py +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_generic_ethernet.py +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_linux_ethernet.py +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_null.py +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_tap.py +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_udp.py +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_unix.py +${PYSITELIB}/gns3server/compute/dynamips/nios/nio_vde.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/__init__.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/__init__.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/__init__.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/atm_switch.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/atm_switch.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/bridge.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/bridge.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/c1700.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/c1700.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/c2600.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/c2600.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/c2691.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/c2691.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/c3600.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/c3600.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/c3725.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/c3725.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/c3745.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/c3745.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/c7200.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/c7200.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/device.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/device.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/ethernet_hub.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/ethernet_hub.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/ethernet_switch.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/ethernet_switch.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/frame_relay_switch.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/frame_relay_switch.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/router.pyo +${PYSITELIB}/gns3server/compute/dynamips/nodes/router.pyc +${PYSITELIB}/gns3server/compute/dynamips/nodes/atm_switch.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/bridge.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/c1700.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/c2600.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/c2691.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/c3600.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/c3725.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/c3745.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/c7200.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/device.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/ethernet_hub.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/ethernet_switch.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/frame_relay_switch.py +${PYSITELIB}/gns3server/compute/dynamips/nodes/router.py +${PYSITELIB}/gns3server/compute/error.py +${PYSITELIB}/gns3server/compute/iou/__init__.py +${PYSITELIB}/gns3server/compute/iou/__init__.pyo +${PYSITELIB}/gns3server/compute/iou/__init__.pyc +${PYSITELIB}/gns3server/compute/iou/iou_error.pyo +${PYSITELIB}/gns3server/compute/iou/iou_error.pyc +${PYSITELIB}/gns3server/compute/iou/iou_vm.pyo +${PYSITELIB}/gns3server/compute/iou/iou_vm.pyc +${PYSITELIB}/gns3server/compute/iou/iou_error.py +${PYSITELIB}/gns3server/compute/iou/iou_vm.py +${PYSITELIB}/gns3server/compute/iou/utils/__init__.py +${PYSITELIB}/gns3server/compute/iou/utils/__init__.pyo +${PYSITELIB}/gns3server/compute/iou/utils/__init__.pyc +${PYSITELIB}/gns3server/compute/iou/utils/application_id.pyo +${PYSITELIB}/gns3server/compute/iou/utils/application_id.pyc +${PYSITELIB}/gns3server/compute/iou/utils/iou_export.pyo +${PYSITELIB}/gns3server/compute/iou/utils/iou_export.pyc +${PYSITELIB}/gns3server/compute/iou/utils/iou_import.pyo +${PYSITELIB}/gns3server/compute/iou/utils/iou_import.pyc +${PYSITELIB}/gns3server/compute/iou/utils/application_id.py +${PYSITELIB}/gns3server/compute/iou/utils/iou_export.py +${PYSITELIB}/gns3server/compute/iou/utils/iou_import.py +${PYSITELIB}/gns3server/compute/nios/__init__.py +${PYSITELIB}/gns3server/compute/nios/__init__.pyo +${PYSITELIB}/gns3server/compute/nios/__init__.pyc +${PYSITELIB}/gns3server/compute/nios/nio.pyo +${PYSITELIB}/gns3server/compute/nios/nio.pyc +${PYSITELIB}/gns3server/compute/nios/nio_ethernet.pyo +${PYSITELIB}/gns3server/compute/nios/nio_ethernet.pyc +${PYSITELIB}/gns3server/compute/nios/nio_tap.pyo +${PYSITELIB}/gns3server/compute/nios/nio_tap.pyc +${PYSITELIB}/gns3server/compute/nios/nio_udp.pyo +${PYSITELIB}/gns3server/compute/nios/nio_udp.pyc +${PYSITELIB}/gns3server/compute/nios/nio.py +${PYSITELIB}/gns3server/compute/nios/nio_ethernet.py +${PYSITELIB}/gns3server/compute/nios/nio_tap.py +${PYSITELIB}/gns3server/compute/nios/nio_udp.py +${PYSITELIB}/gns3server/compute/notification_manager.py +${PYSITELIB}/gns3server/compute/port_manager.py +${PYSITELIB}/gns3server/compute/project.py +${PYSITELIB}/gns3server/compute/project_manager.py +${PYSITELIB}/gns3server/compute/qemu/__init__.py +${PYSITELIB}/gns3server/compute/qemu/__init__.pyo +${PYSITELIB}/gns3server/compute/qemu/__init__.pyc +${PYSITELIB}/gns3server/compute/qemu/qemu_error.pyo +${PYSITELIB}/gns3server/compute/qemu/qemu_error.pyc +${PYSITELIB}/gns3server/compute/qemu/qemu_vm.pyo +${PYSITELIB}/gns3server/compute/qemu/qemu_vm.pyc +${PYSITELIB}/gns3server/compute/qemu/qemu_error.py +${PYSITELIB}/gns3server/compute/qemu/qemu_vm.py +${PYSITELIB}/gns3server/compute/qemu/utils/__init__.py +${PYSITELIB}/gns3server/compute/qemu/utils/__init__.pyo +${PYSITELIB}/gns3server/compute/qemu/utils/__init__.pyc +${PYSITELIB}/gns3server/compute/qemu/utils/guest_cid.pyo +${PYSITELIB}/gns3server/compute/qemu/utils/guest_cid.pyc +${PYSITELIB}/gns3server/compute/qemu/utils/qcow2.pyo +${PYSITELIB}/gns3server/compute/qemu/utils/qcow2.pyc +${PYSITELIB}/gns3server/compute/qemu/utils/guest_cid.py +${PYSITELIB}/gns3server/compute/qemu/utils/qcow2.py +${PYSITELIB}/gns3server/compute/traceng/__init__.py +${PYSITELIB}/gns3server/compute/traceng/__init__.pyo +${PYSITELIB}/gns3server/compute/traceng/__init__.pyc +${PYSITELIB}/gns3server/compute/traceng/traceng_error.pyo +${PYSITELIB}/gns3server/compute/traceng/traceng_error.pyc +${PYSITELIB}/gns3server/compute/traceng/traceng_vm.pyo +${PYSITELIB}/gns3server/compute/traceng/traceng_vm.pyc +${PYSITELIB}/gns3server/compute/traceng/traceng_error.py +${PYSITELIB}/gns3server/compute/traceng/traceng_vm.py +${PYSITELIB}/gns3server/compute/virtualbox/__init__.py +${PYSITELIB}/gns3server/compute/virtualbox/__init__.pyo +${PYSITELIB}/gns3server/compute/virtualbox/__init__.pyc +${PYSITELIB}/gns3server/compute/virtualbox/virtualbox_error.pyo +${PYSITELIB}/gns3server/compute/virtualbox/virtualbox_error.pyc +${PYSITELIB}/gns3server/compute/virtualbox/virtualbox_vm.pyo +${PYSITELIB}/gns3server/compute/virtualbox/virtualbox_vm.pyc +${PYSITELIB}/gns3server/compute/virtualbox/virtualbox_error.py +${PYSITELIB}/gns3server/compute/virtualbox/virtualbox_vm.py +${PYSITELIB}/gns3server/compute/vmware/__init__.py +${PYSITELIB}/gns3server/compute/vmware/__init__.pyo +${PYSITELIB}/gns3server/compute/vmware/__init__.pyc +${PYSITELIB}/gns3server/compute/vmware/vmware_error.pyo +${PYSITELIB}/gns3server/compute/vmware/vmware_error.pyc +${PYSITELIB}/gns3server/compute/vmware/vmware_vm.pyo +${PYSITELIB}/gns3server/compute/vmware/vmware_vm.pyc +${PYSITELIB}/gns3server/compute/vmware/vmware_error.py +${PYSITELIB}/gns3server/compute/vmware/vmware_vm.py +${PYSITELIB}/gns3server/compute/vpcs/__init__.py +${PYSITELIB}/gns3server/compute/vpcs/__init__.pyo +${PYSITELIB}/gns3server/compute/vpcs/__init__.pyc +${PYSITELIB}/gns3server/compute/vpcs/vpcs_error.pyo +${PYSITELIB}/gns3server/compute/vpcs/vpcs_error.pyc +${PYSITELIB}/gns3server/compute/vpcs/vpcs_vm.pyo +${PYSITELIB}/gns3server/compute/vpcs/vpcs_vm.pyc +${PYSITELIB}/gns3server/compute/vpcs/vpcs_error.py +${PYSITELIB}/gns3server/compute/vpcs/vpcs_vm.py +${PYSITELIB}/gns3server/config.py +${PYSITELIB}/gns3server/configs/ios_base_startup-config.txt +${PYSITELIB}/gns3server/configs/ios_etherswitch_startup-config.txt +${PYSITELIB}/gns3server/configs/iou_l2_base_startup-config.txt +${PYSITELIB}/gns3server/configs/iou_l3_base_startup-config.txt +${PYSITELIB}/gns3server/configs/vpcs_base_config.txt +${PYSITELIB}/gns3server/controller/__init__.py +${PYSITELIB}/gns3server/controller/__init__.pyo +${PYSITELIB}/gns3server/controller/__init__.pyc +${PYSITELIB}/gns3server/controller/appliance.pyo +${PYSITELIB}/gns3server/controller/appliance.pyc +${PYSITELIB}/gns3server/controller/appliance_manager.pyo +${PYSITELIB}/gns3server/controller/appliance_manager.pyc +${PYSITELIB}/gns3server/controller/compute.pyo +${PYSITELIB}/gns3server/controller/compute.pyc +${PYSITELIB}/gns3server/controller/controller_error.pyo +${PYSITELIB}/gns3server/controller/controller_error.pyc +${PYSITELIB}/gns3server/controller/drawing.pyo +${PYSITELIB}/gns3server/controller/drawing.pyc +${PYSITELIB}/gns3server/controller/export_project.pyo +${PYSITELIB}/gns3server/controller/export_project.pyc +${PYSITELIB}/gns3server/controller/import_project.pyo +${PYSITELIB}/gns3server/controller/import_project.pyc +${PYSITELIB}/gns3server/controller/link.pyo +${PYSITELIB}/gns3server/controller/link.pyc +${PYSITELIB}/gns3server/controller/node.pyo +${PYSITELIB}/gns3server/controller/node.pyc +${PYSITELIB}/gns3server/controller/notification.pyo +${PYSITELIB}/gns3server/controller/notification.pyc +${PYSITELIB}/gns3server/controller/project.pyo +${PYSITELIB}/gns3server/controller/project.pyc +${PYSITELIB}/gns3server/controller/snapshot.pyo +${PYSITELIB}/gns3server/controller/snapshot.pyc +${PYSITELIB}/gns3server/controller/symbol_themes.pyo +${PYSITELIB}/gns3server/controller/symbol_themes.pyc +${PYSITELIB}/gns3server/controller/symbols.pyo +${PYSITELIB}/gns3server/controller/symbols.pyc +${PYSITELIB}/gns3server/controller/template.pyo +${PYSITELIB}/gns3server/controller/template.pyc +${PYSITELIB}/gns3server/controller/template_manager.pyo +${PYSITELIB}/gns3server/controller/template_manager.pyc +${PYSITELIB}/gns3server/controller/topology.pyo +${PYSITELIB}/gns3server/controller/topology.pyc +${PYSITELIB}/gns3server/controller/udp_link.pyo +${PYSITELIB}/gns3server/controller/udp_link.pyc +${PYSITELIB}/gns3server/controller/appliance.py +${PYSITELIB}/gns3server/controller/appliance_manager.py +${PYSITELIB}/gns3server/controller/compute.py +${PYSITELIB}/gns3server/controller/controller_error.py +${PYSITELIB}/gns3server/controller/drawing.py +${PYSITELIB}/gns3server/controller/export_project.py +${PYSITELIB}/gns3server/controller/gns3vm/__init__.py +${PYSITELIB}/gns3server/controller/gns3vm/__init__.pyo +${PYSITELIB}/gns3server/controller/gns3vm/__init__.pyc +${PYSITELIB}/gns3server/controller/gns3vm/base_gns3_vm.pyo +${PYSITELIB}/gns3server/controller/gns3vm/base_gns3_vm.pyc +${PYSITELIB}/gns3server/controller/gns3vm/gns3_vm_error.pyo +${PYSITELIB}/gns3server/controller/gns3vm/gns3_vm_error.pyc +${PYSITELIB}/gns3server/controller/gns3vm/hyperv_gns3_vm.pyo +${PYSITELIB}/gns3server/controller/gns3vm/hyperv_gns3_vm.pyc +${PYSITELIB}/gns3server/controller/gns3vm/remote_gns3_vm.pyo +${PYSITELIB}/gns3server/controller/gns3vm/remote_gns3_vm.pyc +${PYSITELIB}/gns3server/controller/gns3vm/virtualbox_gns3_vm.pyo +${PYSITELIB}/gns3server/controller/gns3vm/virtualbox_gns3_vm.pyc +${PYSITELIB}/gns3server/controller/gns3vm/vmware_gns3_vm.pyo +${PYSITELIB}/gns3server/controller/gns3vm/vmware_gns3_vm.pyc +${PYSITELIB}/gns3server/controller/gns3vm/base_gns3_vm.py +${PYSITELIB}/gns3server/controller/gns3vm/gns3_vm_error.py +${PYSITELIB}/gns3server/controller/gns3vm/hyperv_gns3_vm.py +${PYSITELIB}/gns3server/controller/gns3vm/remote_gns3_vm.py +${PYSITELIB}/gns3server/controller/gns3vm/virtualbox_gns3_vm.py +${PYSITELIB}/gns3server/controller/gns3vm/vmware_gns3_vm.py +${PYSITELIB}/gns3server/controller/import_project.py +${PYSITELIB}/gns3server/controller/link.py +${PYSITELIB}/gns3server/controller/node.py +${PYSITELIB}/gns3server/controller/notification.py +${PYSITELIB}/gns3server/controller/ports/__init__.py +${PYSITELIB}/gns3server/controller/ports/__init__.pyo +${PYSITELIB}/gns3server/controller/ports/__init__.pyc +${PYSITELIB}/gns3server/controller/ports/atm_port.pyo +${PYSITELIB}/gns3server/controller/ports/atm_port.pyc +${PYSITELIB}/gns3server/controller/ports/ethernet_port.pyo +${PYSITELIB}/gns3server/controller/ports/ethernet_port.pyc +${PYSITELIB}/gns3server/controller/ports/fastethernet_port.pyo +${PYSITELIB}/gns3server/controller/ports/fastethernet_port.pyc +${PYSITELIB}/gns3server/controller/ports/frame_relay_port.pyo +${PYSITELIB}/gns3server/controller/ports/frame_relay_port.pyc +${PYSITELIB}/gns3server/controller/ports/gigabitethernet_port.pyo +${PYSITELIB}/gns3server/controller/ports/gigabitethernet_port.pyc +${PYSITELIB}/gns3server/controller/ports/port.pyo +${PYSITELIB}/gns3server/controller/ports/port.pyc +${PYSITELIB}/gns3server/controller/ports/port_factory.pyo +${PYSITELIB}/gns3server/controller/ports/port_factory.pyc +${PYSITELIB}/gns3server/controller/ports/pos_port.pyo +${PYSITELIB}/gns3server/controller/ports/pos_port.pyc +${PYSITELIB}/gns3server/controller/ports/serial_port.pyo +${PYSITELIB}/gns3server/controller/ports/serial_port.pyc +${PYSITELIB}/gns3server/controller/ports/atm_port.py +${PYSITELIB}/gns3server/controller/ports/ethernet_port.py +${PYSITELIB}/gns3server/controller/ports/fastethernet_port.py +${PYSITELIB}/gns3server/controller/ports/frame_relay_port.py +${PYSITELIB}/gns3server/controller/ports/gigabitethernet_port.py +${PYSITELIB}/gns3server/controller/ports/port.py +${PYSITELIB}/gns3server/controller/ports/port_factory.py +${PYSITELIB}/gns3server/controller/ports/pos_port.py +${PYSITELIB}/gns3server/controller/ports/serial_port.py +${PYSITELIB}/gns3server/controller/project.py +${PYSITELIB}/gns3server/controller/snapshot.py +${PYSITELIB}/gns3server/controller/symbol_themes.py +${PYSITELIB}/gns3server/controller/symbols.py +${PYSITELIB}/gns3server/controller/template.py +${PYSITELIB}/gns3server/controller/template_manager.py +${PYSITELIB}/gns3server/controller/topology.py +${PYSITELIB}/gns3server/controller/udp_link.py +${PYSITELIB}/gns3server/crash_report.py +${PYSITELIB}/gns3server/handlers/__init__.py +${PYSITELIB}/gns3server/handlers/__init__.pyo +${PYSITELIB}/gns3server/handlers/__init__.pyc +${PYSITELIB}/gns3server/handlers/index_handler.pyo +${PYSITELIB}/gns3server/handlers/index_handler.pyc +${PYSITELIB}/gns3server/handlers/api/__init__.py +${PYSITELIB}/gns3server/handlers/api/__init__.pyo +${PYSITELIB}/gns3server/handlers/api/__init__.pyc +${PYSITELIB}/gns3server/handlers/api/compute/__init__.py +${PYSITELIB}/gns3server/handlers/api/compute/__init__.pyo +${PYSITELIB}/gns3server/handlers/api/compute/__init__.pyc +${PYSITELIB}/gns3server/handlers/api/compute/atm_switch_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/atm_switch_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/capabilities_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/capabilities_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/cloud_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/cloud_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/docker_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/docker_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/dynamips_vm_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/dynamips_vm_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/ethernet_hub_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/ethernet_hub_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/ethernet_switch_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/ethernet_switch_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/frame_relay_switch_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/frame_relay_switch_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/iou_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/iou_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/nat_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/nat_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/network_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/network_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/notification_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/notification_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/project_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/project_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/qemu_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/qemu_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/server_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/server_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/traceng_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/traceng_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/virtualbox_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/virtualbox_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/vmware_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/vmware_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/vpcs_handler.pyo +${PYSITELIB}/gns3server/handlers/api/compute/vpcs_handler.pyc +${PYSITELIB}/gns3server/handlers/api/compute/atm_switch_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/capabilities_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/cloud_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/docker_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/dynamips_vm_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/ethernet_hub_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/ethernet_switch_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/frame_relay_switch_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/iou_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/nat_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/network_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/notification_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/project_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/qemu_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/server_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/traceng_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/virtualbox_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/vmware_handler.py +${PYSITELIB}/gns3server/handlers/api/compute/vpcs_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/__init__.py +${PYSITELIB}/gns3server/handlers/api/controller/__init__.pyo +${PYSITELIB}/gns3server/handlers/api/controller/__init__.pyc +${PYSITELIB}/gns3server/handlers/api/controller/appliance_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/appliance_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/compute_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/compute_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/drawing_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/drawing_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/gns3_vm_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/gns3_vm_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/link_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/link_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/node_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/node_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/notification_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/notification_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/project_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/project_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/server_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/server_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/snapshot_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/snapshot_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/symbol_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/symbol_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/template_handler.pyo +${PYSITELIB}/gns3server/handlers/api/controller/template_handler.pyc +${PYSITELIB}/gns3server/handlers/api/controller/appliance_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/compute_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/drawing_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/gns3_vm_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/link_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/node_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/notification_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/project_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/server_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/snapshot_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/symbol_handler.py +${PYSITELIB}/gns3server/handlers/api/controller/template_handler.py +${PYSITELIB}/gns3server/handlers/index_handler.py +${PYSITELIB}/gns3server/main.py +${PYSITELIB}/gns3server/notification_queue.py +${PYSITELIB}/gns3server/run.py +${PYSITELIB}/gns3server/schemas/__init__.py +${PYSITELIB}/gns3server/schemas/__init__.pyo +${PYSITELIB}/gns3server/schemas/__init__.pyc +${PYSITELIB}/gns3server/schemas/atm_switch.pyo +${PYSITELIB}/gns3server/schemas/atm_switch.pyc +${PYSITELIB}/gns3server/schemas/capabilities.pyo +${PYSITELIB}/gns3server/schemas/capabilities.pyc +${PYSITELIB}/gns3server/schemas/cloud.pyo +${PYSITELIB}/gns3server/schemas/cloud.pyc +${PYSITELIB}/gns3server/schemas/cloud_template.pyo +${PYSITELIB}/gns3server/schemas/cloud_template.pyc +${PYSITELIB}/gns3server/schemas/compute.pyo +${PYSITELIB}/gns3server/schemas/compute.pyc +${PYSITELIB}/gns3server/schemas/custom_adapters.pyo +${PYSITELIB}/gns3server/schemas/custom_adapters.pyc +${PYSITELIB}/gns3server/schemas/docker.pyo +${PYSITELIB}/gns3server/schemas/docker.pyc +${PYSITELIB}/gns3server/schemas/docker_template.pyo +${PYSITELIB}/gns3server/schemas/docker_template.pyc +${PYSITELIB}/gns3server/schemas/drawing.pyo +${PYSITELIB}/gns3server/schemas/drawing.pyc +${PYSITELIB}/gns3server/schemas/dynamips_template.pyo +${PYSITELIB}/gns3server/schemas/dynamips_template.pyc +${PYSITELIB}/gns3server/schemas/dynamips_vm.pyo +${PYSITELIB}/gns3server/schemas/dynamips_vm.pyc +${PYSITELIB}/gns3server/schemas/ethernet_hub.pyo +${PYSITELIB}/gns3server/schemas/ethernet_hub.pyc +${PYSITELIB}/gns3server/schemas/ethernet_hub_template.pyo +${PYSITELIB}/gns3server/schemas/ethernet_hub_template.pyc +${PYSITELIB}/gns3server/schemas/ethernet_switch.pyo +${PYSITELIB}/gns3server/schemas/ethernet_switch.pyc +${PYSITELIB}/gns3server/schemas/ethernet_switch_template.pyo +${PYSITELIB}/gns3server/schemas/ethernet_switch_template.pyc +${PYSITELIB}/gns3server/schemas/filter.pyo +${PYSITELIB}/gns3server/schemas/filter.pyc +${PYSITELIB}/gns3server/schemas/frame_relay_switch.pyo +${PYSITELIB}/gns3server/schemas/frame_relay_switch.pyc +${PYSITELIB}/gns3server/schemas/gns3vm.pyo +${PYSITELIB}/gns3server/schemas/gns3vm.pyc +${PYSITELIB}/gns3server/schemas/iou.pyo +${PYSITELIB}/gns3server/schemas/iou.pyc +${PYSITELIB}/gns3server/schemas/iou_license.pyo +${PYSITELIB}/gns3server/schemas/iou_license.pyc +${PYSITELIB}/gns3server/schemas/iou_template.pyo +${PYSITELIB}/gns3server/schemas/iou_template.pyc +${PYSITELIB}/gns3server/schemas/label.pyo +${PYSITELIB}/gns3server/schemas/label.pyc +${PYSITELIB}/gns3server/schemas/link.pyo +${PYSITELIB}/gns3server/schemas/link.pyc +${PYSITELIB}/gns3server/schemas/nat.pyo +${PYSITELIB}/gns3server/schemas/nat.pyc +${PYSITELIB}/gns3server/schemas/nio.pyo +${PYSITELIB}/gns3server/schemas/nio.pyc +${PYSITELIB}/gns3server/schemas/node.pyo +${PYSITELIB}/gns3server/schemas/node.pyc +${PYSITELIB}/gns3server/schemas/port.pyo +${PYSITELIB}/gns3server/schemas/port.pyc +${PYSITELIB}/gns3server/schemas/project.pyo +${PYSITELIB}/gns3server/schemas/project.pyc +${PYSITELIB}/gns3server/schemas/qemu.pyo +${PYSITELIB}/gns3server/schemas/qemu.pyc +${PYSITELIB}/gns3server/schemas/qemu_template.pyo +${PYSITELIB}/gns3server/schemas/qemu_template.pyc +${PYSITELIB}/gns3server/schemas/snapshot.pyo +${PYSITELIB}/gns3server/schemas/snapshot.pyc +${PYSITELIB}/gns3server/schemas/template.pyo +${PYSITELIB}/gns3server/schemas/template.pyc +${PYSITELIB}/gns3server/schemas/topology.pyo +${PYSITELIB}/gns3server/schemas/topology.pyc +${PYSITELIB}/gns3server/schemas/traceng.pyo +${PYSITELIB}/gns3server/schemas/traceng.pyc +${PYSITELIB}/gns3server/schemas/traceng_template.pyo +${PYSITELIB}/gns3server/schemas/traceng_template.pyc +${PYSITELIB}/gns3server/schemas/version.pyo +${PYSITELIB}/gns3server/schemas/version.pyc +${PYSITELIB}/gns3server/schemas/virtualbox.pyo +${PYSITELIB}/gns3server/schemas/virtualbox.pyc +${PYSITELIB}/gns3server/schemas/virtualbox_template.pyo +${PYSITELIB}/gns3server/schemas/virtualbox_template.pyc +${PYSITELIB}/gns3server/schemas/vmware.pyo +${PYSITELIB}/gns3server/schemas/vmware.pyc +${PYSITELIB}/gns3server/schemas/vmware_template.pyo +${PYSITELIB}/gns3server/schemas/vmware_template.pyc +${PYSITELIB}/gns3server/schemas/vpcs.pyo +${PYSITELIB}/gns3server/schemas/vpcs.pyc +${PYSITELIB}/gns3server/schemas/vpcs_template.pyo +${PYSITELIB}/gns3server/schemas/vpcs_template.pyc +${PYSITELIB}/gns3server/schemas/atm_switch.py +${PYSITELIB}/gns3server/schemas/capabilities.py +${PYSITELIB}/gns3server/schemas/cloud.py +${PYSITELIB}/gns3server/schemas/cloud_template.py +${PYSITELIB}/gns3server/schemas/compute.py +${PYSITELIB}/gns3server/schemas/custom_adapters.py +${PYSITELIB}/gns3server/schemas/docker.py +${PYSITELIB}/gns3server/schemas/docker_template.py +${PYSITELIB}/gns3server/schemas/drawing.py +${PYSITELIB}/gns3server/schemas/dynamips_template.py +${PYSITELIB}/gns3server/schemas/dynamips_vm.py +${PYSITELIB}/gns3server/schemas/ethernet_hub.py +${PYSITELIB}/gns3server/schemas/ethernet_hub_template.py +${PYSITELIB}/gns3server/schemas/ethernet_switch.py +${PYSITELIB}/gns3server/schemas/ethernet_switch_template.py +${PYSITELIB}/gns3server/schemas/filter.py +${PYSITELIB}/gns3server/schemas/frame_relay_switch.py +${PYSITELIB}/gns3server/schemas/gns3vm.py +${PYSITELIB}/gns3server/schemas/iou.py +${PYSITELIB}/gns3server/schemas/iou_license.py +${PYSITELIB}/gns3server/schemas/iou_template.py +${PYSITELIB}/gns3server/schemas/label.py +${PYSITELIB}/gns3server/schemas/link.py +${PYSITELIB}/gns3server/schemas/nat.py +${PYSITELIB}/gns3server/schemas/nio.py +${PYSITELIB}/gns3server/schemas/node.py +${PYSITELIB}/gns3server/schemas/port.py +${PYSITELIB}/gns3server/schemas/project.py +${PYSITELIB}/gns3server/schemas/qemu.py +${PYSITELIB}/gns3server/schemas/qemu_template.py +${PYSITELIB}/gns3server/schemas/snapshot.py +${PYSITELIB}/gns3server/schemas/template.py +${PYSITELIB}/gns3server/schemas/topology.py +${PYSITELIB}/gns3server/schemas/traceng.py +${PYSITELIB}/gns3server/schemas/traceng_template.py +${PYSITELIB}/gns3server/schemas/version.py +${PYSITELIB}/gns3server/schemas/virtualbox.py +${PYSITELIB}/gns3server/schemas/virtualbox_template.py +${PYSITELIB}/gns3server/schemas/vmware.py +${PYSITELIB}/gns3server/schemas/vmware_template.py +${PYSITELIB}/gns3server/schemas/vpcs.py +${PYSITELIB}/gns3server/schemas/vpcs_template.py +${PYSITELIB}/gns3server/static/.gitkeep +${PYSITELIB}/gns3server/static/web-ui/.gitkeep +${PYSITELIB}/gns3server/static/web-ui/3rdpartylicenses.txt +${PYSITELIB}/gns3server/static/web-ui/MaterialIcons-Regular.012cf6a10129e2275d79.woff +${PYSITELIB}/gns3server/static/web-ui/MaterialIcons-Regular.570eb83859dc23dd0eec.woff2 +${PYSITELIB}/gns3server/static/web-ui/MaterialIcons-Regular.a37b0c01c0baf1888ca8.ttf +${PYSITELIB}/gns3server/static/web-ui/MaterialIcons-Regular.e79bfd88537def476913.eot +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Bold.2ebcb523dec0ce7b98d0.eot +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Bold.6a1f7cfe6252b44b6ea1.ttf +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Bold.b85bf848c28799f5ad34.woff2 +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Bold.c5802f2add9b067f419c.woff +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Bold.c65fb6ac34e7d7fd7ca1.svg +${PYSITELIB}/gns3server/static/web-ui/NotoSans-BoldItalic.04cda025221e2faff092.svg +${PYSITELIB}/gns3server/static/web-ui/NotoSans-BoldItalic.5a241c76c24e463ef9bc.woff2 +${PYSITELIB}/gns3server/static/web-ui/NotoSans-BoldItalic.b825226429966b6a83ec.woff +${PYSITELIB}/gns3server/static/web-ui/NotoSans-BoldItalic.c55a24627ac4712e5fb9.ttf +${PYSITELIB}/gns3server/static/web-ui/NotoSans-BoldItalic.df692395d4040e085ef9.eot +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Italic.0b0b9b2b7159c9bc6463.woff2 +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Italic.154da4697acc779b55af.ttf +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Italic.157af96cae049006e0cc.svg +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Italic.2ca6e82f8250c3d3d406.eot +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Italic.669a7edd16f586e69dfc.woff +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Regular.0695760218a052feda99.woff +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Regular.21f6235482ecdf67217d.ttf +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Regular.327e30c20b77c3d422c2.eot +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Regular.505ad3dfb5803359b0cc.svg +${PYSITELIB}/gns3server/static/web-ui/NotoSans-Regular.e50c34178d20d5fa4ab3.woff2 +${PYSITELIB}/gns3server/static/web-ui/ReleaseNotes.txt +${PYSITELIB}/gns3server/static/web-ui/assets/favicon.ico +${PYSITELIB}/gns3server/static/web-ui/assets/gns3_icon.svg +${PYSITELIB}/gns3server/static/web-ui/assets/icons/mac/icon.icns +${PYSITELIB}/gns3server/static/web-ui/assets/icons/png/1024x1024.png +${PYSITELIB}/gns3server/static/web-ui/assets/icons/png/128x128.png +${PYSITELIB}/gns3server/static/web-ui/assets/icons/png/16x16.png +${PYSITELIB}/gns3server/static/web-ui/assets/icons/png/24x24.png +${PYSITELIB}/gns3server/static/web-ui/assets/icons/png/256x256.png +${PYSITELIB}/gns3server/static/web-ui/assets/icons/png/32x32.png +${PYSITELIB}/gns3server/static/web-ui/assets/icons/png/48x48.png +${PYSITELIB}/gns3server/static/web-ui/assets/icons/png/512x512.png +${PYSITELIB}/gns3server/static/web-ui/assets/icons/png/64x64.png +${PYSITELIB}/gns3server/static/web-ui/assets/icons/win/icon.ico +${PYSITELIB}/gns3server/static/web-ui/assets/logo-header.png +${PYSITELIB}/gns3server/static/web-ui/assets/resources/images/filter-capture.svg +${PYSITELIB}/gns3server/static/web-ui/assets/resources/images/filter.svg +${PYSITELIB}/gns3server/static/web-ui/assets/resources/images/inspect.svg +${PYSITELIB}/gns3server/static/web-ui/favicon.ico +${PYSITELIB}/gns3server/static/web-ui/index.html +${PYSITELIB}/gns3server/static/web-ui/main.9b1bd2eea6a0063aafe5.js +${PYSITELIB}/gns3server/static/web-ui/polyfills-es5.ad0cd9ec34ac503f8b75.js +${PYSITELIB}/gns3server/static/web-ui/polyfills.ca9df831504175955169.js +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-100.5cb7edfceb233100075d.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-100.7370c3679472e9560965.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-100italic.f8b1df51ba843179fa1c.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-100italic.f9e8e590b4e0f1ff8346.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-300.b00849e00f4c2331cddd.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-300.ef7c6637c68f269a882e.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-300italic.14286f3ba79c66274335.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-300italic.4df32891a5f2f98a3633.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-400.479970ffb74f2117317f.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-400.60fa3c0614b8fb2f394f.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-400italic.51521a2a8da71e50d871.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-400italic.fe65b8335ee19dd94428.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-500.020c97dc8e0463259c2f.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-500.87284894879f5b1c229c.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-500italic.288ad9c6e8b43cf02443.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-500italic.db4a2a231f52e497c019.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-700.2735a3a69b509faf3577.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-700.adcde98f1d584de52060.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-700italic.81f57861ed4ac74741f5.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-700italic.da0e717829e033a69dec.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-900.9b3766ef4a402ad3fdee.woff2 +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-900.bb1e4dc6333675d11ada.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-900italic.28f9151055c950874d2c.woff +${PYSITELIB}/gns3server/static/web-ui/roboto-latin-900italic.ebf6d1640ccddb99fb49.woff2 +${PYSITELIB}/gns3server/static/web-ui/runtime.465c2333d355155ec5f3.js +${PYSITELIB}/gns3server/static/web-ui/styles.24cf27dc9bb6109b497a.css +${PYSITELIB}/gns3server/symbols/.gitkeep +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/atm.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/camera.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/camera_dome.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/circle.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/client.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/client_vm.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/cog.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/communications.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/conversation.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/docker.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/dslam.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/fingerprint.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/firewall.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/firewall3.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/grid.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/grid2.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/hub.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/inspect.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/inspect3.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/interconnect.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/isdn.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/ldap.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/light_bulb.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/link.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/loadbalancer.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/nas.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/pinpoint.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/printer.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/rj45.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/router.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/router_cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/satellite.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/satellite_dish.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/scull.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/server-cluster.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/server.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/statistics.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/storage.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/switch.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/switch_multilayer.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/tablet.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/tree.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/user.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/virtualbox.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/vm.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/vmware.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/wifi.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/wlc.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/blue/xml.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/atm.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/camera.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/camera_dome.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/circle.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/client.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/client_vm.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/cog.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/communications.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/conversation.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/docker.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/dslam.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/fingerprint.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/firewall.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/firewall3.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/grid.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/grid2.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/hub.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/inspect.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/inspect3.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/interconnect.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/isdn.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/ldap.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/light_bulb.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/link.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/loadbalancer.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/nas.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/pinpoint.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/printer.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/rj45.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/router.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/router_cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/satellite.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/satellite_dish.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/scull.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/server-cluster.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/server.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/statistics.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/storage.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/switch.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/switch_multilayer.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/tablet.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/tree.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/user.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/virtualbox.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/vm.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/vmware.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/wifi.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/wlc.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/gray/xml.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/atm.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/camera.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/camera_dome.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/circle.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/client.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/client_vm.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/cog.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/communications.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/conversation.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/docker.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/dslam.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/fingerprint.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/firewall.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/firewall3.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/grid.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/grid2.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/hub.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/inspect.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/inspect3.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/interconnect.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/isdn.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/ldap.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/light_bulb.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/link.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/loadbalancer.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/nas.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/pinpoint.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/printer.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/rj45.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/router.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/router_cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/satellite.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/satellite_dish.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/scull.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/server-cluster.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/server.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/statistics.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/storage.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/switch.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/switch_multilayer.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/tablet.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/tree.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/user.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/virtualbox.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/vm.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/vmware.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/wifi.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/wlc.svg +${PYSITELIB}/gns3server/symbols/affinity/circle/red/xml.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/atm.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/camera.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/camera_dome.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/client.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/client_vm.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/cog.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/communications.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/conversation.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/docker.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/dslam.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/fingerprint.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/firewall.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/firewall3.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/grid.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/grid2.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/hub.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/inspect2.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/inspect3.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/interconnect.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/isdn.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/ldap.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/light_bulb.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/link.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/nas.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/pinpoint.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/printer.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/rj45.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/router.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/router_cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/satellite.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/satellite_dish.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/scull.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/server-cluster.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/server.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/square.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/statistics.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/storage.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/switch.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/switch_multilayer.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/tablet.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/tree.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/user.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/virtualbox.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/vm.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/vmware.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/wifi.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/wlc.svg +${PYSITELIB}/gns3server/symbols/affinity/square/blue/xml.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/atm.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/camera.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/camera_dome.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/client.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/client_vm.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/cog.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/communications.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/conversation.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/docker.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/dslam.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/fingerprint.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/firewall.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/firewall3.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/grid.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/grid2.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/hub.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/inspect2.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/inspect3.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/interconnect.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/isdn.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/ldap.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/light_bulb.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/link.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/nas.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/pinpoint.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/printer.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/rj45.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/router.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/router_cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/satellite.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/satellite_dish.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/scull.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/server-cluster.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/server.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/square.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/statistics.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/storage.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/switch.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/switch_multilayer.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/tablet.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/tree.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/user.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/virtualbox.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/vm.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/vmware.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/wifi.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/wlc.svg +${PYSITELIB}/gns3server/symbols/affinity/square/gray/xml.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/atm.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/camera.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/camera_dome.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/client.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/client_vm.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/cog.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/communications.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/conversation.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/docker.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/dslam.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/fingerprint.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/firewall.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/firewall3.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/grid.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/grid2.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/hub.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/inspect2.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/inspect3.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/interconnect.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/isdn.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/ldap.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/light_bulb.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/link.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/nas.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/pinpoint.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/printer.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/rj45.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/router.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/router_cloud.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/satellite.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/satellite_dish.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/scull.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/server-cluster.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/server.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/square.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/statistics.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/storage.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/switch.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/switch_multilayer.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/tablet.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/tree.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/user.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/virtualbox.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/vm.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/vmware.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/wifi.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/wlc.svg +${PYSITELIB}/gns3server/symbols/affinity/square/red/xml.svg +${PYSITELIB}/gns3server/symbols/classic/PBX.svg +${PYSITELIB}/gns3server/symbols/classic/PIX_firewall.svg +${PYSITELIB}/gns3server/symbols/classic/access_point.svg +${PYSITELIB}/gns3server/symbols/classic/access_server.svg +${PYSITELIB}/gns3server/symbols/classic/asa.svg +${PYSITELIB}/gns3server/symbols/classic/atm_bridge.svg +${PYSITELIB}/gns3server/symbols/classic/atm_switch.svg +${PYSITELIB}/gns3server/symbols/classic/call_manager.svg +${PYSITELIB}/gns3server/symbols/classic/cloud.svg +${PYSITELIB}/gns3server/symbols/classic/computer.svg +${PYSITELIB}/gns3server/symbols/classic/docker_guest.svg +${PYSITELIB}/gns3server/symbols/classic/dslam.svg +${PYSITELIB}/gns3server/symbols/classic/edge_label_switch_router.svg +${PYSITELIB}/gns3server/symbols/classic/ethernet_switch.svg +${PYSITELIB}/gns3server/symbols/classic/firewall.svg +${PYSITELIB}/gns3server/symbols/classic/frame_relay_switch.svg +${PYSITELIB}/gns3server/symbols/classic/gateway.svg +${PYSITELIB}/gns3server/symbols/classic/hub.svg +${PYSITELIB}/gns3server/symbols/classic/ids.svg +${PYSITELIB}/gns3server/symbols/classic/iosv_l2_virl.svg +${PYSITELIB}/gns3server/symbols/classic/iosv_virl.svg +${PYSITELIB}/gns3server/symbols/classic/ip_phone.svg +${PYSITELIB}/gns3server/symbols/classic/label_switch_router.svg +${PYSITELIB}/gns3server/symbols/classic/lightweight_ap.svg +${PYSITELIB}/gns3server/symbols/classic/multilayer_switch.svg +${PYSITELIB}/gns3server/symbols/classic/optical_router.svg +${PYSITELIB}/gns3server/symbols/classic/printer.svg +${PYSITELIB}/gns3server/symbols/classic/qemu_guest.svg +${PYSITELIB}/gns3server/symbols/classic/route_switch_processor.svg +${PYSITELIB}/gns3server/symbols/classic/router.awp.svg +${PYSITELIB}/gns3server/symbols/classic/router.svg +${PYSITELIB}/gns3server/symbols/classic/router_firewall.svg +${PYSITELIB}/gns3server/symbols/classic/router_netflow.svg +${PYSITELIB}/gns3server/symbols/classic/server.svg +${PYSITELIB}/gns3server/symbols/classic/sip_server.svg +${PYSITELIB}/gns3server/symbols/classic/traceng.svg +${PYSITELIB}/gns3server/symbols/classic/vbox_guest.svg +${PYSITELIB}/gns3server/symbols/classic/vmware_guest.svg +${PYSITELIB}/gns3server/symbols/classic/voice_access_server.svg +${PYSITELIB}/gns3server/symbols/classic/voice_router.svg +${PYSITELIB}/gns3server/symbols/classic/vpcs_guest.svg +${PYSITELIB}/gns3server/symbols/classic/wlan_controller.svg +${PYSITELIB}/gns3server/templates/compute.html +${PYSITELIB}/gns3server/templates/controller.html +${PYSITELIB}/gns3server/templates/index.html +${PYSITELIB}/gns3server/templates/layout.html +${PYSITELIB}/gns3server/templates/project.html +${PYSITELIB}/gns3server/templates/upload.html +${PYSITELIB}/gns3server/ubridge/__init__.py +${PYSITELIB}/gns3server/ubridge/__init__.pyo +${PYSITELIB}/gns3server/ubridge/__init__.pyc +${PYSITELIB}/gns3server/ubridge/hypervisor.pyo +${PYSITELIB}/gns3server/ubridge/hypervisor.pyc +${PYSITELIB}/gns3server/ubridge/ubridge_error.pyo +${PYSITELIB}/gns3server/ubridge/ubridge_error.pyc +${PYSITELIB}/gns3server/ubridge/ubridge_hypervisor.pyo +${PYSITELIB}/gns3server/ubridge/ubridge_hypervisor.pyc +${PYSITELIB}/gns3server/ubridge/ubridge_hypervisor_test.pyo +${PYSITELIB}/gns3server/ubridge/ubridge_hypervisor_test.pyc +${PYSITELIB}/gns3server/ubridge/hypervisor.py +${PYSITELIB}/gns3server/ubridge/ubridge_error.py +${PYSITELIB}/gns3server/ubridge/ubridge_hypervisor.py +${PYSITELIB}/gns3server/ubridge/ubridge_hypervisor_test.py +${PYSITELIB}/gns3server/utils/__init__.py +${PYSITELIB}/gns3server/utils/__init__.pyo +${PYSITELIB}/gns3server/utils/__init__.pyc +${PYSITELIB}/gns3server/utils/file_watcher.pyo +${PYSITELIB}/gns3server/utils/file_watcher.pyc +${PYSITELIB}/gns3server/utils/get_resource.pyo +${PYSITELIB}/gns3server/utils/get_resource.pyc +${PYSITELIB}/gns3server/utils/images.pyo +${PYSITELIB}/gns3server/utils/images.pyc +${PYSITELIB}/gns3server/utils/interfaces.pyo +${PYSITELIB}/gns3server/utils/interfaces.pyc +${PYSITELIB}/gns3server/utils/path.pyo +${PYSITELIB}/gns3server/utils/path.pyc +${PYSITELIB}/gns3server/utils/picture.pyo +${PYSITELIB}/gns3server/utils/picture.pyc +${PYSITELIB}/gns3server/utils/ping_stats.pyo +${PYSITELIB}/gns3server/utils/ping_stats.pyc +${PYSITELIB}/gns3server/utils/qt.pyo +${PYSITELIB}/gns3server/utils/qt.pyc +${PYSITELIB}/gns3server/utils/vmnet.pyo +${PYSITELIB}/gns3server/utils/vmnet.pyc +${PYSITELIB}/gns3server/utils/windows_loopback.pyo +${PYSITELIB}/gns3server/utils/windows_loopback.pyc +${PYSITELIB}/gns3server/utils/windows_service.pyo +${PYSITELIB}/gns3server/utils/windows_service.pyc +${PYSITELIB}/gns3server/utils/asyncio/__init__.py +${PYSITELIB}/gns3server/utils/asyncio/__init__.pyo +${PYSITELIB}/gns3server/utils/asyncio/__init__.pyc +${PYSITELIB}/gns3server/utils/asyncio/aiozipstream.pyo +${PYSITELIB}/gns3server/utils/asyncio/aiozipstream.pyc +${PYSITELIB}/gns3server/utils/asyncio/embed_shell.pyo +${PYSITELIB}/gns3server/utils/asyncio/embed_shell.pyc +${PYSITELIB}/gns3server/utils/asyncio/input_stream.pyo +${PYSITELIB}/gns3server/utils/asyncio/input_stream.pyc +${PYSITELIB}/gns3server/utils/asyncio/pool.pyo +${PYSITELIB}/gns3server/utils/asyncio/pool.pyc +${PYSITELIB}/gns3server/utils/asyncio/raw_command_server.pyo +${PYSITELIB}/gns3server/utils/asyncio/raw_command_server.pyc +${PYSITELIB}/gns3server/utils/asyncio/serial.pyo +${PYSITELIB}/gns3server/utils/asyncio/serial.pyc +${PYSITELIB}/gns3server/utils/asyncio/telnet_server.pyo +${PYSITELIB}/gns3server/utils/asyncio/telnet_server.pyc +${PYSITELIB}/gns3server/utils/asyncio/aiozipstream.py +${PYSITELIB}/gns3server/utils/asyncio/embed_shell.py +${PYSITELIB}/gns3server/utils/asyncio/input_stream.py +${PYSITELIB}/gns3server/utils/asyncio/pool.py +${PYSITELIB}/gns3server/utils/asyncio/raw_command_server.py +${PYSITELIB}/gns3server/utils/asyncio/serial.py +${PYSITELIB}/gns3server/utils/asyncio/telnet_server.py +${PYSITELIB}/gns3server/utils/file_watcher.py +${PYSITELIB}/gns3server/utils/get_resource.py +${PYSITELIB}/gns3server/utils/images.py +${PYSITELIB}/gns3server/utils/interfaces.py +${PYSITELIB}/gns3server/utils/path.py +${PYSITELIB}/gns3server/utils/picture.py +${PYSITELIB}/gns3server/utils/ping_stats.py +${PYSITELIB}/gns3server/utils/qt.py +${PYSITELIB}/gns3server/utils/vmnet.py +${PYSITELIB}/gns3server/utils/windows_loopback.py +${PYSITELIB}/gns3server/utils/windows_service.py +${PYSITELIB}/gns3server/version.py +${PYSITELIB}/gns3server/web/__init__.py +${PYSITELIB}/gns3server/web/__init__.pyo +${PYSITELIB}/gns3server/web/__init__.pyc +${PYSITELIB}/gns3server/web/documentation.pyo +${PYSITELIB}/gns3server/web/documentation.pyc +${PYSITELIB}/gns3server/web/logger.pyo +${PYSITELIB}/gns3server/web/logger.pyc +${PYSITELIB}/gns3server/web/response.pyo +${PYSITELIB}/gns3server/web/response.pyc +${PYSITELIB}/gns3server/web/route.pyo +${PYSITELIB}/gns3server/web/route.pyc +${PYSITELIB}/gns3server/web/web_server.pyo +${PYSITELIB}/gns3server/web/web_server.pyc +${PYSITELIB}/gns3server/web/documentation.py +${PYSITELIB}/gns3server/web/logger.py +${PYSITELIB}/gns3server/web/response.py +${PYSITELIB}/gns3server/web/route.py +${PYSITELIB}/gns3server/web/web_server.py +${PYSITELIB}/tests/controller/__init__.py +${PYSITELIB}/tests/controller/__init__.pyo +${PYSITELIB}/tests/controller/__init__.pyc +${PYSITELIB}/tests/controller/test_compute.pyo +${PYSITELIB}/tests/controller/test_compute.pyc +${PYSITELIB}/tests/controller/test_controller.pyo +${PYSITELIB}/tests/controller/test_controller.pyc +${PYSITELIB}/tests/controller/test_drawing.pyo +${PYSITELIB}/tests/controller/test_drawing.pyc +${PYSITELIB}/tests/controller/test_export_project.pyo +${PYSITELIB}/tests/controller/test_export_project.pyc +${PYSITELIB}/tests/controller/test_gns3vm.pyo +${PYSITELIB}/tests/controller/test_gns3vm.pyc +${PYSITELIB}/tests/controller/test_import_project.pyo +${PYSITELIB}/tests/controller/test_import_project.pyc +${PYSITELIB}/tests/controller/test_link.pyo +${PYSITELIB}/tests/controller/test_link.pyc +${PYSITELIB}/tests/controller/test_node.pyo +${PYSITELIB}/tests/controller/test_node.pyc +${PYSITELIB}/tests/controller/test_node_port_name.pyo +${PYSITELIB}/tests/controller/test_node_port_name.pyc +${PYSITELIB}/tests/controller/test_notification.pyo +${PYSITELIB}/tests/controller/test_notification.pyc +${PYSITELIB}/tests/controller/test_project.pyo +${PYSITELIB}/tests/controller/test_project.pyc +${PYSITELIB}/tests/controller/test_project_open.pyo +${PYSITELIB}/tests/controller/test_project_open.pyc +${PYSITELIB}/tests/controller/test_snapshot.pyo +${PYSITELIB}/tests/controller/test_snapshot.pyc +${PYSITELIB}/tests/controller/test_symbols.pyo +${PYSITELIB}/tests/controller/test_symbols.pyc +${PYSITELIB}/tests/controller/test_template.pyo +${PYSITELIB}/tests/controller/test_template.pyc +${PYSITELIB}/tests/controller/test_topology.pyo +${PYSITELIB}/tests/controller/test_topology.pyc +${PYSITELIB}/tests/controller/test_udp_link.pyo +${PYSITELIB}/tests/controller/test_udp_link.pyc +${PYSITELIB}/tests/controller/gns3vm/test_remote_gns3_vm.pyo +${PYSITELIB}/tests/controller/gns3vm/test_remote_gns3_vm.pyc +${PYSITELIB}/tests/controller/gns3vm/test_virtualbox_gns3_vm.pyo +${PYSITELIB}/tests/controller/gns3vm/test_virtualbox_gns3_vm.pyc +${PYSITELIB}/tests/controller/gns3vm/test_vmware_gns3_vm.pyo +${PYSITELIB}/tests/controller/gns3vm/test_vmware_gns3_vm.pyc +${PYSITELIB}/tests/controller/gns3vm/test_remote_gns3_vm.py +${PYSITELIB}/tests/controller/gns3vm/test_virtualbox_gns3_vm.py +${PYSITELIB}/tests/controller/gns3vm/test_vmware_gns3_vm.py +${PYSITELIB}/tests/controller/test_compute.py +${PYSITELIB}/tests/controller/test_controller.py +${PYSITELIB}/tests/controller/test_drawing.py +${PYSITELIB}/tests/controller/test_export_project.py +${PYSITELIB}/tests/controller/test_gns3vm.py +${PYSITELIB}/tests/controller/test_import_project.py +${PYSITELIB}/tests/controller/test_link.py +${PYSITELIB}/tests/controller/test_node.py +${PYSITELIB}/tests/controller/test_node_port_name.py +${PYSITELIB}/tests/controller/test_notification.py +${PYSITELIB}/tests/controller/test_project.py +${PYSITELIB}/tests/controller/test_project_open.py +${PYSITELIB}/tests/controller/test_snapshot.py +${PYSITELIB}/tests/controller/test_symbols.py +${PYSITELIB}/tests/controller/test_template.py +${PYSITELIB}/tests/controller/test_topology.py +${PYSITELIB}/tests/controller/test_udp_link.py Index: pkgsrc/emulators/gns3-server/distinfo diff -u /dev/null pkgsrc/emulators/gns3-server/distinfo:1.1 --- /dev/null Sun Nov 3 01:31:38 2019 +++ pkgsrc/emulators/gns3-server/distinfo Sun Nov 3 01:31:38 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/11/03 01:31:38 markd Exp $ + +SHA1 (gns3-server-2.2.1.tar.gz) = f463738d6e74979543388d435e5257044f503638 +RMD160 (gns3-server-2.2.1.tar.gz) = 5daa005787e0da772d18efd74bcd4d71d6a66f58 +SHA512 (gns3-server-2.2.1.tar.gz) = d632c9d56c445a851e5f5b3a7d95fe404894b6cb856d7db68a1e8f3d1f4f1b3ff2a90fa3797eae5ce7457f3981eb8d0b50b5c0cec03581c8de2a1204412b8764 +Size (gns3-server-2.2.1.tar.gz) = 7370035 bytes --_----------=_157274469891660--