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