vswitchd: Fix port mirroring example.
authorBen Pfaff <blp@nicira.com>
Thu, 8 Jan 2009 21:54:41 +0000 (13:54 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Jan 2009 21:54:41 +0000 (13:54 -0800)
Thanks to Keith for pointing this out.

vswitchd/vswitchd.conf.5

index 00ec60faa2dd25b474c117726ad737b82ec0997d..15f29e8be3f16d28b58c8bca40a4ffc53d2d191a 100644 (file)
@@ -249,8 +249,7 @@ will not be tagged.
 .I "Example"
 .PP
 The following \fBvswitchd\fR configuration copies all frames received
-on \fBeth1\fR or \fBeth2\fR to \fBeth3\fR, setting their VLAN tags to
-222.
+on \fBeth1\fR or \fBeth2\fR to \fBeth3\fR.
 .PP
 .RS
 .nf
@@ -263,7 +262,6 @@ on \fBeth1\fR or \fBeth2\fR to \fBeth3\fR, setting their VLAN tags to
 [mirror "mybr.a"]
         select.src-port = eth1
         select.src-port = eth2
-        transform.set-vlan = 222
         output.port = eth3
         
 .fi