summaryrefslogtreecommitdiffstats
path: root/tests/iphash.t.restore.sorted
Commit message (Collapse)AuthorAgeFilesLines
* Sort naturally instead of textual sort (bugzilla #1369)Jozsef Kadlecsik2019-10-311-111/+111
| | | | | Sort 95.0.0.0 before 107.0.0.0 instead of the textual sorting. Also, in the case of subnets, sort reversed, ie. most specific first.
* Implement sorting for hash types in the ipset toolJozsef Kadlecsik2018-11-261-0/+389
Support listing/saving with sorted entries for the hash types. (bitmap and list types are automatically sorted.)