Re: [PATCH net-next] net: Enable support for VRF with ipv4 multicast

2016-11-01 Thread David Miller
From: David Ahern Date: Mon, 31 Oct 2016 15:54:00 -0700 > Enable support for IPv4 multicast: > - similar to unicast the flow struct is updated to L3 master device > if relevant prior to calling fib_rules_lookup. The table id is saved > to the lookup arg so the rule action for ipmr can return

[PATCH net-next] net: Enable support for VRF with ipv4 multicast

2016-10-31 Thread David Ahern
Enable support for IPv4 multicast: - similar to unicast the flow struct is updated to L3 master device if relevant prior to calling fib_rules_lookup. The table id is saved to the lookup arg so the rule action for ipmr can return the table associated with the device. - ip_mr_forward needs to