From b24f4ac006dcc3f2c6a904af2f3eb02bd4d16ea2 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 7 Oct 2010 17:43:41 +0200 Subject: expect: add CTA_EXPECT_ZONE support We also remove the reference to CTA_EXPECT_QUEUENR with was not ever pushed into Linux kernel mainline. Signed-off-by: Pablo Neira Ayuso --- include/internal/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/internal/object.h') diff --git a/include/internal/object.h b/include/internal/object.h index dda999a..a0c2b4e 100644 --- a/include/internal/object.h +++ b/include/internal/object.h @@ -257,7 +257,7 @@ struct nf_expect { struct nf_conntrack mask; u_int32_t timeout; u_int32_t id; - u_int16_t expectfn_queue_id; + u_int16_t zone; u_int32_t set[1]; }; -- cgit v1.2.3