Merge remote-tracking branch 'regulator/for-next'
[deliverable/linux.git] / net / ipv6 / fib6_rules.c
index 5857c1fc8b6721f2a2b5c83c4a231d561ad132b5..eea23b57c6a5a000aec234cc9bf6f9411d98001f 100644 (file)
@@ -38,6 +38,9 @@ struct dst_entry *fib6_rule_lookup(struct net *net, struct flowi6 *fl6,
                .flags = FIB_LOOKUP_NOREF,
        };
 
+       /* update flow if oif or iif point to device enslaved to l3mdev */
+       l3mdev_update_flow(net, flowi6_to_flowi(fl6));
+
        fib_rules_lookup(net->ipv6.fib6_rules_ops,
                         flowi6_to_flowi(fl6), flags, &arg);
 
This page took 0.027744 seconds and 5 git commands to generate.