From 38a98b2254452e62242943328a0a4be72b989b9d Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Thu, 31 Aug 1995 21:12:05 +0000 Subject: [PATCH] Correct minor nit - to filter out SYN packets, the keyword is `syn' not `tcpsyn' (which matches `tcp' which blocks all tcp packets) --- sbin/ipfw/ipfw.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 8c777c196ff6..17201d80464f 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -67,7 +67,7 @@ The is: tcp[syn]|udp from [ports] to [ports][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