summaryrefslogtreecommitdiffstats
path: root/lib/libipset.map
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-05-10 09:30:36 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-05-10 09:30:36 +0200
commit484efe6872e24727ff63fcb97047bf114524d743 (patch)
treef371b26d789076922c038244e22e99a1c67640fa /lib/libipset.map
parent69019ebd47cb2329273571decda625f0a1cf74cb (diff)
Suppress false syntax error messages
If a create command fails at the kernel side, false syntax error was also reported due to the chicken and egg problem of the family option.
Diffstat (limited to 'lib/libipset.map')
-rw-r--r--lib/libipset.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libipset.map b/lib/libipset.map
index 0eb7fad..fd6b8c0 100644
--- a/lib/libipset.map
+++ b/lib/libipset.map
@@ -115,4 +115,5 @@ global:
ipset_load_types;
ipset_port_usage;
ipset_parse_timeout;
+ ipset_data_test_ignored;
} LIBIPSET_1.0;