]> git.proxmox.com Git - mirror_ovs.git/blob - debian/control
Merge "citrix" branch into "master".
[mirror_ovs.git] / debian / control
1 Source: openvswitch
2 Section: net
3 Priority: extra
4 Maintainer: Open vSwitch developers <dev@openvswitch.org>
5 Build-Depends: debhelper (>= 5), autoconf (>= 2.64), automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, libncurses5-dev, libpcre3-dev
6 Standards-Version: 3.7.3
7
8 Package: openvswitch-datapath-source
9 Architecture: all
10 Depends: module-assistant, bzip2, debhelper (>= 5.0.37), ${misc:Depends}
11 Suggests: openvswitch-switch
12 Description: Source code for Open vSwitch datapath Linux module
13 This package provides the Open vSwitch datapath module source code
14 that is needed by openvswitch-switch. The kernel module can be built
15 from it using module-assistant or make-kpkg. README.Debian in this
16 package provides further instructions.
17 .
18 Open vSwitch is a full-featured software-based Ethernet switch.
19
20 Package: openvswitch-common
21 Architecture: any
22 Depends: ${shlibs:Depends}, openssl, ${misc:Depends}
23 Description: Open vSwitch common components
24 openvswitch-common provides components required by both openvswitch-switch
25 and openvswitch-controller.
26 .
27 Open vSwitch is a full-featured software-based Ethernet switch.
28
29 Package: openvswitch-switch
30 Architecture: any
31 Suggests: openvswitch-datapath-module
32 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
33 Description: Open vSwitch switch implementations
34 openvswitch-switch provides the userspace components and utilities for
35 the Open vSwitch kernel-based switch.
36 .
37 Open vSwitch is a full-featured software-based Ethernet switch.
38
39 Package: openvswitch-switch-config
40 Architecture: any
41 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-switch (= ${binary:Version}), libwww-perl, libdigest-sha1-perl
42 Description: Open vSwitch switch implementations
43 openvswitch-switch-config provides a utility for interactively configuring
44 the Open vSwitch switch provided in the openvswitch-switch package.
45 .
46 Open vSwitch is a full-featured software-based Ethernet switch.
47
48 Package: openvswitch-switchui
49 Architecture: any
50 Recommends: openvswitch-switch
51 Depends: ${shlibs:Depends}, ${misc:Depends}, console-tools
52 Description: Monitoring utility for OpenFlow switches
53 The ovs-switchui utility included in this package provides a
54 "front-panel display" to allow administrators to view the status of
55 an OpenFlow switch at a glance.
56 .
57 The ezio-term utility, also included, provides a VT100-compatible
58 terminal interface for EZIO3 (aka MTB-134) 16x2 LCD displays found on
59 server appliances made by Portwell. It allows ovs-switchui to work
60 with such displays.
61
62 Package: openvswitch-pki
63 Architecture: all
64 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version})
65 Description: Open vSwitch public key infrastructure
66 openvswitch-pki provides PKI (public key infrastructure) support for
67 Open vSwitch switches and controllers, reducing the risk of
68 man-in-the-middle attacks on the Open vSwitch network infrastructure.
69 .
70 Open vSwitch is a full-featured software-based Ethernet switch.
71
72 Package: openvswitch-pki-server
73 Architecture: all
74 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2
75 Description: Open vSwitch public key infrastructure (HTTP server support)
76 openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
77 key infrastructure) maintained on the local machine by the
78 openvswitch-pki package. This HTTP access is needed for secure and
79 convenient OpenFlow switch setup using the ovs-switch-setup program
80 in the openvswitch-switch package.
81 .
82 Open vSwitch is a full-featured software-based Ethernet switch.
83
84 Package: openvswitch-controller
85 Architecture: any
86 Depends: ${shlibs:Depends}, openvswitch-common (= ${binary:Version}), openvswitch-pki (= ${binary:Version}), ${misc:Depends}
87 Description: Open vSwitch controller implementation
88 The Open vSwitch controller enables OpenFlow switches that connect to it
89 to act as MAC-learning Ethernet switches.
90 .
91 Open vSwitch is a full-featured software-based Ethernet switch.
92
93 Package: corekeeper
94 Architecture: all
95 Depends: tmpreaper, ${misc:Depends}
96 Description: Core file centralizer and reaper
97 The corekeeper package configures the system to dump all core files to
98 /var/log/core. It also deletes core files older than 7 days.
99
100 Package: openvswitch-dbg
101 Section: debug
102 Architecture: any
103 Depends: ${shlibs:Depends}, ${misc:Depends}
104 Description: Debug symbols for Open vSwitch packages
105 This package contains the debug symbols for all the other openvswitch-*
106 packages. Install it to debug one of them or to examine a core dump
107 produced by one of them.
108
109 Package: openvswitch-monitor
110 Architecture: any
111 Recommends: openvswitch-switch
112 Depends: ${shlibs:Depends}, ${misc:Depends}
113 Description: Monitor utility for Open vSwitch switches
114 The ovs-monitor utility included in this package monitors the
115 ovs-openflowd process and the kernel datapath. If either become
116 unresponsive, it reboots the machine.
117
118 Package: openvswitch-wdt
119 Architecture: any
120 Recommends: openvswitch-switch
121 Depends: ${shlibs:Depends}, ${misc:Depends}
122 Description: Watchdog utility for Open vSwitch switches
123 The ovs-wdt program included in this package manages the hardware
124 watchdog timer in switches based on the Portwell NAR-5520 hardware.
125
126 Package: nicira-switch
127 Architecture: all
128 Depends:
129 openvswitch-common (= ${binary:Version}),
130 openvswitch-switch (= ${binary:Version}),
131 openvswitch-switchui (= ${binary:Version}),
132 openvswitch-datapath-module (= ${binary:Version}),
133 corekeeper, openvswitch-monitor, openvswitch-wdt, ${misc:Depends}
134 Description: Metapackage for installing a Nicira Open vSwitch switch
135 Installing this package will install everything needed for a Nicira
136 Portwell-based Open vSwitch switch, including monitoring and the switch UI.
137