summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-02-19 17:20:23 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-03-05 16:31:29 +0100
commitcdaea7f1ced052581e26993dde10db371fcf9de3 (patch)
tree2ec737c183bc9a46b21bc353aead4f5c573993ac /include/libnftnl
parent6a89efe2c9891fb4b548dcd81cf72417dd2a9eaa (diff)
flowtable: allow to specify size
This new attribute allows you to specify the flowtable size. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftnl')
-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 0f8f325..06b06a6 100644
--- a/include/libnftnl/flowtable.h
+++ b/include/libnftnl/flowtable.h
@@ -25,6 +25,7 @@ enum nftnl_flowtable_attr {
NFTNL_FLOWTABLE_PRIO = 4,
NFTNL_FLOWTABLE_USE,
NFTNL_FLOWTABLE_DEVICES,
+ NFTNL_FLOWTABLE_SIZE,
__NFTNL_FLOWTABLE_MAX
};
#define NFTNL_FLOWTABLE_MAX (__NFTNL_FLOWTABLE_MAX - 1)