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 <redacted>
cc: David Ahern <redacted>
cc: Nikolay Aleksandrov <redacted>
cc: roopa <redacted>
---
net/ipv4/ipmr.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
LGTM
Acked-by: David Ahern <redacted>