summaryrefslogtreecommitdiffstats
path: root/src/libnftnl.map
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-12-30 17:02:13 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-01-14 22:33:56 +0100
commitde5a23d26828a1e1f2d3351b0414925857546496 (patch)
treef4d510f63d9a2f13e0bf639237dafc021abe2326 /src/libnftnl.map
parentf8eed54150fd49ed814e63a5db39eda67d4b3938 (diff)
src: chain: Add missing nftnl_chain_rule_del()
Although identical to nftnl_rule_list_del(), this function adheres to the common naming style of per chain rule list routines introduced earlier, therefore helps with deprecating the global rule list API at a later point. Fixes: e33798478176f ("chain: Support per chain rules list") Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/libnftnl.map')
-rw-r--r--src/libnftnl.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnftnl.map b/src/libnftnl.map
index 0d3be32..0dad6a2 100644
--- a/src/libnftnl.map
+++ b/src/libnftnl.map
@@ -340,6 +340,7 @@ local: *;
LIBNFTNL_12 {
nftnl_chain_rule_add;
nftnl_chain_rule_add_tail;
+ nftnl_chain_rule_del;
nftnl_chain_rule_insert_at;
nftnl_rule_foreach;
nftnl_rule_iter_create;