From ec3622b075300727d8349d7db0b116a41981b703 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 18 Feb 2020 14:09:23 +0100 Subject: src: add nftnl_*_{get,set}_array() The original intention in eb58f53372e7 ("src: add flowtable support") was to introduce this helper function. Add helper to set and to get array of strings. Signed-off-by: Pablo Neira Ayuso Acked-by: Phil Sutter --- src/libnftnl.map | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/libnftnl.map') diff --git a/src/libnftnl.map b/src/libnftnl.map index 5ba8d99..f62640f 100644 --- a/src/libnftnl.map +++ b/src/libnftnl.map @@ -363,4 +363,8 @@ LIBNFTNL_13 { LIBNFTNL_14 { nftnl_udata_nest_start; nftnl_udata_nest_end; + nftnl_chain_set_array; + nftnl_chain_get_array; + nftnl_flowtable_set_array; + nftnl_flowtable_get_array; } LIBNFTNL_13; -- cgit v1.2.3