Re: [net-next v1] vxlan: use appropriate family on L3 miss

2017-03-12 Thread David Miller
From: Vincent Bernat Date: Fri, 10 Mar 2017 16:30:24 +0100 > When sending a L3 miss, the family is set to AF_INET even for IPv6. This > causes userland (eg "ip monitor") to be confused. Ensure we send the > appropriate family in this case. For L2 miss, keep using AF_INET. > > Signed-off-by: Vinc

[net-next v1] vxlan: use appropriate family on L3 miss

2017-03-10 Thread Vincent Bernat
When sending a L3 miss, the family is set to AF_INET even for IPv6. This causes userland (eg "ip monitor") to be confused. Ensure we send the appropriate family in this case. For L2 miss, keep using AF_INET. Signed-off-by: Vincent Bernat --- drivers/net/vxlan.c | 2 +- 1 file changed, 1 insertio