CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2011/07/03 17:33:39
Modified files: sys/net : pf.c Log message: In pf_setup_pdesc() the code for analysing TCP and UDP headers was the same for v4 and v6. Deduplicate by moving the protocol switch after the address family switch. ok henning@ claudio@