From 92e66d4e07d20e73606e2110144199b81663dc35 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 7 Oct 2010 17:43:50 +0200 Subject: expect: add support for CTA_EXPECT_FLAGS This patch allows to set the expectation flags from user-space. Signed-off-by: Pablo Neira Ayuso --- include/internal/object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/internal') diff --git a/include/internal/object.h b/include/internal/object.h index a0c2b4e..4263ef0 100644 --- a/include/internal/object.h +++ b/include/internal/object.h @@ -258,6 +258,7 @@ struct nf_expect { u_int32_t timeout; u_int32_t id; u_int16_t zone; + u_int32_t flags; u_int32_t set[1]; }; -- cgit v1.2.3