From 936f6f8e1bc46834bbb3e3fa3ac13ab44f1e7ba6 Mon Sep 17 00:00:00 2001 From: Julian Anastasov Date: Mon, 28 Jan 2008 21:18:06 -0800 Subject: [PATCH] [IPV4] fib_trie: apply fixes from fib_hash 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 NULL - copy state from fa to new_fa on replace (not a problem for now) - additionally, avoid replacement without error if new route is same, as Joonwoo Park suggests. Signed-off-by: Julian Anastasov Signed-off-by: David S. Miller --- Reading git-format-patch failed