4 Maintainer: Open vSwitch developers <dev@openvswitch.org>
5 Uploaders: Ben Pfaff <blp@nicira.com>, Simon Horman <horms@debian.org>
7 debhelper (>= 5), autoconf (>= 2.64), automake1.10, libssl-dev,
8 pkg-config (>= 0.21), po-debconf, bzip2, openssl, python
9 Standards-Version: 3.9.1
11 Package: openvswitch-datapath-source
13 Depends: module-assistant, bzip2, debhelper (>= 5.0.37), ${misc:Depends}
14 Suggests: openvswitch-switch
15 Description: Source code for Open vSwitch datapath Linux module
16 This package provides the Open vSwitch datapath module source code
17 that is needed by openvswitch-switch. The kernel module can be built
18 from it using module-assistant or make-kpkg. README.Debian in this
19 package provides further instructions.
21 Open vSwitch is a full-featured software-based Ethernet switch.
23 Package: openvswitch-common
25 Depends: ${shlibs:Depends}, openssl, ${misc:Depends}
26 Description: Open vSwitch common components
27 openvswitch-common provides components required by both openvswitch-switch
28 and openvswitch-controller.
30 Open vSwitch is a full-featured software-based Ethernet switch.
32 Package: openvswitch-switch
34 Suggests: openvswitch-datapath-module
35 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
36 Description: Open vSwitch switch implementations
37 openvswitch-switch provides the userspace components and utilities for
38 the Open vSwitch kernel-based switch.
40 Open vSwitch is a full-featured software-based Ethernet switch.
42 Package: openvswitch-switch-config
44 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-switch (= ${binary:Version}), libwww-perl, libdigest-sha1-perl
45 Description: Open vSwitch switch implementations
46 openvswitch-switch-config provides a utility for interactively configuring
47 the Open vSwitch switch provided in the openvswitch-switch package.
49 Open vSwitch is a full-featured software-based Ethernet switch.
51 Package: openvswitch-pki
54 ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}),
55 openvswitch-common (<< ${source:Version}.1~)
56 Description: A dependency package for the Open vSwitch public key infrastructure
57 openvswitch-pki provides PKI (public key infrastructure) support for
58 Open vSwitch switches and controllers, reducing the risk of
59 man-in-the-middle attacks on the Open vSwitch network infrastructure.
61 Open vSwitch is a full-featured software-based Ethernet switch.
63 Package: openvswitch-pki-server
65 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
66 Description: Open vSwitch public key infrastructure (HTTP server support)
67 openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
68 key infrastructure) maintained on the local machine by the
69 openvswitch-pki package. This HTTP access is needed for secure and
70 convenient OpenFlow switch setup using the ovs-switch-setup program
71 in the openvswitch-switch package.
73 Open vSwitch is a full-featured software-based Ethernet switch.
75 Package: openvswitch-controller
78 ${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
79 openvswitch-pki (= ${source:Version}), ${misc:Depends}
80 Description: Open vSwitch controller implementation
81 The Open vSwitch controller enables OpenFlow switches that connect to it
82 to act as MAC-learning Ethernet switches.
84 Open vSwitch is a full-featured software-based Ethernet switch.
88 Depends: tmpreaper, ${misc:Depends}
89 Description: Core file centralizer and reaper
90 The corekeeper package configures the system to dump all core files to
91 /var/log/core. It also deletes core files older than 7 days.
93 Package: openvswitch-dbg
96 Depends: ${shlibs:Depends}, ${misc:Depends}
97 Description: Debug symbols for Open vSwitch packages
98 This package contains the debug symbols for all the other openvswitch-*
99 packages. Install it to debug one of them or to examine a core dump
100 produced by one of them.
102 Package: openvswitch-monitor
104 Recommends: openvswitch-switch
105 Depends: ${shlibs:Depends}, ${misc:Depends}
106 Description: Monitor utility for Open vSwitch switches
107 The ovs-monitor utility included in this package monitors the
108 ovs-openflowd process and the kernel datapath. If either become
109 unresponsive, it reboots the machine.
111 Package: openvswitch-wdt
113 Recommends: openvswitch-switch
114 Depends: ${shlibs:Depends}, ${misc:Depends}
115 Description: Watchdog utility for Open vSwitch switches
116 The ovs-wdt program included in this package manages the hardware
117 watchdog timer in switches based on the Portwell NAR-5520 hardware.