Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2014 19:19:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-pf@FreeBSD.org
Subject:   [Bug 182401] [pf] pf state for some IPs reaches 4294967295 suspicously
Message-ID:  <bug-182401-17777-NPY9cmhz0n@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-182401-17777@https.bugs.freebsd.org/bugzilla/>
References:  <bug-182401-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=182401

--- Comment #6 from johans <johan@300.nl> ---
The possible commit mentioned earlier in this thread only fixes counters for
rules. When I take a look at 'sys/net/pfvar.h' in releng/10.1 the struct
'pf_src_node' is still a u_int32_t for states and conn here.

Refactoring these and related code to counter_u64_t would probably fix this
issue.

-- 
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-182401-17777-NPY9cmhz0n>