diff options
| -rw-r--r-- | net/ipv4/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index f6730d94e307..a7ac90cb151d 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
| @@ -2047,7 +2047,7 @@ static int ip_mkroute_input(struct sk_buff *skb, | |||
| 2047 | unsigned hash; | 2047 | unsigned hash; |
| 2048 | 2048 | ||
| 2049 | #ifdef CONFIG_IP_ROUTE_MULTIPATH | 2049 | #ifdef CONFIG_IP_ROUTE_MULTIPATH |
| 2050 | if (res->fi && res->fi->fib_nhs > 1 && fl->oif == 0) | 2050 | if (res->fi && res->fi->fib_nhs > 1) |
| 2051 | fib_select_multipath(fl, res); | 2051 | fib_select_multipath(fl, res); |
| 2052 | #endif | 2052 | #endif |
| 2053 | 2053 | ||
