https://github.com/torvalds/linux
Revision 06c7427021f1cc83703f14659d8405ca773ba1ef authored by Patrick McHardy on 24 August 2005, 05:06:09 UTC, committed by David S. Miller on 24 August 2005, 05:06:09 UTC
When a semantic match occurs either success, not found or an error
(for matching unreachable routes/blackholes) is returned. fib_trie
ignores the errors and looks for a different matching route. Treat
results other than "no match" as success and end lookup.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0572e3d
History
Tip revision: 06c7427021f1cc83703f14659d8405ca773ba1ef authored by Patrick McHardy on 24 August 2005, 05:06:09 UTC
[FIB_TRIE]: Don't ignore negative results from fib_semantic_match
Tip revision: 06c7427

README

back to top