diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-01 16:21:03 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-01 16:21:03 +0000 |
commit | 389ca2fd36f76b223e59a4f172fca4c0a8b4c433 (patch) | |
tree | ff02b0bbe67d57d8a5289017b60c2c76c64dc651 /share | |
parent | 774318e0789993902aafc5c9108e4ba104b64a9f (diff) |
BNF update for label on antispoof
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index bdce559c667..e3ec617f1f6 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.227 2003/04/29 12:44:14 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.228 2003/05/01 16:21:02 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2011,7 +2011,8 @@ rdr-rule = [ no ] rdr [ on ifspec ] [ af ] [ protospec ] [ portspec ] ] [ pooltype ] antispoof-rule = antispoof [ log ] [ quick ] - for ( interface-name | { interface-list } ) [ af ] + for ( interface-name | { interface-list } ) + [ af ] [ label ] table-rule = table < tablename > [ tableopts-list ] tableopts-list = tableopts-list tableopts | tableopts |