]> git.proxmox.com Git - mirror_ovs.git/blame - debian/control
dpif-linux: Call rtnetlink_notifier_run() as required.
[mirror_ovs.git] / debian / control
CommitLineData
064af421
BP
1Source: openvswitch
2Section: net
3Priority: extra
37ea6436 4Maintainer: Open vSwitch developers <dev@openvswitch.org>
e631bc29 5Uploaders: Ben Pfaff <pfaffben@debian.org>, Simon Horman <horms@debian.org>
bb41d3d4 6Build-Depends:
f10a0334
JP
7 debhelper (>= 5), autoconf (>= 2.64), automake (>= 1.10) | automake1.10,
8 libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, python,
1ff83721
BP
9 python-support (>= 0.8.4), procps, python-qt4,
10 python-zopeinterface, python-twisted-conch
c66e0226 11Standards-Version: 3.9.2
e2e744a8 12Homepage: http://openvswitch.org/
064af421
BP
13
14Package: openvswitch-datapath-source
15Architecture: all
0de90890 16Depends: module-assistant, bzip2, debhelper (>= 5.0.37), ${misc:Depends}
064af421
BP
17Suggests: openvswitch-switch
18Description: Source code for Open vSwitch datapath Linux module
19 This package provides the Open vSwitch datapath module source code
20 that is needed by openvswitch-switch. The kernel module can be built
21 from it using module-assistant or make-kpkg. README.Debian in this
22 package provides further instructions.
23 .
f30f26be 24 Open vSwitch is a full-featured software-based Ethernet switch.
064af421
BP
25
26Package: openvswitch-common
2d8b103c 27Architecture: linux-any
c84d769c
EJ
28Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python
29Suggests: ethtool
064af421
BP
30Description: Open vSwitch common components
31 openvswitch-common provides components required by both openvswitch-switch
32 and openvswitch-controller.
33 .
f30f26be 34 Open vSwitch is a full-featured software-based Ethernet switch.
064af421
BP
35
36Package: openvswitch-switch
2d8b103c 37Architecture: linux-any
064af421 38Suggests: openvswitch-datapath-module
43bb5f82 39Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps, uuid-runtime
064af421
BP
40Description: Open vSwitch switch implementations
41 openvswitch-switch provides the userspace components and utilities for
42 the Open vSwitch kernel-based switch.
43 .
f30f26be 44 Open vSwitch is a full-featured software-based Ethernet switch.
064af421 45
a3acf0b0 46Package: openvswitch-ipsec
2d8b103c 47Architecture: linux-any
a3acf0b0 48Depends:
e97a1034 49 ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
d8eba262
JP
50 ipsec-tools (>=0.8~alpha20101208),
51 racoon (>=0.8~alpha20101208),
a3acf0b0
JP
52 openvswitch-common (= ${binary:Version}),
53 openvswitch-switch (= ${binary:Version}),
4eb5a0e0 54 python-openvswitch (= ${source:Version})
a3acf0b0
JP
55Description: Open vSwitch GRE-over-IPsec support
56 The ovs-monitor-ipsec script provides support for encrypting GRE
57 tunnels with IPsec.
58 .
59 Open vSwitch is a full-featured software-based Ethernet switch.
60
064af421
BP
61Package: openvswitch-pki
62Architecture: all
27a59496 63Depends:
7e660f51 64 ${misc:Depends}, openvswitch-common (>= ${source:Version}),
27a59496 65 openvswitch-common (<< ${source:Version}.1~)
bc6bb66b 66Description: Open vSwitch public key infrastructure dependency package
064af421
BP
67 openvswitch-pki provides PKI (public key infrastructure) support for
68 Open vSwitch switches and controllers, reducing the risk of
69 man-in-the-middle attacks on the Open vSwitch network infrastructure.
70 .
f30f26be 71 Open vSwitch is a full-featured software-based Ethernet switch.
064af421 72
064af421 73Package: openvswitch-controller
2d8b103c 74Architecture: linux-any
27a59496
SH
75Depends:
76 ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
77 openvswitch-pki (= ${source:Version}), ${misc:Depends}
064af421
BP
78Description: Open vSwitch controller implementation
79 The Open vSwitch controller enables OpenFlow switches that connect to it
80 to act as MAC-learning Ethernet switches.
81 .
f30f26be 82 Open vSwitch is a full-featured software-based Ethernet switch.
064af421 83
9fc47ed7
BP
84Package: openvswitch-brcompat
85Architecture: linux-any
86Depends: ${shlibs:Depends}, openvswitch-switch (= ${binary:Version})
87Recommends: bridge-utils
88Description: Open vSwitch bridge compatibility support
89 openvswitch-brcompat provides a way for applications that use the
90 Linux bridge to gradually migrate to Open vSwitch. Programs that
91 ordinarily control the Linux bridge module, such as "brctl", instead
92 control the Open vSwitch kernel-based switch.
93 .
94 Once this package is installed, adding BRCOMPAT=yes in
95 /etc/default/openvswitch-switch enables bridge compatibility.
96 .
97 Open vSwitch is a full-featured software-based Ethernet switch.
98
064af421 99Package: openvswitch-dbg
77ce847d 100Section: debug
2d8b103c 101Architecture: linux-any
c09c9fb2
SH
102Depends:
103 ${shlibs:Depends}, ${misc:Depends},
104 openvswitch-common (= ${binary:Version}),
105 openvswitch-controller (= ${binary:Version}),
a3acf0b0 106 openvswitch-ipsec (= ${binary:Version}),
c09c9fb2 107 openvswitch-switch (= ${binary:Version})
064af421
BP
108Description: Debug symbols for Open vSwitch packages
109 This package contains the debug symbols for all the other openvswitch-*
110 packages. Install it to debug one of them or to examine a core dump
111 produced by one of them.
c0c2489a 112
a3acf0b0 113Package: python-openvswitch
c0c2489a 114Architecture: all
1d273d6d 115Section: python
09eda55c 116Depends: ${misc:Depends}, ${python:Depends}
c0c2489a
SL
117Provides: ${python:Provides}
118Description: Python bindings for Open vSwitch
119 This package contains the full Python bindings for Open vSwitch database.
1ff83721
BP
120
121Package: ovsdbmonitor
122Architecture: all
123Section: utils
124Depends: ${python:Depends}, python-openvswitch
125Provides: ${python:Provides}
126Description: Open vSwitch graphical monitoring tool
127 This package is a GUI tool for monitoring and troubleshooting local
128 or remote Open vSwitch installations. It presents GUI tables that
129 graphically represent an Open vSwitch kernel flow table (similar to
130 "ovs-dpctl dump-flows") and Open vSwitch database contents (similar
131 to "ovs-vsctl list <table>").
132 .
133 Open vSwitch is a full-featured software-based Ethernet switch.