CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/05/22 07:21:24
Modified files: sys/net : if_pflog.c if_pflog.h pf.c pfvar.h Log message: Do not pass AF specific information to pf_test_rule() and PFLOG_PACKET() because either the info is already available in struct pd or easy to figure out. Makes pf_test() and pf_test6() even more similar (with the target to remove one of them in the near future). OK henning@