summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2015-08-25 14:22:41 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2015-09-29 20:39:26 +0200
commitd3d2bee2d9ebd565e006f213c76cfa316b5e5ab1 (patch)
treeba853d38ef24d856cc24a1fd8365cc41749126c4 /include/internal/object.h
parentca8fa0b9f03968d5077af162010d670631089b6a (diff)
conntrack: add zone attribute to tuple
This patch adds the front-end to the recent ctnetlink interface changes that add the zone attribute into the tuple. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/internal/object.h')
-rw-r--r--include/internal/object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index 6f5d2e5..ffbcb1f 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -107,6 +107,8 @@ struct __nfct_tuple {
uint8_t l3protonum;
uint8_t protonum;
+ uint16_t zone;
+
union __nfct_l4_src l4src;
union __nfct_l4_dst l4dst;
};