Update documentation.
[sliver-openvswitch.git] / README
1                  Open vSwitch <http://openvswitch.org>
2
3 What is Open vSwitch?
4 ---------------------
5
6 Open vSwitch is an Ethernet switch for virtual servers with the
7 following features:
8
9         * NIC bonding with automatic fail-over and source MAC-based TX
10           load balancing ("SLB").
11
12         * 802.1Q VLAN support.
13
14         * Port mirroring, with optional VLAN tagging.
15
16         * NetFlow v5 flow logging.
17
18         * Connectivity to an external OpenFlow controller, such as
19           NOX.
20
21 Open vSwitch supports Linux 2.6.15 and up, with testing focused on
22 2.6.18 with Centos and Xen patches and version 2.6.26 from kernel.org.
23 Open vSwitch also has special support for Citrix XenServer hosts.
24
25 What's here?
26 ------------
27
28 The main components of this distribution are:
29
30         - ovs-vswitchd, a daemon that implements the virtual switch,
31           along with a companion Linux kernel module for flow-based
32           switching.
33
34         - ovs-brcompatd, a daemon that allows ovs-vswitchd to act as a
35           drop-in replacement for the Linux bridge in many
36           environments, along with a companion Linux kernel module to
37           intercept bridge ioctls.
38
39         - ovs-dpctl, a tool for configuring the virtual switch kernel
40           module.
41
42         - Scripts and specs for building RPMs that allow Open vSwitch
43           to be installed on a Citrix XenServer host as a drop-in
44           replacement for its virtual switch, with additional
45           functionality.
46
47         - vlog-appctl, a utility that can control Open vSwitch daemons,
48           adjusting their logging levels among other uses.
49
50 Open vSwitch also provides an OpenFlow implementation and tools for
51 those interested in OpenFlow but not additional Open vSwitch features:
52
53         - secchan, a program that implements a simple OpenFlow switch
54           (without the special features provided by ovs-vswitchd) using
55           the same kernel module as ovs-vswitchd.
56
57         - ovs-controller, a simple OpenFlow controller.
58
59         - ovs-ofctl, a utility for querying and controlling OpenFlow
60           switches and controllers.
61
62         - ovs-pki, a utility for creating and managing the public-key
63           infrastructure for OpenFlow switches.
64
65         - A patch to tcpdump that enables it to parse OpenFlow
66           messages.
67
68 What other documentation is available?
69 --------------------------------------
70
71 To install Open vSwitch on a regular Linux machine, read INSTALL.Linux.
72
73 To build RPMs for installing Open vSwitch on a Citrix XenServer host
74 or resource pool, read INSTALL.XenServer.
75
76 To learn set up SSL support for Open vSwitch, read INSTALL.SSL.
77
78 Each Open vSwitch userspace program is accompanied by a manpage.  Many
79 of the manpages are customized to your configuration as part of the
80 build process, so we recommend building Open vSwitch before reading
81 the manpages.
82
83 Contact 
84 -------
85
86 ovs-bugs@openvswitch.org
87 http://openvswitch.org/