diff options
author | Neutron Soutmun <neo.neutron@gmail.com> | 2012-05-10 08:05:53 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2012-05-10 08:05:53 +0200 |
commit | 2da431d3685c65d4355d387e213a3cd39d5b59f3 (patch) | |
tree | ef3fce367aa55aaae55a8b31a2782775a1adffcb /lib/libipset.map | |
parent | f65b878e52494662fbb648132898575071bed75d (diff) | |
download | ipset-2da431d3685c65d4355d387e213a3cd39d5b59f3.tar.gz |
Add dynamic module support to ipset userspace tool
The patch adds supporting dynamic modules for the set types to ipset
userspace tool. The dynamic module support can be enabled by the
--enable-settype-modules of "configure". The list of set types to
be compiled as dynamic modules can be specified in the
--with-settype-modules-list option. Example
--enable-settype-modules \
--with-settype-modules-list="ipset_hash_ip ipset_hash_ipport"
The keyword "all" can be used to compile all set types as dynamic modules.
Diffstat (limited to 'lib/libipset.map')
-rw-r--r-- | lib/libipset.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libipset.map b/lib/libipset.map index 86bb923..0eb7fad 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -114,4 +114,5 @@ LIBIPSET_2.0 { global: ipset_load_types; ipset_port_usage; + ipset_parse_timeout; } LIBIPSET_1.0; |