Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 21:58:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        pf@FreeBSD.org
Subject:   [Bug 234874] pf: pfr_update_stats: assertion failed.
Message-ID:  <bug-234874-16861-0rlDknyGby@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234874-16861@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234874-16861@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #2 from rozhuk.im@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234874-16861-0rlDknyGby>