aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-01-22 21:55:01 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:10:58 -0800
commit64347f786d13349d6a6f812f3a83c269e26c0136 (patch)
tree7e2ec70aba06c7410903521284c44b66c9e7a47b /net/ipv4/fib_trie.c
parent[IPV4] fib_trie: use hash list (diff)
downloadlinux-dev-64347f786d13349d6a6f812f3a83c269e26c0136.tar.xz
linux-dev-64347f786d13349d6a6f812f3a83c269e26c0136.zip
[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 <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_trie.c')
-rw-r--r--net/ipv4/fib_trie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c
index c19d68551eb1..41264695039a 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;
}