commit | 1fbc78439291627642517f15b9b91f3125588143 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Fri Mar 25 20:33:23 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 25 20:33:23 2011 -0700 |
tree | bde47a81d7d45f9b7027b51b339c966ba87136a5 | |
parent | 6df59a84eccd4cad7fcefda3e0c5e55239a3b2dd [diff] |
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>