CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2011/07/04 10:26:23
Modified files: sys/net : pf.c Log message: IPv4 packets with IP options get dropped and no state is created. IPv6 packets with routing headers get also dropped. Use the same fix for them to avoid that a state is created. ok claudio@