diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-04-06 13:20:45 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-04-06 13:20:45 +0000 |
commit | ceccf193f43a7aa0be26af06cc758b51a343a873 (patch) | |
tree | be996aff68045c5354edc9424a72401dfe9b5bf9 /share/man/man5/pf.conf.5 | |
parent | f9f04df92b8065d144e484973f346e4981c22a9a (diff) |
Documentation for "on rdomain <number>". OK henning@
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 9d58c420b24..5758c33ccfc 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.491 2011/04/05 14:05:45 jsg Exp $ +.\" $OpenBSD: pf.conf.5,v 1.492 2011/04/06 13:20:44 claudio Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 5 2011 $ +.Dd $Mdocdate: April 6 2011 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -267,6 +267,9 @@ see the .Ic group keyword in .Xr ifconfig 8 . +.It Ar on Ar rdomain Aq Ar number +This rule applies only to packets coming in on, or going out through, this +particular routing domain. .It Aq Ar af This rule applies only to packets of this address family. Supported values are @@ -2649,7 +2652,8 @@ option = "set" ( [ "timeout" ( timeout | "{" timeout-list "}" ) ] | pf-rule = action [ ( "in" | "out" ) ] [ "log" [ "(" logopts ")"] ] [ "quick" ] - [ "on" ifspec ] [ af ] [ protospec ] hosts [ filteropts ] + [ "on" ( ifspec | "rdomain" number ) ] [ af ] + [ protospec ] hosts [ filteropts ] logopts = logopt [ [ "," ] logopts ] logopt = "all" | "matches" | "user" | "to" interface-name |