CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2013/06/04 18:56:35
Modified files: sys/net : pf.c Log message: after the pf_test_state folding, in pf_test in the proto switch, the udp and the default case are 100% identical, tcp does a little more, but that is easier to add w/ two "if tcp" blocks in the default case, so the udp and tcp cases die. ok bluhm