diff options
author | Jozsef Kadlecsik <kadlec@netfilter.org> | 2022-11-21 13:37:38 +0100 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@netfilter.org> | 2022-11-21 13:37:38 +0100 |
commit | 3794cb9a538242f750665827b9dee1410473340f (patch) | |
tree | 57ce4ac42c22528a2e04759166fe8191d8f47794 /lib | |
parent | c11c24887a6bf35efa64dd48140d8e9b523d0790 (diff) |
Add new ipset_parse_bitmask() function to the library interface.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libipset.map | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libipset.map b/lib/libipset.map index c380f9c..c69b738 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -213,3 +213,7 @@ global: ipset_xlate_argv; } LIBIPSET_4.10; +LIBIPSET_4.12 { +global: + ipset_parse_bitmask; +} LIBIPSET_4.10; |