summaryrefslogtreecommitdiffstats
path: root/include/libnftnl/flowtable.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-02-19 09:20:23 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-03-05 16:31:29 +0100
commit41fe3d38ba34b018e63ce75dc04c5db416293258 (patch)
treecfeb4cc296cd88c7b04c934a1f9c7b07473a3472 /include/libnftnl/flowtable.h
parentcdaea7f1ced052581e26993dde10db371fcf9de3 (diff)
flowtable: support for flags
This new attribute allows you to specify the flowtable flags. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftnl/flowtable.h')
-rw-r--r--include/libnftnl/flowtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnftnl/flowtable.h b/include/libnftnl/flowtable.h
index 06b06a6..6f68018 100644
--- a/include/libnftnl/flowtable.h
+++ b/include/libnftnl/flowtable.h
@@ -26,6 +26,7 @@ enum nftnl_flowtable_attr {
NFTNL_FLOWTABLE_USE,
NFTNL_FLOWTABLE_DEVICES,
NFTNL_FLOWTABLE_SIZE,
+ NFTNL_FLOWTABLE_FLAGS,
__NFTNL_FLOWTABLE_MAX
};
#define NFTNL_FLOWTABLE_MAX (__NFTNL_FLOWTABLE_MAX - 1)