Re: [PATCH] ipmr: vrf: Find VIFs using the actual device
From: David Miller <davem@davemloft.net> Date: 2017-05-16 16:52:33
From: Thomas Winter <redacted>
Date: Tue, 16 May 2017 10:14:44 +1200
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 <redacted>