ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / README
diff --git a/README b/README
index dddad3f686217d02f6a28ea669efef47835f7ea6..aa317820959fdff27d658f66cde45ee28e579d28 100644 (file)
--- 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.