diff options
author | 2003-05-10 00:45:43 +0000 | |
---|---|---|
committer | 2003-05-10 00:45:43 +0000 | |
commit | 08c5714aae7de6522b34805504754159a7ed6b8a (patch) | |
tree | 6d8b6762a5a5e60a5195500463697ae95541cb12 | |
parent | support loading of anchors from within the main ruleset via (diff) | |
download | wireguard-openbsd-08c5714aae7de6522b34805504754159a7ed6b8a.tar.xz wireguard-openbsd-08c5714aae7de6522b34805504754159a7ed6b8a.zip |
BNF for load anchor stuff
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index c65cbff32e8..10e9a0975c1 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.229 2003/05/06 15:52:27 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.230 2003/05/10 00:45:43 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1974,7 +1974,7 @@ in BNF: .Bd -literal line = ( option | pf-rule | nat-rule | binat-rule | rdr-rule | antispoof-rule | altq-rule | queue-rule | anchor-rule - | trans-anchors ) + | trans-anchors | load-anchors ) option = set ( [ timeout ( timeout | { timeout-list } ) ] | [ optimization [ default | normal @@ -2033,6 +2033,8 @@ anchor-rule = anchor string [ ( in | out ) ] [ on ifspec ] [ af ] trans-anchors = ( nat-anchor | rdr-anchor | binat-anchor ) string [ on ifspec ] [ af ] [ proto ] [ protospec ] [ hosts ] +load-anchor = load anchorname:rulesetname from filename + queueopts-list = queueopts-list queueopts | queueopts queueopts = [ bandwidth bandwidth-spec ] | [ qlimit number ] | [ tbrsize number ] | |