On 5/15/17 3:14 PM, Thomas Winter wrote: > The skb->dev that is passed into ip_mr_input is > the loX device for VRFs. When we lookup a vif > for this dev, none is found as we do not create > vifs for loopbacks. Instead lookup a vif for the > actual device that the packet was received on, > eg the vlan. > > Signed-off-by: Thomas Winter <thomas.win...@alliedtelesis.co.nz> > cc: David Ahern <d...@cumulusnetworks.com> > cc: Nikolay Aleksandrov <niko...@cumulusnetworks.com> > cc: roopa <ro...@cumulusnetworks.com> > --- > net/ipv4/ipmr.c | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-)
LGTM Acked-by: David Ahern <dsah...@gmail.com>