diff options
author | 2003-02-10 11:09:10 +0000 | |
---|---|---|
committer | 2003-02-10 11:09:10 +0000 | |
commit | c5059cf8c6265ff5c2dd2f1fc79995ad569db3d9 (patch) | |
tree | 24dc37f273b08dbc8cd3df77ca8d01aab1812438 | |
parent | fix sparc64 specific commons (diff) | |
download | wireguard-openbsd-c5059cf8c6265ff5c2dd2f1fc79995ad569db3d9.tar.xz wireguard-openbsd-c5059cf8c6265ff5c2dd2f1fc79995ad569db3d9.zip |
Add random-id to BNF syntax, clean up superflous []
Reported by Dries Schellekens
-rw-r--r-- | share/man/man5/pf.conf.5 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index a177ee7adeb..aacfb300381 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.177 2003/02/08 20:13:19 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.178 2003/02/10 11:09:10 dhartmei Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1845,15 +1845,14 @@ option = set ( [ timeout ( timeout | { timeout-list } ) ] | pf-rule = action [ ( in | out ) ] [ log | log-all ] [ quick ] [ on ifspec ] [ route ] [ af ] [ protospec ] - hosts [filteropt-list] + hosts [ filteropt-list ] filteropt-list = filteropt-list filteropt | filteropt -filteropt = [ user ] | [ group ] | [ flags ] | - [ icmp-type | icmp6-type ] | [ tos ] | - [ ( keep | modulate ) state [ ( state-opts ) ] ] | - [ fragment ] [ no-df ] [ min-ttl number ] | - [ max-mss number ] [ fragmentation ] [ allow-opts ] | - [ label string ] | [ queue string ] +filteropt = user | group | flags | icmp-type | icmp6-type | tos | + ( keep | modulate ) state [ ( state-opts ) ] | + fragment | no-df | min-ttl number | max-mss number | + random-id | fragmentation | allow-opts | + label string | queue string nat-rule = [ no ] nat [ on ifspec ] [ af ] [ protospec ] from ipspec to ipspec [ portspec ] |