Re: [PATCHv2 2.6.24] fib_trie: apply fixes from fib_hash

2008-01-28 Thread David Miller
From: Julian Anastasov <[EMAIL PROTECTED]> Date: Sat, 26 Jan 2008 14:44:36 +0200 (EET) > > Update fib_trie with some fib_hash fixes: > - check for duplicate alternative routes for prefix+tos+priority when > replacing route > - properly insert by matching tos together with priority > - fix a

[PATCHv2 2.6.24] fib_trie: apply fixes from fib_hash

2008-01-26 Thread Julian Anastasov
Update fib_trie with some fib_hash fixes: - check for duplicate alternative routes for prefix+tos+priority when replacing route - properly insert by matching tos together with priority - fix alias walking to use list_for_each_entry_continue for insertion and deletion when fa_head is not NU