]> git.baikalelectronics.ru Git - kernel.git/commit
net: ip6_gre: fix moving ip6gre between namespaces
authorNiko Kortstrom <niko.kortstrom@nokia.com>
Thu, 16 Jan 2020 09:43:27 +0000 (11:43 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jan 2020 08:59:24 +0000 (09:59 +0100)
commit97fb3c74261e1b96f89bb9dcb89bc0ac77364b51
tree2c2280f670fa2d762dc7c2b672eb5d9255c9fbfe
parent854cb632f52e2a5476df065b2ffa247cbe76a0e2
net: ip6_gre: fix moving ip6gre between namespaces

Support for moving IPv4 GRE tunnels between namespaces was added in
commit aeb54aa72dff ("gre: add x-netns support"). The respective change
for IPv6 tunnels, commit cad64ca27e9d ("ip6gre: add x-netns support")
did not drop NETIF_F_NETNS_LOCAL flag so moving them from one netns to
another is still denied in IPv6 case. Drop NETIF_F_NETNS_LOCAL flag from
ip6gre tunnels to allow moving ip6gre tunnel endpoints between network
namespaces.

Signed-off-by: Niko Kortstrom <niko.kortstrom@nokia.com>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: William Tu <u9012063@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_gre.c