From: Patrick McHardy Date: Wed, 24 Aug 2005 05:06:09 +0000 (-0700) Subject: [FIB_TRIE]: Don't ignore negative results from fib_semantic_match X-Git-Tag: v2.6.13~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c7427021f1cc83703f14659d8405ca773ba1ef;p=pandora-kernel.git [FIB_TRIE]: Don't ignore negative results from fib_semantic_match 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed