summaryrefslogtreecommitdiffstats
path: root/lib/libipset.map
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-04-10 20:48:35 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-04-10 20:48:35 +0200
commit516600858cb54906fb728d04e5edf1131ee7b3b2 (patch)
treeee31a33efc24fcc1db35b479e3fdc0057ed2f030 /lib/libipset.map
parent86f11b1cfc5832ba32cb8dd4474b18671a9f1e08 (diff)
Fix parsing service names for ports
Parsing is attempted both for numbers and service names and the temporary stored error message triggered to reset the state parameters about the set. Reported by Yuri D'Elia.
Diffstat (limited to 'lib/libipset.map')
-rw-r--r--lib/libipset.map5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libipset.map b/lib/libipset.map
index a2e9bd3..475fae5 100644
--- a/lib/libipset.map
+++ b/lib/libipset.map
@@ -168,3 +168,8 @@ LIBIPSET_4.6 {
global:
ipset_keyword;
} LIBIPSET_4.5;
+
+LIBIPSET_4.7 {
+global:
+ ipset_session_warning_as_error;
+} LIBIPSET_4.6;