From 1a9105aaf7959a52ddd78afdf6204d9237fe03dd Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 8 Jan 2009 13:54:41 -0800 Subject: [PATCH] vswitchd: Fix port mirroring example. Thanks to Keith for pointing this out. --- vswitchd/vswitchd.conf.5 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.30.2