Re: [PATCH 2/2] [IPV4] fib_trie: fix duplicated route issue

2008-01-18 Thread David Miller
From: Joonwoo Park [EMAIL PROTECTED] Date: Wed, 16 Jan 2008 20:13:49 +0900 http://bugzilla.kernel.org/show_bug.cgi?id=9493 The fib allows making identical routes with 'ip route replace'. This patch makes the fib return -EEXIST if replacement would cause duplication. Signed-off-by:

[PATCH 2/2] [IPV4] fib_trie: fix duplicated route issue

2008-01-16 Thread Joonwoo Park
http://bugzilla.kernel.org/show_bug.cgi?id=9493 The fib allows making identical routes with 'ip route replace'. This patch makes the fib return -EEXIST if replacement would cause duplication. Signed-off-by: Joonwoo Park [EMAIL PROTECTED] --- net/ipv4/fib_trie.c |3 +++ 1 files changed, 3