Does not filter fragmented packets with the same accuracy as nonfragmented packets.
permit tcp host 10.1.1.1 host 20.2.2.2 eq www deny ip any any Something like this, for example, would allow the first packet of a fragmented series, but deny the rest of the stream as there is no L4 info in the packet?
10.1.1.1:1000 -> 20.2.2.2:80...all allowed. 10.1.1.1:1000 -> 20.2.2.2:81.....initial fragment denied, subsequent fragments pass. 10.2.2.2:1000 -> 4.4.4.4:81....all denied.