diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-12-06 21:54:24 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-12-06 21:54:24 +0100 |
commit | 567222194512c6d42c7e253fc69c3837fe7b078c (patch) | |
tree | b410da7e24920b6150c5aea5e83b6db63fe7d2eb /include | |
parent | 3ab102a8c26ad3f5db61f509eb5e478e95922fbf (diff) | |
download | conntrack-tools-567222194512c6d42c7e253fc69c3837fe7b078c.tar.gz conntrack-tools-567222194512c6d42c7e253fc69c3837fe7b078c.zip |
build: do not include NTA_TIMEOUT in the replication messages
With this patch, NTA_TIMEOUT is not included in the replication
messages anymore. During the fail-over, we set a small timeout
to purge the entries that were not recovered successfully
(however, unsuccessful recovery should not happen ever).
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.h b/include/network.h index 5da1db5..6ab099f 100644 --- a/include/network.h +++ b/include/network.h @@ -185,7 +185,7 @@ enum nta_attr { NTA_PORT, /* struct nfct_attr_grp_port */ NTA_STATE = 4, /* uint8_t */ NTA_STATUS, /* uint32_t */ - NTA_TIMEOUT, /* uint32_t */ + NTA_TIMEOUT, /* uint32_t -- unused */ NTA_MARK, /* uint32_t */ NTA_MASTER_IPV4 = 8, /* struct nfct_attr_grp_ipv4 */ NTA_MASTER_IPV6, /* struct nfct_attr_grp_ipv6 */ |