net/ipv4: Simplify fib_select_path
authorDavid Ahern <dsahern@gmail.com>
Tue, 13 Feb 2018 16:11:34 +0000 (08:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Feb 2018 19:00:57 +0000 (14:00 -0500)
commit0d876f2c6de5b1b00c2fd38bb4f4692e720207b1
tree1b6dfe55bd2c69fc829d524354ca575d96ea64fe
parent3174a944761d70e466444e81d5a3b80247596568
net/ipv4: Simplify fib_select_path

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 <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_semantics.c