summaryrefslogtreecommitdiffstats
path: root/src/libnftnl.map
diff options
context:
space:
mode:
authorHarsha Sharma <harshasharmaiitr@gmail.com>2017-12-23 11:44:52 -0800
committerPablo Neira Ayuso <pablo@netfilter.org>2018-03-05 16:31:55 +0100
commitd6f8edceb7873b9cf7e8bbf582a0009210594268 (patch)
tree16dbd9359381921d4bff3f5ac813f279abb4da92 /src/libnftnl.map
parent4d472c225ba089cef843754fa0237154f22eea0d (diff)
src: parse new handle attribute for tables
This patch adds code to parse new handle attribute for tables. Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/libnftnl.map')
-rw-r--r--src/libnftnl.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libnftnl.map b/src/libnftnl.map
index cfe74e2..ddad53e 100644
--- a/src/libnftnl.map
+++ b/src/libnftnl.map
@@ -8,9 +8,11 @@ global:
nftnl_table_get;
nftnl_table_set_u8;
nftnl_table_set_u32;
+ nftnl_table_set_u64;
nftnl_table_set_str;
nftnl_table_get_u8;
nftnl_table_get_u32;
+ nftnl_table_get_u64;
nftnl_table_get_str;
nftnl_table_parse;
nftnl_table_parse_file;