From: Stephen Hemminger Date: Wed, 23 Jan 2008 05:55:01 +0000 (-0800) Subject: [IPV4] fib_trie: dump message multiple part flag X-Git-Tag: v2.6.25-rc1~1162^2~40 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=64347f786d13349d6a6f812f3a83c269e26c0136;hp=1328042e268c936189f15eba5bd9a5a4605a8581;p=~andy%2Flinux [IPV4] fib_trie: dump message multiple part flag Match fib_hash, and set NLM_F_MULTI to handle multiple part messages. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index c19d68551eb..41264695039 100644 --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c @@ -1898,7 +1898,7 @@ static int fn_trie_dump_fa(t_key key, int plen, struct list_head *fah, xkey, plen, fa->fa_tos, - fa->fa_info, 0) < 0) { + fa->fa_info, NLM_F_MULTI) < 0) { cb->args[4] = i; return -1; }