From de5a23d26828a1e1f2d3351b0414925857546496 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 30 Dec 2018 17:02:13 +0100 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- src/libnftnl.map | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libnftnl.map') 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; -- cgit v1.2.3