Match fib_hash, and set NLM_F_MULTI to handle multiple part messages. Signed-off-by: Stephen Hemminger --- a/net/ipv4/fib_trie.c 2008-01-21 17:52:10.000000000 -0800 +++ b/net/ipv4/fib_trie.c 2008-01-21 17:52:11.000000000 -0800 @@ -1895,7 +1895,7 @@ static int fn_trie_dump_fa(t_key key, in xkey, plen, fa->fa_tos, - fa->fa_info, 0) < 0) { + fa->fa_info, NLM_F_MULTI) < 0) { cb->args[4] = i; return -1; } -- Stephen Hemminger -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html