From d3d2bee2d9ebd565e006f213c76cfa316b5e5ab1 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 25 Aug 2015 14:22:41 +0200 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- include/internal/object.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/internal/object.h') 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; }; -- cgit v1.2.3