X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README;h=aa317820959fdff27d658f66cde45ee28e579d28;hb=5ca92d1d5dc0d8dba9ed554444cd0ae00a43209f;hp=dddad3f686217d02f6a28ea669efef47835f7ea6;hpb=c434706a374bd44d1274e7bdbee40067a6620b61;p=openvswitch diff --git a/README b/README index dddad3f6..aa317820 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ vSwitch supports the following features: * Standard 802.1Q VLAN model with trunk and access ports * NIC bonding with or without LACP on upstream switch - * NetFlow, sFlow(R), SPAN, RSPAN, and ERSPAN for increased visibility + * NetFlow, sFlow(R), and mirroring for increased visibility * QoS (Quality of Service) configuration, plus policing * GRE, GRE over IPSEC, and CAPWAP tunneling * 802.1ag connectivity fault management @@ -90,6 +90,8 @@ What other documentation is available? To install Open vSwitch on a regular Linux machine, read INSTALL.Linux. +For answers to common questions, read FAQ. + To use Open vSwitch as a drop-in replacement for the Linux bridge, read INSTALL.bridge. @@ -102,6 +104,8 @@ Linux host, read INSTALL.RHEL. To use Open vSwitch with KVM on Linux, read INSTALL.Linux, then INSTALL.KVM. +To use Open vSwitch with Libvirt, read INSTALL.Libvirt. + To install Open vSwitch without using a kernel module, read INSTALL.userspace.