CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2014/08/12 08:38:28
Modified files: sys/net : pf.c pf_ioctl.c Log message: Apart from some minor code reshuffling the big change is that we start with a ruleset pointer assigned to pf_main_ruleset so that pf_purge_rule doesn't get called with a NULL. Prompted by the discussion with Alexandr Nedvedicky <alexandr ! nedvedicky at oracle ! com>. OK henning