xref: /titanic_51/usr/src/cmd/ipf/examples/example.2 (revision 15d9d0b528387242011cdcc6190c9e598cfe3a07)
1#
2# block all outgoing TCP packets on le0 from any host to port 23 of
3# host 10.1.1.2
4#
5block out on le0 proto tcp from any to 10.1.1.3/32 port = 23
6