diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2014-01-20 02:59:56 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2014-01-20 02:59:56 +0000 |
commit | 539d6a2a1009916ee0e7c0855fbb426204b0cb33 (patch) | |
tree | 1ceec8c404c44ac37cb3663fb0d6b618e64a4b6e /share/man/man5 | |
parent | 7ed0569dc8fef3afd535d0efabb6a725d8ebc825 (diff) |
document !received-on, ok dlg benno
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 1bde3d2e873..2549662a7fe 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.533 2014/01/10 12:07:19 sobrado Exp $ +.\" $OpenBSD: pf.conf.5,v 1.534 2014/01/20 02:59:55 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 10 2014 $ +.Dd $Mdocdate: January 20 2014 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -2643,7 +2643,7 @@ filteropt = user | group | flags | icmp-type | icmp6-type | "nat-to" ( redirhost | "{" redirhost-list "}" ) [ portspec ] [ pooltype ] [ "static-port" ] | [ route ] | [ "set tos" tos ] | - [ "received-on" ( interface-name | interface-group ) ] + [ [ "!" ] "received-on" ( interface-name | interface-group ) ] scrubopts = scrubopt [ [ "," ] scrubopts ] scrubopt = "no-df" | "min-ttl" number | "max-mss" number | |