Re: problem with 2.6.13 version of fib_trie fix
Thomas Graf wrote: > * 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
Re: problem with 2.6.13 version of fib_trie fix
* 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)) >