Bug 188261 - ipset's counters are not works since 4.4.19
Summary: ipset's counters are not works since 4.4.19
Status: CLOSED INVALID
Alias: None
Product: Networking
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Stephen Hemminger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-21 14:15 UTC by Sergey
Modified: 2017-05-31 06:47 UTC (History)
1 user (show)

See Also:
Kernel Version: 4.4
Subsystem:
Regression: No
Bisected commit-id:


Attachments

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.

Note You need to log in before you can comment on or make changes to this bug.