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