summaryrefslogtreecommitdiffstats
path: root/src/libnftnl.map
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-03-12 12:55:32 +0100
committerFlorian Westphal <fw@strlen.de>2018-03-12 17:01:34 +0100
commit62d6fff78b2cb2a0c9d59e18e7047a45f1ffdbbc (patch)
tree2c424d054c0383bccf7b67f194043065edb597b0 /src/libnftnl.map
parent68b134fef0d3b43b05e45fcf73f593a5a51e920e (diff)
src: remove set/get array api
one-line wrapper, callers can use nftnl_flowtable_get/set instead. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/libnftnl.map')
-rw-r--r--src/libnftnl.map2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libnftnl.map b/src/libnftnl.map
index ddad53e..a24fe9b 100644
--- a/src/libnftnl.map
+++ b/src/libnftnl.map
@@ -322,12 +322,10 @@ LIBNFTNL_7 {
nftnl_flowtable_set;
nftnl_flowtable_set_u32;
nftnl_flowtable_set_s32;
- nftnl_flowtable_set_array;
nftnl_flowtable_set_str;
nftnl_flowtable_get;
nftnl_flowtable_get_u32;
nftnl_flowtable_get_s32;
- nftnl_flowtable_get_array;
nftnl_flowtable_get_str;
nftnl_flowtable_parse;
nftnl_flowtable_parse_file;