[Bug 217997] [pf] orphaned entries in src-track
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 31 11:51:26 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217997
--- Comment #14 from Max <maximos at 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) >= 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 ||
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-pf
mailing list