xref: /titanic_44/usr/src/cmd/ipf/examples/example.2 (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# block all outgoing TCP packets on le0 from any host to port 23 of
3*7c478bd9Sstevel@tonic-gate# host 10.1.1.2
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gateblock out on le0 proto tcp from any to 10.1.1.3/32 port = 23
6