]> git.baikalelectronics.ru Git - kernel.git/commit
net, ip6_tunnel: fix namespaces move
authorWilliam Dauchy <w.dauchy@criteo.com>
Tue, 21 Jan 2020 20:49:54 +0000 (21:49 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jan 2020 20:13:40 +0000 (21:13 +0100)
commit55a227680d457c26383d51ac51b48524b468bd3d
treed39dcaa5dfd138f738820be9455c0656b3a1ca5b
parentfa349eb0d25af5e8e9143e4494a7491c38201bc8
net, ip6_tunnel: fix namespaces move

in the same manner as commit 18bc7d90db59 ("net, ip_tunnel: fix
namespaces move"), fix namespace moving as it was broken since commit
0b8b3a8de6df ("ip6_tunnel: add collect_md mode to IPv6 tunnel"), but for
ipv6 this time; there is no reason to keep it for ip6_tunnel.

Fixes: 0b8b3a8de6df ("ip6_tunnel: add collect_md mode to IPv6 tunnel")
Signed-off-by: William Dauchy <w.dauchy@criteo.com>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_tunnel.c