From 3713072d3bcb5dc1cfbb7c5fa3e24b8a73fd4104 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 26 Nov 2018 10:54:36 +0100 Subject: Implement sorting for hash types in the ipset tool Support listing/saving with sorted entries for the hash types. (bitmap and list types are automatically sorted.) --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 281f693..3a82417 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -32,6 +32,7 @@ libipset_la_SOURCES = \ errcode.c \ icmp.c \ icmpv6.c \ + list_sort.c \ mnl.c \ parse.c \ print.c \ -- cgit v1.2.3