=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/ipf/Attic/example.2,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/share/ipf/Attic/example.2 1999/10/14 10:44:41 1.3 +++ src/share/ipf/Attic/example.2 2000/01/17 17:40:27 1.4 @@ -1,4 +1,5 @@ # -# block all outgoing TCP packets on le0 from any host to port 23 of host bar. +# block all outgoing TCP packets on le0 from any host to port 23 of +# host 10.1.1.2 # -block out on le0 proto tcp from any to bar/32 port = 23 +block out on le0 proto tcp from any to 10.1.1.3/32 port = 23