summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2004-03-22 21:24:38 +0000
committerceri <ceri@FreeBSD.org>2004-03-22 21:24:38 +0000
commit4eac8b9f7d7e89157eb37ae020f6546fdb5fac78 (patch)
tree3fae6423733eeb1706cad0dfc3ea06bceef12dda /sbin/ipfw
parent35087eb94c717a6ebc24a3bcbc73375e8df51e0c (diff)
downloadFreeBSD-src-4eac8b9f7d7e89157eb37ae020f6546fdb5fac78.zip
FreeBSD-src-4eac8b9f7d7e89157eb37ae020f6546fdb5fac78.tar.gz
Clarify the description of the "established" option.
PR: docs/50391 Submitted by: root@edcsm.jussieu.fr MFC after: 1 week
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.83
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 138a20f..d57d324 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -885,7 +885,8 @@ specified as argument.
Matches IP packets whose destination port is one of the port(s)
specified as argument.
.It Cm established
-Matches TCP packets that have the RST or ACK bits set.
+Matches TCP packets that either do not have the SYN bit set, or
+that also have one of the RST or ACK bits set.
.It Cm frag
Matches packets that are fragments and not the first
fragment of an IP datagram. Note that these packets will not have
OpenPOWER on IntegriCloud