Rasmus Villemoes a4870f79c2 vxlan: Wrong type passed to %pIS
src_ip is a pointer to a union vxlan_addr, one member of which is a
struct sockaddr. Passing a pointer to src_ip is wrong; one should pass
the value of src_ip itself. Since %pIS formally expects something of
type struct sockaddr*, let's pass a pointer to the appropriate union
member, though this of course doesn't change the generated code.

Fixes: e4c7ed415387 ("vxlan: add ipv6 support")
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-02-08 17:14:40 -08:00
..
2014-12-14 16:10:09 -08:00
2015-01-23 14:08:13 -08:00
2014-12-14 16:10:09 -08:00
2014-12-14 16:10:09 -08:00
2014-12-14 16:10:09 -08:00
2014-12-14 16:43:47 -08:00
2014-12-14 16:10:09 -08:00
2015-02-02 19:33:18 -08:00
2014-12-14 16:10:09 -08:00
2015-02-03 19:54:57 -08:00
2015-01-24 14:34:54 -08:00
2014-12-17 09:59:26 -08:00
2015-01-17 08:18:08 +13:00
2014-12-17 09:59:26 -08:00
2015-02-08 17:14:40 -08:00
2014-12-17 10:10:51 -08:00
2015-02-05 11:17:15 -08:00
2015-01-30 19:44:56 -08:00
2014-12-14 16:43:47 -08:00
2015-01-26 19:13:41 -08:00
2015-01-13 15:13:45 +02:00
2014-12-14 16:43:47 -08:00