diff options
Diffstat (limited to 'sbin/brconfig/brconfig.8')
-rw-r--r-- | sbin/brconfig/brconfig.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index 5ef2690939d..27e2aeeafd4 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.44 2003/06/03 13:16:07 jmc Exp $ +.\" $OpenBSD: brconfig.8,v 1.45 2003/06/25 09:44:55 henning Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -43,6 +43,7 @@ .Ar interface-name .Op Ar src address .Op Ar dst address +.Op Ar tag tagname .Sh DESCRIPTION The .Nm brconfig @@ -208,9 +209,12 @@ Rules have a similar syntax to .Xr pf 4 . Rules can be used to selectively block or pass frames based on Ethernet MAC address. +They can also tag packets for +.Xr pf 4 +to filter on. Rules are processed in the order in which they were added to the interface, and the first rule matched takes the action (block or pass) -of the rule. +and, if given, the tag of the rule. If no source or destination address is specified, the rule will match all frames (good for creating a catchall policy). .It Cm rulefile Ar filename |