From cf7130ab75b3e11142cf1bb749ef97f69a190148 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 3 May 2010 15:44:30 +0200 Subject: ct: add zone support Add Patrick's zone support for libnetfilter_conntrack. Signed-off-by: Pablo Neira Ayuso --- include/internal/object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/internal/object.h') diff --git a/include/internal/object.h b/include/internal/object.h index 514ddee..dda999a 100644 --- a/include/internal/object.h +++ b/include/internal/object.h @@ -158,6 +158,7 @@ struct nf_conntrack { u_int32_t status; u_int32_t use; u_int32_t id; + u_int16_t zone; /* xt_helper uses a length size of 30 bytes, however, no helper name in * the tree has exceeded 16 bytes length. Since 2.6.29, the maximum -- cgit v1.2.3