ipv6: fix ecmp lookup when oif is specified
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Fri, 28 Jun 2013 15:35:48 +0000 (17:35 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jul 2013 20:27:38 +0000 (13:27 -0700)
There is no reason to skip ECMP lookup when oif is specified, but this implies
to check oif given by user when selecting another route.
When the new route does not match oif requirement, we simply keep the initial
one.

Spotted-by: dingzhi <zhi.ding@6wind.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found