From 280fe2d4eecb2a546087fbf28bb45168f96d8d52 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 21 Sep 2020 20:13:07 +0200 Subject: Expose the initval hash parameter to userspace It makes possible to reproduce exactly the same set after a save/restore. Signed-off-by: Jozsef Kadlecsik --- lib/libipset.map | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/libipset.map') diff --git a/lib/libipset.map b/lib/libipset.map index 7a4a33c..12d16a4 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -202,3 +202,9 @@ global: ipset_session_report_msg; ipset_session_report_type; } LIBIPSET_4.8; + +LIBIPSET_4.10 { +global: + ipset_print_hexnumber; +} LIBIPSET_4.9; + -- cgit v1.2.3