diff options
author | 2003-12-07 06:13:23 +0000 | |
---|---|---|
committer | 2003-12-07 06:13:23 +0000 | |
commit | 98a79f4e527916ef07db62dbc8f83b362ecee18d (patch) | |
tree | bd3cecc6227f87d1c53168c944895156b823a12a | |
parent | remove duplicate chunk (diff) | |
download | wireguard-openbsd-98a79f4e527916ef07db62dbc8f83b362ecee18d.tar.xz wireguard-openbsd-98a79f4e527916ef07db62dbc8f83b362ecee18d.zip |
typo; lists-openbsd@2ls4agd.net
-rw-r--r-- | sbin/brconfig/brconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index 83c1fbe9426..9aa1430e8c4 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.46 2003/06/27 13:10:51 henning Exp $ +.\" $OpenBSD: brconfig.8,v 1.47 2003/12/07 06:13:23 deraadt Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -286,7 +286,7 @@ broadcast packets or are for 8:0:20:1e:2f:2b. .It Cm # brconfig bridge0 rule block in on fxp0 .It Cm # brconfig bridge0 rule block out on fxp0 The above commands will set up a filter so that 0:1:2:3:4:5 can send frames -through fxp0 only to 5:4:3:2:1, and 5:4:3:2:1:0 can return frames through +through fxp0 only to 5:4:3:2:1:0, and 5:4:3:2:1:0 can return frames through fxp0 to 0:1:2:3:4:5. All other traffic trying to go into and be sent from fxp0 will be blocked. .It Cm "# brconfig bridge0 rule pass in on fxp0 src 9:8:7:6:5:4 tag boss" |