1
0
Fork 0

[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>
hifive-unleashed-5.1
Stephen Hemminger 2008-01-22 21:55:01 -08:00 committed by David S. Miller
parent 1328042e26
commit 64347f786d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}