diff options
author | 2003-05-06 15:52:27 +0000 | |
---|---|---|
committer | 2003-05-06 15:52:27 +0000 | |
commit | 17a1dea272bacee131aed6973572d19a18d97c33 (patch) | |
tree | 60cb16422356021b6e3eef2e739859b208c76d33 | |
parent | Better layout in the supported media list. (diff) | |
download | wireguard-openbsd-17a1dea272bacee131aed6973572d19a18d97c33.tar.xz wireguard-openbsd-17a1dea272bacee131aed6973572d19a18d97c33.zip |
fix formatting in the BNF
-rw-r--r-- | share/man/man5/pf.conf.5 | 13 |
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 ] |