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
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