Deleted Added
full compact
example.1 (145510) example.1 (153877)
1# $FreeBSD: vendor/ipfilter/dist/contrib/ipfilter/rules/example.1 145510 2005-04-25 17:31:50Z darrenr $
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
1#
2# block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
3#
4block in on le0 proto tcp from 10.1.1.1/32 to any