From d5b8311d81719f90a8f8d7f0b85ad320b9d7a0cd Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 29 Apr 2012 23:43:04 +0200 Subject: conntrack: fix new ATTR_GRP_[ORIG|REPL]_ADDR_[SRC|DST] The previous patch was incomplete. This fixes several issues with it like the IPV4 and IPV6 address are mutually exclusive, thus, the getter operation works. No sane way to support the setter operation correctly, thus, it's been documented that it has no effect. Signed-off-by: Pablo Neira Ayuso --- include/internal/internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/internal/internal.h') diff --git a/include/internal/internal.h b/include/internal/internal.h index b2b1c43..aaf6bd4 100644 --- a/include/internal/internal.h +++ b/include/internal/internal.h @@ -82,4 +82,7 @@ struct nf_ct_tcp_flags { u_int8_t mask; }; +#define NFCT_BITMASK_AND 0 +#define NFCT_BITMASK_OR 1 + #endif -- cgit v1.2.3