bugzilla-daemon at netfilter.org
2018-Nov-02 00:35 UTC
[Bug 1285] New: ipset sorting does not work
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>
bugzilla-daemon at netfilter.org
2018-Nov-02 03:24 UTC
[Bug 1285] ipset sorting does not work
https://bugzilla.netfilter.org/show_bug.cgi?id=1285 --- Comment #1 from ratness at gmail.com --- OK, I looked more. The first mention of 'sorted' in the man page (near 'list') makes it sound like it's supported. The latter one, under 'other options', does say 'Not supported yet.' So, my fault for not reading completely to the end. Sorry. But since it's not supported, this might be worth a man page cleanup near the top. -- 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/ffd53173/attachment.html>
bugzilla-daemon at netfilter.org
2018-Dec-20 11:06 UTC
[Bug 1285] ipset sorting does not work
https://bugzilla.netfilter.org/show_bug.cgi?id=1285 Jozsef Kadlecsik <kadlec at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |kadlec at netfilter.org --- Comment #2 from Jozsef Kadlecsik <kadlec at netfilter.org> --- Sorting was added and now supported, from ipset 7.1. -- 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/20181220/fc9cf550/attachment.html>
Reasonably Related Threads
- [Bug 1719] New: ipset wrongly blocking undefined ranges and not blocking ranges that are defined
- [Bug 1258] New: ipset save can result in add ... timeout 0 line
- [Bug 1119] New: Hash code evicting other entries upon entry deletion (v6.25.1-v6.30)
- [Bug 1750] New: 'ipset save' does not save in format loadable by systemd (it saves in 'ipset list' format)
- [Bug 1081] New: /tmp/ccKT2Q7s.o: In function `help': ipset.c:(.text+0x27c): undefined reference to `ipset_envopts'