diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-07 06:13:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-07 06:13:24 +0000 |
commit | 0669e5906cdd980624223eea52373fe1b274a8af (patch) | |
tree | 95fef63327ec7054a515f7d833fcdbf626553d2d /sbin/brconfig | |
parent | d6f91e84356be5b4ddfe431b2eba66de90e4e1df (diff) |
typo; lists-openbsd@2ls4agd.net
Diffstat (limited to 'sbin/brconfig')
-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" |