xref: /netbsd-src/external/bsd/ipf/dist/rules/example.1 (revision ccd9df534e375a4366c5b55f23782053c7a98d82)
1#	$NetBSD: example.1,v 1.1.1.1 2012/03/23 21:20:15 christos Exp $
2#
3# block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
4#
5block in on le0 proto tcp from 10.1.1.1/32 to any
6