提交 ff3fccb3 编写于 作者: D David S. Miller

ipv4: Remove unnecessary test from ip_mkroute_input()

fl->oif will always be zero on the input path, so there is no reason
to test for that.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 dbdd9a52
...@@ -2047,7 +2047,7 @@ static int ip_mkroute_input(struct sk_buff *skb, ...@@ -2047,7 +2047,7 @@ static int ip_mkroute_input(struct sk_buff *skb,
unsigned hash; unsigned hash;
#ifdef CONFIG_IP_ROUTE_MULTIPATH #ifdef CONFIG_IP_ROUTE_MULTIPATH
if (res->fi && res->fi->fib_nhs > 1 && fl->oif == 0) if (res->fi && res->fi->fib_nhs > 1)
fib_select_multipath(fl, res); fib_select_multipath(fl, res);
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册