[Bug 182401] [pf] pf state for some IPs reaches 4294967295 suspicously

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 18 19:19:20 UTC 2014


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

--- Comment #6 from johans <johan at 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.


More information about the freebsd-pf mailing list