xref: /netbsd-src/external/bsd/ipf/dist/rules/example.1 (revision 82d56013d7b633d116a93943de88e08335357a7c)
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