commit | 74462f0d4a734274a04dbbe58099134cbe7a5522 | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Wed Apr 16 11:19:34 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 16 15:16:02 2014 -0400 |
tree | cb101fb876cb4257104bd2924f4238ea1c1db230 | |
parent | 9aad77c3b5cc9151d356b66ee8533e85ca7da192 [diff] |
ip6_tunnel: use the right netns in ioctl handler Because the netdevice may be in another netns than the i/o netns, we should use the i/o netns instead of dev_net(dev). Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>