X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fcontrol;h=215b9eff94cbdb3f64843b0cf3ccc670a4efe0fa;hb=2d6934b40fb92dee8a33a1be954c4b6e7347cc07;hp=46b56307022eaf56a10b6b64fa90d30acf7caa99;hpb=14b4c575c28421d1181b509dbeae6e4849c7da69;p=sliver-openvswitch.git diff --git a/debian/control b/debian/control index 46b563070..215b9eff9 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Open vSwitch developers Uploaders: Ben Pfaff , Simon Horman Build-Depends: debhelper (>= 8), autoconf (>= 2.64), automake (>= 1.10) | automake1.10, - libssl-dev, bzip2, openssl, + libssl-dev, bzip2, openssl, graphviz, python-all (>= 2.6.6-3~), procps, python-qt4, python-zopeinterface, python-twisted-conch Standards-Version: 3.9.3 @@ -204,3 +204,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.