summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjc <mjc@openbsd.org>2004-12-21 02:00:36 +0000
committermjc <mjc@openbsd.org>2004-12-21 02:00:36 +0000
commit4ea439ae7d857d631cf2f6e3c3af8bec7bedfb48 (patch)
treea997a72fd6ebd1248f69788a6d7ec365be79af13
parentcorrect checks to allow for a package to replace several packages. (diff)
downloadwireguard-openbsd-4ea439ae7d857d631cf2f6e3c3af8bec7bedfb48.tar.xz
wireguard-openbsd-4ea439ae7d857d631cf2f6e3c3af8bec7bedfb48.zip
update to indicate that return-rst generates packets
on bridges. Spotted by Simon Kirby. proper caps from jmc@ ok dhartmei@
-rw-r--r--share/man/man5/pf.conf.57
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