From: Steve Snodgrass Date: Wed, 30 Oct 2002 08:53:41 +0000 (+0000) Subject: correct manpage about information on '--syn' behaviour (Steve Snodgrass) X-Git-Tag: v1.2.8-freeze~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955c3dc3da0c1c07d682f634feb057ec3f983a59;p=thirdparty%2Fiptables.git correct manpage about information on '--syn' behaviour (Steve Snodgrass) --- diff --git a/iptables.8 b/iptables.8 index 65f67bcb..3113b94d 100644 --- a/iptables.8 +++ b/iptables.8 @@ -411,7 +411,7 @@ will only match packets with the SYN flag set, and the ACK, FIN and RST flags unset. .TP .B "[!] --syn" -Only match TCP packets with the SYN bit set and the ACK and FIN bits +Only match TCP packets with the SYN bit set and the ACK and RST bits cleared. Such packets are used to request TCP connection initiation; for example, blocking such packets coming in an interface will prevent incoming TCP connections, but outgoing TCP connections will be