summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-11-22 23:50:59 -0800
committerJustin Pettit <jpettit@nicira.com>2011-11-30 16:40:44 -0800
commitbc011f9dd7aae0a6ad1c2467f9cd84088298f63c (patch)
tree42b5cb002cc3398a5a46dcbab662b046259d45db
parent41ccd14b9af9a5b37d331070b0c77fb398495f78 (diff)
downloadopenvswitch-bc011f9dd7aae0a6ad1c2467f9cd84088298f63c.tar.gz
mirroring: Use more generic terms for mirroring.
-rw-r--r--README2
-rw-r--r--vswitchd/vswitch.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index dddad3f68..6ba2ad7c3 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
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 9b50e00ab..e2e73cf94 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -1876,11 +1876,11 @@
</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">
@@ -1927,8 +1927,8 @@
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>