https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217997
--- Comment #14 from Max <[email protected]> --- --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[email protected]"
