diff options
author | Julian Anastasov <ja@ssi.bg> | 2008-01-28 21:18:06 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-31 19:27:10 -0800 |
commit | 936f6f8e1bc46834bbb3e3fa3ac13ab44f1e7ba6 (patch) | |
tree | 7182107af01604a5516ba90e748dad16da3d1656 /net/ipv6 | |
parent | c18865f39276435abb9286f9a816cb5b66c99a00 (diff) |
[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 <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions