Displaying 1 result from an estimated 1 matches for "ipset_env_sort".
Did you mean:
ipset_env_sorted
2018 Nov 02
2
[Bug 1285] New: ipset sorting does not work
...t --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...