CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/06 04:39:15
Modified files:
sys/net : if_pflog.h pf.c
Log message:
All users of the PFLOG_PACKET() macro are inside "#if NPFLOG > 0".
So this macro does not make much sense, just call pflog_packet().
OK sashan@ henning@
