xref: /netbsd-src/external/bsd/ipf/dist/rules/example.6 (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1#	$NetBSD: example.6,v 1.1.1.1 2012/03/23 21:20:15 christos Exp $
2#
3# block all TCP packets with only the SYN flag set (this is the first
4# packet sent to establish a connection) out of the SYN-ACK pair.
5#
6block in proto tcp from any to any flags S/SA
7