Bug 188261

Summary: ipset's counters are not works since 4.4.19
Product: Networking Reporter: Sergey (a_s_y)
Component: OtherAssignee: Stephen Hemminger (stephen)
Status: CLOSED INVALID    
Severity: normal CC: rider
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 4.4 Subsystem:
Regression: No Bisected commit-id:

Description Sergey 2016-11-21 14:15:19 UTC
steps to reproduce:

# ipset -N SET_TEST hash:ip counters
# iptables -I OUTPUT -m set --match-set SET_TEST dst -j RETURN
# ipset -A SET_TEST 10.1.1.1
# ping -c1 10.1.1.1
# ipset -L SET_TEST|grep 10.1.1.1
10.1.1.1 packets 72057594037927936 bytes 6052837899185946624

counters works with 4.1
Comment 1 Sergey 2016-11-21 20:06:05 UTC
Clarification. It works with 4.4.13, but not works with 4.4.30. ipset v6.29.
Comment 2 Sergey 2016-12-12 22:46:42 UTC
More clarification: the bug was introduced in 4.4.19
Comment 3 Sergey 2017-05-31 06:47:40 UTC
It seems that the problem was in ipset. It works now with 4.4.68 after update ipset to 6.32.