From fbd96a795db1409d4841c0d187d0e8622734ce0f Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 15 Oct 2015 22:23:51 +0200 Subject: [PATCH] Open vSwitch Fix #24 --- appliances/openvswitch.gns3a | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 appliances/openvswitch.gns3a diff --git a/appliances/openvswitch.gns3a b/appliances/openvswitch.gns3a new file mode 100644 index 0000000..1dcc281 --- /dev/null +++ b/appliances/openvswitch.gns3a @@ -0,0 +1,38 @@ +{ + "category": "multilayer_switch", + "status": "stable", + "maintainer": "GNS3 Team", + "name": "Open vSwitch", + "versions": [ + { + "images": { + "hda_disk_image": "openvswitch-3.16.6-tinycore64.img" + }, + "name": "3.16.6" + } + ], + "registry_version": 1, + "maintainer_email": "developers@gns3.net", + "documentation_url": "http://openvswitch.net/support", + "images": [ + { + "md5sum": "88b777ef930c1a3849b6a40c0d3fd102", + "download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/", + "filename": "openvswitch-3.16.6-tinycore64.img", + "version": "3.16.6", + "filesize": 70254592, + "direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/openvswitch-3.16.6-tinycore64.img" + } + ], + "vendor_name": "Open vSwitch", + "qemu": { + "adapter_type": "e1000", + "console_type": "telnet", + "ram": 128, + "arch": "x86_64", + "adapters": 24 + }, + "product_name": "Open vSwitch", + "vendor_url": "http://openvswitch.net/", + "description": "Open vSwitch is a production quality, multilayer virtual switch licensed under the open source Apache 2.0 license. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, IPFIX, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V." +}