blob: 5fd4f1aef033b1da255786b0f8bd5ef7e8deb1d2 (
plain)
1
2
3
4
5
6
|
# $NetBSD: example.6,v 1.1.1.1 2012/03/23 21:20:15 christos Exp $
#
# block all TCP packets with only the SYN flag set (this is the first
# packet sent to establish a connection) out of the SYN-ACK pair.
#
block in proto tcp from any to any flags S/SA
|