CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/01/18 16:52:46
Modified files:
sys/net : if_pfsync.c pf.c pf_if.c pf_ioctl.c pf_lb.c
pf_norm.c pf_osfp.c pf_ruleset.c pf_table.c
pfvar.h
sbin/pfctl : pfctl.8 pfctl.c pfctl_parser.c pfctl_parser.h
Log message:
Convert pf debug logging to using log()/addlog(), a single standardised
definition of DPFPRINTF(), and log priorities from syslog.h. Old debug
levels will still work for now, but will eventually be phased out.
discussed with henning, ok dlg