diff options
author | David Krause <david@cvs.openbsd.org> | 2003-06-17 21:48:12 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-06-17 21:48:12 +0000 |
commit | e8d112d0ed237c065ce4cf42d1a41e2f0338439c (patch) | |
tree | a7496dd120e2e1f6527c0629e6e2626e9e305bf6 /share/man/man5/pf.conf.5 | |
parent | ffe1bc7827b88dbd02eaa6d53285d9d9d5ca3a88 (diff) |
add adaptive, interval, and frag timeouts to pf.conf and BNF
ok henning@ dhartmei@
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 21e9d8c19ea..e714e6ab48d 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.258 2003/06/12 10:05:15 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.259 2003/06/17 21:48:11 david Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2294,7 +2294,7 @@ tos = "tos" ( "lowdelay" | "throughput" | "reliability" | [ "0x" ] number ) state-opts = state-opt [ [ "," ] state-opts ] -state-opt = ( "max" number ) | ( timeout seconds ) +state-opt = ( "max" number ) | ( timeout ) fragmentation = [ "fragment reassemble" | "fragment crop" | "fragment drop-ovl" ] @@ -2304,9 +2304,9 @@ timeout = ( "tcp.first" | "tcp.opening" | "tcp.established" | "tcp.closing" | "tcp.finwait" | "tcp.closed" | "udp.first" | "udp.single" | "udp.multiple" | "icmp.first" | "icmp.error" | - "other.first" | "other.single" | "other.multiple" ) - seconds -seconds = number + "other.first" | "other.single" | "other.multiple" | + "frag" | "interval" | + "adaptive.start" | "adaptive.end" ) number limit-list = limit-item [ [ "," ] limit-list ] limit-item = ( "states" | "frags" ) number |