ip6_tunnels: raddr and laddr are inverted in nl msg
authorDing Zhi <zhi.ding@6wind.com>
Mon, 16 Sep 2013 09:31:15 +0000 (11:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Oct 2013 23:08:29 +0000 (16:08 -0700)
commitfa42a01cb0b985d0d7321956dfdfee2e3e179899
tree6804c87c947cde3c8a3341b1f5c86b87cbcfcb9e
parent960b8e5018a552f62cfbc0dfe94be7b6ba178f13
ip6_tunnels: raddr and laddr are inverted in nl msg

[ Upstream commit 0d2ede929f61783aebfb9228e4d32a0546ee4d23 ]

IFLA_IPTUN_LOCAL and IFLA_IPTUN_REMOTE were inverted.

Introduced by c075b13098b3 (ip6tnl: advertise tunnel param via rtnl).

Signed-off-by: Ding Zhi <zhi.ding@6wind.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv6/ip6_tunnel.c