Re: [PATCH net-next] net/ipv4: Simplify fib_select_path

2018-02-13 Thread David Miller
From: David Ahern Date: Tue, 13 Feb 2018 08:11:34 -0800 > If flow oif is set and it is not an l3mdev, then fib_select_path > can jump to the source address check. > > Signed-off-by: David Ahern Applied.

[PATCH net-next] net/ipv4: Simplify fib_select_path

2018-02-13 Thread David Ahern
If flow oif is set and it is not an l3mdev, then fib_select_path can jump to the source address check. Signed-off-by: David Ahern --- net/ipv4/fib_semantics.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index