From 9f937ba186c8f458f7cd0153a2b1e21ebf5264e5 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 11 Dec 2008 20:19:33 +0100 Subject: 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 --- src/netlink.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 */ -- cgit v1.2.3