summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2003-05-10 23:27:08 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2003-05-10 23:27:08 +0000
commit0a9b97dda9fd0128c0ad088bfe90aaa10098149f (patch)
tree6e0dd96397c3293d2e46ff2a4d36181c17c4d04a /share/man
parentc9739e381e24f7f2fc66fabc8d83ebab52af4286 (diff)
'return' now causes an ICMP unreachable for non-TCP/UDP/ICMP protocols.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/pf.conf.55
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 319135b65c2..721f8f6d1bf 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.232 2003/05/10 22:38:04 pb Exp $
+.\" $OpenBSD: pf.conf.5,v 1.233 2003/05/10 23:27:07 dhartmei Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -968,8 +968,7 @@ can be overridden by specifying a message as a code or number.
.It Ar return
This causes a TCP RST to be returned for
.Xr tcp 4
-packets, an ICMP UNREACHABLE for UDP packets,
-and silently drops all other packets.
+packets and an ICMP UNREACHABLE for UDP and other packets.
.El
.It Ar pass
The packet is passed.