diff options
author | Michael Coulter <mjc@cvs.openbsd.org> | 2004-12-21 02:00:37 +0000 |
---|---|---|
committer | Michael Coulter <mjc@cvs.openbsd.org> | 2004-12-21 02:00:37 +0000 |
commit | 53a1cd677dc4725743c1470e45ed387e0098e347 (patch) | |
tree | 1278d2b34aafdba56eda233466ab2e3ce1b1c901 /share | |
parent | 89aa12cd2683c46b0b992cca78791b6ad1315d19 (diff) |
update to indicate that return-rst generates packets
on bridges. Spotted by Simon Kirby.
proper caps from jmc@
ok dhartmei@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 636101d8c02..7c5f3dccc3c 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.317 2004/12/19 12:00:48 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.318 2004/12/21 02:00:36 mjc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1145,10 +1145,11 @@ This causes a TCP RST to be returned for packets and an ICMP UNREACHABLE for UDP and other packets. .El .Pp -Options returning packets have no effect if +Options returning ICMP packets currently have no effect if .Xr pf 4 operates on a -.Xr bridge 4 . +.Xr bridge 4 , +as the code to support this feature has not yet been implemented. .It Ar pass The packet is passed. .El |