From: Ben Pfaff Date: Thu, 8 Jan 2009 21:54:41 +0000 (-0800) Subject: vswitchd: Fix port mirroring example. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9105aaf7959a52ddd78afdf6204d9237fe03dd;p=openvswitch vswitchd: Fix port mirroring example. Thanks to Keith for pointing this out. --- diff --git a/vswitchd/vswitchd.conf.5 b/vswitchd/vswitchd.conf.5 index 00ec60fa..15f29e8b 100644 --- a/vswitchd/vswitchd.conf.5 +++ b/vswitchd/vswitchd.conf.5 @@ -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