Re: [PATCH net-next 0/3] net: vrf: Handle ipv6 multicast and link-local addresses

2016-06-15 Thread David Miller
From: David Ahern Date: Mon, 13 Jun 2016 13:44:16 -0700 > IPv6 multicast and link-local addresses require special handling by the > VRF driver. Rather than using the VRF device index and full FIB lookups, > packets to/from these addresses should use direct FIB lookups based on > the VRF device ta

[PATCH net-next 0/3] net: vrf: Handle ipv6 multicast and link-local addresses

2016-06-13 Thread David Ahern
IPv6 multicast and link-local addresses require special handling by the VRF driver. Rather than using the VRF device index and full FIB lookups, packets to/from these addresses should use direct FIB lookups based on the VRF device table. Multicast routes do not make sense for the L3 master device