=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/ipf/Attic/example.6,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/share/ipf/Attic/example.6 1996/01/09 09:29:47 1.1 +++ src/share/ipf/Attic/example.6 1996/07/18 05:57:23 1.2 @@ -2,4 +2,4 @@ # block all TCP packets with only the SYN flag set (this is the first # packet sent to establish a connection) out of the SYN-ACK pair. # -block proto tcp from any to any flags S/SA +block in proto tcp from any to any flags S/SA