Skip to content

Commit

Permalink
[IPV4] fib_trie: dump message multiple part flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jan 28, 2008
1 parent 1328042 commit 64347f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/fib_trie.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 64347f7

Please sign in to comment.