commit | 87e94dbc210a720a34be5c1174faee5c84be963e | [log] [tgz] |
---|---|---|
author | Eric Leblond <eric@regit.org> | Thu May 11 18:56:38 2017 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon May 15 12:51:39 2017 +0200 |
tree | d3295bfbefc69bb2eb77ad6fda4f0b72528828bc | |
parent | 324318f0248c31be8a08984146e7e4dd7cdd091d [diff] |
netfilter: synproxy: fix conntrackd interaction This patch fixes the creation of connection tracking entry from netlink when synproxy is used. It was missing the addition of the synproxy extension. This was causing kernel crashes when a conntrack entry created by conntrackd was used after the switch of traffic from active node to the passive node. Signed-off-by: Eric Leblond <eric@regit.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>