projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1328042
)
[IPV4] fib_trie: dump message multiple part flag
author
Stephen Hemminger
<stephen.hemminger@vyatta.com>
Wed, 23 Jan 2008 05:55:01 +0000
(21:55 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:10:58 +0000
(15:10 -0800)
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>
net/ipv4/fib_trie.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/fib_trie.c
b/net/ipv4/fib_trie.c
index c19d68551eb1472c5ad8b5e5dbb021083c179b70..41264695039a0802614518661d87b7a006ac648d 100644
(file)
--- 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;
}