ipv4: do not ignore route errors
authorJulian Anastasov <ja@ssi.bg>
Sat, 26 Mar 2011 03:33:23 +0000 (20:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Mar 2011 03:33:23 +0000 (20:33 -0700)
The "ipv4: Inline fib_semantic_match into check_leaf"
change forgets to return the route errors. check_leaf should
return the same results as fib_table_lookup.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found