CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2012/01/15 15:55:36
Modified files: sys/net : if_pflog.c pf.c pf_norm.c pfvar.h Log message: Calling pf_normalize_ip() from pf_setup_pdesc() was bad as the latter is called from pf packet logging. This resulted in normalization and reassembly of bad packets to be logged. So rearrange the code and move the call to pf_test(). ok henning@