From: Vincent Bernat <vinc...@bernat.im> 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: Vincent Bernat <vinc...@bernat.im> Applied, thank you.