summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
authorHarsha Sharma <harshasharmaiitr@gmail.com>2018-01-19 00:21:32 +0530
committerPablo Neira Ayuso <pablo@netfilter.org>2018-03-05 17:51:13 +0100
commit9a19e7d0abfb3c2523c4f6db610603a0885041b0 (patch)
treef60e14358be512983377b56d7f1e50286823a9c1 /include/libnftnl
parent48f76f4dd9e3f66758953a2d8fa67731ceefb764 (diff)
src: parse new handle attribute for objects
This patch add code to allocate object handles and delete objects via object handles. Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftnl')
-rw-r--r--include/libnftnl/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnftnl/object.h b/include/libnftnl/object.h
index 1c3bc7c..93a40d0 100644
--- a/include/libnftnl/object.h
+++ b/include/libnftnl/object.h
@@ -18,6 +18,7 @@ enum {
NFTNL_OBJ_TYPE,
NFTNL_OBJ_FAMILY,
NFTNL_OBJ_USE,
+ NFTNL_OBJ_HANDLE,
NFTNL_OBJ_BASE = 16,
__NFTNL_OBJ_MAX
};