[Bug 234874] pf: pfr_update_stats: assertion failed.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 13 21:58:27 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234874

--- Comment #2 from rozhuk.im at gmail.com ---
        if ((ke == NULL || ke->pfrke_not) != notrule) {
                if (op_pass != PFR_OP_PASS)
                        printf("pfr_update_stats: assertion failed.\n");
                op_pass = PFR_OP_XPASS;
        }

if (op_pass != PFR_OP_PASS && V_pf_status.debug >= PF_DEBUG_MISC)
Probably good fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pf mailing list