]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit1fbc78439291627642517f15b9b91f3125588143
treebde47a81d7d45f9b7027b51b339c966ba87136a5
parent6df59a84eccd4cad7fcefda3e0c5e55239a3b2dd
ipv4: do not ignore route errors

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>
net/ipv4/fib_trie.c