From: Al Viro Date: Tue, 19 Sep 2006 20:42:46 +0000 (-0700) Subject: [IPV4] fib_trie: missing ntohl() when calling fib_semantic_match() X-Git-Tag: v2.6.18~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=888454c57a45511808d3fa52597b3d765df034a6;p=pandora-kernel.git [IPV4] fib_trie: missing ntohl() when calling fib_semantic_match() fib_trie.c::check_leaf() passes host-endian where fib_semantic_match() expects (and stores into) net-endian. Signed-off-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed