xref: /titanic_50/usr/src/cmd/ipf/examples/example.1 (revision d9638e547d8811f2c689977f8dd2a353938b61fd)
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
5