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