diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-05-30 16:56:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-05-30 16:56:18 +0000 |
commit | 56e3b88f157311cfee6e0f3cd76541e9471636e9 (patch) | |
tree | 3c053deac384878c7c646509f280d915e08e0f25 /share | |
parent | 0355fe0a382802ca46fd35e949baf3b9d9bb5863 (diff) |
correct the bnf for return-rst, and describe the optional ttl parameter
for it;
started by a mail from Laurent Ghigonis
ok fgsch henning
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 6114271dde6..6e12e11f7be 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.442 2009/05/01 09:01:26 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.443 2009/05/30 16:56:17 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: May 1 2009 $ +.Dd $Mdocdate: May 30 2009 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -955,6 +955,9 @@ can be overridden by specifying a message as a code or number. .It Ar return-rst This applies only to TCP packets, and issues a TCP RST which closes the connection. +An optional parameter, +.Ar ttl , +may be given with a TTL value. .El .Pp Options returning ICMP packets currently have no effect if @@ -2695,7 +2698,8 @@ schedulers = ( cbq-def | priq-def | hfsc-def ) bandwidth-spec = "number" ( "b" | "Kb" | "Mb" | "Gb" | "%" ) action = "pass" | "match" | "block" [ return ] -return = "drop" | "return" | "return-rst" [ "( ttl" number ")" ] | +return = "drop" | "return" | + "return-rst" [ "(" "ttl" number ")" ] | "return-icmp" [ "(" icmpcode [ [ "," ] icmp6code ] ")" ] | "return-icmp6" [ "(" icmp6code ")" ] icmpcode = ( icmp-code-name | icmp-code-number ) |