Bug 9493
Summary: | routing table bug or feature adding/replacing/deleting routes | ||
---|---|---|---|
Product: | Networking | Reporter: | Alexander Zubkov (zubkov318) |
Component: | IPV4 | Assignee: | Stephen Hemminger (stephen) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.23 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | 9816 | ||
Bug Blocks: |
Description
Alexander Zubkov
2007-12-03 11:23:26 UTC
Should be fixed in 2.6.24-rc8 by this commit commit bd566e7525b5986864e8d6eb5b67640abcd284a9 Author: Joonwoo Park <joonwpark81@gmail.com> Date: Fri Jan 18 03:44:48 2008 -0800 [IPV4] fib_hash: fix duplicated route issue 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 duplicati Signed-off-by: Joonwoo Park <joonwpark81@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> I guess, that answer to first two questions: "Is it OK: - only 1 route is deleted? - only 1 route is replaced?" is "Yes"? |