[Bug 1285] New: ipset sorting does not work
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Fri Nov 2 01:35:31 CET 2018
https://bugzilla.netfilter.org/show_bug.cgi?id=1285
Bug ID: 1285
Summary: ipset sorting does not work
Product: ipset
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: default
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: ratness at gmail.com
$ cat /etc/centos-release
CentOS Linux release 7.5.1804 (Core)
$ ipset --version
ipset v6.29, protocol version: 6
$ ipset list && echo 'nada'
nada
$ ipset create 23456 hash:net
$ ipset create 12345 hash:net
$ ipset -n list
23456
12345
$ ipset -n -s list
23456
12345
I know, 6.29 is coming up on 3 years old. So I pulled the 7.0 from git.
I see where IPSET_ENV_SORTED is being gathered up/set in lib/ipset.c and
src/ui.c, but I don't see anywhere it's actually being used.
Hope I'm not missing something obvious.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20181102/299d6945/attachment.html>
More information about the netfilter-buglog
mailing list