提交 64347f78 编写于 作者: S Stephen Hemminger 提交者: David S. Miller

[IPV4] fib_trie: dump message multiple part flag

Match fib_hash, and set NLM_F_MULTI to handle multiple part messages.
Signed-off-by: NStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 1328042e
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册