Re: [PATCH net-next] ipv6: add vrf table handling code for ipv6 mcast

2018-10-02 Thread David Miller
From: Mike Manning Date: Mon, 1 Oct 2018 09:41:27 +0100 > From: Patrick Ruddy > > The code to obtain the correct table for the incoming interface was > missing for IPv6. This has been added along with the table creation > notification to fib rules for the RTNL_FAMILY_IP6MR address family. >

Re: [PATCH net-next] ipv6: add vrf table handling code for ipv6 mcast

2018-10-01 Thread David Ahern
On 10/1/18 2:41 AM, Mike Manning wrote: > From: Patrick Ruddy > > The code to obtain the correct table for the incoming interface was > missing for IPv6. This has been added along with the table creation > notification to fib rules for the RTNL_FAMILY_IP6MR address family. > > Signed-off-by:

[PATCH net-next] ipv6: add vrf table handling code for ipv6 mcast

2018-10-01 Thread Mike Manning
From: Patrick Ruddy The code to obtain the correct table for the incoming interface was missing for IPv6. This has been added along with the table creation notification to fib rules for the RTNL_FAMILY_IP6MR address family. Signed-off-by: Patrick Ruddy Signed-off-by: Mike Manning ---