]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
netfilter: synproxy: fix conntrackd interaction
authorEric Leblond <eric@regit.org>
Thu, 11 May 2017 16:56:38 +0000 (18:56 +0200)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 19 Jul 2017 07:58:42 +0000 (09:58 +0200)
commit2ad4caea651e1cc0fc86111ece9f9d74de825b78
tree6dbae77aabffdcc221f7c8f35b9df7854d946f4a
parent3113c227ff861c94fea5089897586828df6f3805
netfilter: synproxy: fix conntrackd interaction

BugLink: http://bugs.launchpad.net/bugs/1702863
commit 87e94dbc210a720a34be5c1174faee5c84be963e upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
net/netfilter/nf_conntrack_netlink.c