2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00
Files
openvswitch/debian/openvswitch-switch.README.Debian
Ben Pfaff 3d92fe960c Remove openvswitch-switch-config package.
This package was never used by many users, has not worked properly for a
while, and causes lintian warnings, so remove it.

CC: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
2010-08-30 11:38:50 -07:00

17 lines
686 B
Plaintext

README.Debian for openvswitch-switch
---------------------------------
* The switch must be configured before it can be used. Edit
/etc/default/openvswitch-switch, then start the switch manually with
"/etc/init.d/openvswitch-switch start".
* To use the Linux kernel-based switch implementation, you will need
to build and install the Open vSwitch kernel module. To do so, install
the openvswitch-datapath-source package, then follow the instructions
given in /usr/share/doc/openvswitch-datapath-source/README.Debian
* This package does not yet support the userspace datapath-based
switch implementation.
-- Ben Pfaff <blp@nicira.com>, Mon, 30 Aug 2010 09:51:19 -0700