CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2011/09/18 04:40:55
Modified files: sys/net : if_pflog.c pf.c pfvar.h Log message: Move the call to pf_test_rule() for fragments that have not been reassembled by normalization from pf_setup_pdesc() to pf_test(). This simplifies the paramter list of pf_setup_pdesc() as it can concentrate on its job filling the pf_pdesc struct. ok henning mpf