summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-03-18 21:49:21 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-03-18 21:49:21 +0000
commite386c8b2883597033a1e0301b631a754f71f4489 (patch)
tree4703647e33ad38394ebc03390faad26f119b98be /share/man
parent93086dd02b1780dd722edaf42bffd5a8ff5ba94a (diff)
add divert-* to bnf; from Dave Anderson
ok henning
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/pf.conf.56
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index cb503beecd3..1f370276dc3 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.473 2010/02/19 12:29:06 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.474 2010/03/18 21:49:20 jmc Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 19 2010 $
+.Dd $Mdocdate: March 18 2010 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -2634,6 +2634,8 @@ filteropt = user | group | flags | icmp-type | icmp6-type |
( "no" | "keep" | "modulate" | "synproxy" ) "state"
[ "(" state-opts ")" ] | "scrub" "(" scrubopts ")" |
"fragment" | "allow-opts" |
+ "divert-packet" port | "divert-reply" |
+ "divert-to" host "port" port |
"label" string | "tag" string | [ ! ] "tagged" string |
"queue" ( string | "(" string [ [ "," ] string ] ")" ) |
"rtable" number | "probability" number"%" |