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