summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1995-08-31 21:12:05 +0000
committergpalmer <gpalmer@FreeBSD.org>1995-08-31 21:12:05 +0000
commit41fc38f8086b854282a87244453306d24ab09284 (patch)
treebb11fe024152692e7a7d9f7f401bcfec01b5573d /sbin/ipfw
parent46a8ec79866af63a1ebb6ccfdb9dbc2ac69f979d (diff)
downloadFreeBSD-src-41fc38f8086b854282a87244453306d24ab09284.zip
FreeBSD-src-41fc38f8086b854282a87244453306d24ab09284.tar.gz
Correct minor nit - to filter out SYN packets, the keyword is
`syn' not `tcpsyn' (which matches `tcp' which blocks all tcp packets)
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 8c777c1..17201d8 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -67,7 +67,7 @@ The <proto/addr pattern> is:
tcp[syn]|udp from <src addr/mask>[ports] to <dst addr/mask>[ports][via <via>]
all matches any IP packet.
icmp,tcp and udp - packets for corresponding protocols.
- tcpsyn - tcp SYN packets (which used when initiating connection).
+ syn - tcp SYN packets (which used when initiating connection).
The order of from/to/via keywords is unimportant.You can skip any
OpenPOWER on IntegriCloud