mirroring: Use more generic terms for mirroring.
authorJustin Pettit <jpettit@nicira.com>
Wed, 23 Nov 2011 07:50:59 +0000 (23:50 -0800)
committerJustin Pettit <jpettit@nicira.com>
Thu, 24 Nov 2011 07:08:10 +0000 (23:08 -0800)
README
vswitchd/vswitch.xml

diff --git a/README b/README
index dddad3f..6ba2ad7 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
index a467be4..55880b8 100644 (file)
     </group>
   </table>
 
-  <table name="Mirror" title="Port mirroring (SPAN/RSPAN/ERSPAN).">
+  <table name="Mirror" title="Port mirroring.">
     <p>A port mirror within a <ref table="Bridge"/>.</p>
     <p>A port mirror configures a bridge to send selected frames to special
     ``mirrored'' ports, in addition to their normal destinations.  Mirroring
-    traffic may also be referred to as SPAN, RSPAN, or ERSPAN, depending on how
+    traffic may also be referred to as SPAN or RSPAN, depending on how
     the mirrored traffic is sent.</p>
 
     <column name="name">
         will be discarded.</p>
         <p>
           The output port may be any kind of port supported by Open vSwitch.
-          It may be, for example, a physical port (sometimes called SPAN), or a
-          GRE tunnel (sometimes called ERSPAN).
+          It may be, for example, a physical port (sometimes called SPAN) or a
+          GRE tunnel.
         </p>
       </column>