Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2017 11:51:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-pf@FreeBSD.org
Subject:   [Bug 217997] [pf] orphaned entries in src-track
Message-ID:  <bug-217997-17777-HeTiMjkpGd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217997-17777@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217997-17777@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=3D217997

--- Comment #14 from Max <maximos@als.nnov.ru> ---
--- sys/netpfil/pf/pf.c.orig    2017-03-30 09:54:22.056490000 +0000
+++ sys/netpfil/pf/pf.c 2017-03-30 09:55:10.735221000 +0000
@@ -3508,7 +3508,7 @@
            (counter_u64_fetch(r->states_cur) >=3D r->max_states)) {
                counter_u64_add(V_pf_status.lcounters[LCNT_STATES], 1);
                REASON_SET(&reason, PFRES_MAXSTATES);
-               return (PF_DROP);
+               goto csfailed;
        }
        /* src node for filter rule */
        if ((r->rule_flag & PFRULE_SRCTRACK ||

--=20
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-217997-17777-HeTiMjkpGd>