* David S. Miller <[EMAIL PROTECTED]> 2005-08-23 10:48 > @@ -1508,7 +1508,7 @@ fn_trie_lookup(struct fib_table *tb, con > continue; > } > if (IS_LEAF(n)) { > - if (check_leaf(t, (struct leaf *)n, key, &plen, flp, > res, &ret)) > + if ((ret = check_leaf(t, (struct leaf *)n, key, &plen, > flp, res)))
This should be <= 0 otherwise we backtrace when we find a "regular" route. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html