summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-05-06 15:52:28 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-05-06 15:52:28 +0000
commit8a2a47cfd40f642d9f77bcf358b65bed6a9caac5 (patch)
tree65d01a1473d3400f483c00e11cf0ce1ee81d70fc /share
parenta695b6d283961354f94c5a5d45dffb62ddfbdc00 (diff)
fix formatting in the BNF
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.513
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index e3ec617f1f6..c65cbff32e8 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.228 2003/05/01 16:21:02 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.229 2003/05/06 15:52:27 henning Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -1994,8 +1994,8 @@ 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 |
- random-id | fragmentation | allow-opts |
- label string | queue ( string | ( string [ [ , ] string ] ) )
+ random-id | fragmentation | allow-opts | label string |
+ queue ( string | ( string [ [ , ] string ] ) )
nat-rule = [ no ] nat [ on ifspec ] [ af ] [ protospec ]
hosts [ -> ( redirhost | { redirhost-list } )
@@ -2024,10 +2024,11 @@ tableaddr = hostname | ipv4-dotted-quad | ipv6-coloned-hex |
altq-rule = altq on interface-name queueopts-list
queue queue-list
-queue-rule = queue string [ on interface-name ] queueopts-list queue-list
+queue-rule = queue string [ on interface-name ] queueopts-list
+ queue-list
-anchor-rule = anchor string [ ( in | out ) ] [ on ifspec ] [ af ] [ proto ]
- [ protospec ] [ hosts ]
+anchor-rule = anchor string [ ( in | out ) ] [ on ifspec ] [ af ]
+ [ proto ] [ protospec ] [ hosts ]
trans-anchors = ( nat-anchor | rdr-anchor | binat-anchor ) string
[ on ifspec ] [ af ] [ proto ] [ protospec ] [ hosts ]