X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fcontrol;h=4c439b628e45b1142ee5561d8fc94b97d305a8eb;hb=1d5aaa61fa8ca68f487e8b578b7aa99a0bbd1f26;hp=713ebafb8047c4ff1e749e576bd61312e21faea1;hpb=a5ae88ff8a276e86c842ac102145432662bf711a;p=sliver-openvswitch.git diff --git a/debian/control b/debian/control index 713ebafb8..4c439b628 100644 --- a/debian/control +++ b/debian/control @@ -60,8 +60,7 @@ Description: Open vSwitch common components to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . - openvswitch-common provides components required by both openvswitch-switch - and openvswitch-controller. + openvswitch-common provides components required by both openvswitch-switch. Package: openvswitch-switch Architecture: linux-any @@ -118,30 +117,12 @@ Description: Open vSwitch public key infrastructure dependency package Open vSwitch switches and controllers, reducing the risk of man-in-the-middle attacks on the Open vSwitch network infrastructure. -Package: openvswitch-controller -Architecture: linux-any -Depends: - ${shlibs:Depends}, openvswitch-common (= ${binary:Version}), - openvswitch-pki (= ${source:Version}), ${misc:Depends} -Description: Open vSwitch controller implementation - Open vSwitch is a production quality, multilayer, software-based, - Ethernet virtual switch. It is designed to enable massive network - automation through programmatic extension, while still supporting - standard management interfaces and protocols (e.g. NetFlow, IPFIX, - sFlow, SPAN, 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. - . - The Open vSwitch controller enables OpenFlow switches that connect to it - to act as MAC-learning Ethernet switches. - Package: openvswitch-dbg Section: debug Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), - openvswitch-controller (= ${binary:Version}), openvswitch-switch (= ${binary:Version}) Description: Debug symbols for Open vSwitch packages Open vSwitch is a production quality, multilayer, software-based, @@ -204,3 +185,21 @@ Description: Open vSwitch test package . This package contains utilities that are useful to diagnose performance and connectivity issues in Open vSwitch setup. + +Package: openvswitch-vtep +Architecture: linux-any +Depends: + ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${binary:Version}), + openvswitch-switch (>= ${binary:Version}), python, + python-openvswitch (>= ${source:Version}) +Description: Open vSwitch VTEP utilities + Open vSwitch is a production quality, multilayer, software-based, Ethernet + virtual switch. It is designed to enable massive network automation through + programmatic extension, while still supporting standard management interfaces + and protocols (e.g. NetFlow, sFlow, SPAN, 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. + . + This package provides utilities that are useful to interact with a + VTEP-configured database and a VTEP emulator.