summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-12-11 20:19:33 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2008-12-11 20:19:33 +0100
commit9f937ba186c8f458f7cd0153a2b1e21ebf5264e5 (patch)
tree0527a65601620c2276880d280f06d07ab0352291
parent785b627d0aa06a96d500d32f20c2d6f590b7a55b (diff)
netlink: do not build the reply tuple in update messages
We do not need to include the reply tuple in the update messages. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--src/netlink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/netlink.c b/src/netlink.c
index 8ba4fb7..8930e39 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -261,8 +261,6 @@ int nl_update_conntrack(struct nfct_handle *h, const struct nf_conntrack *orig)
nfct_attr_unset(ct, ATTR_MASTER_PORT_DST);
}
- nfct_setobjopt(ct, NFCT_SOPT_SETUP_REPLY);
-
/*
* TCP flags to overpass window tracking for recovered connections
*/