diff options
author | Thomas Graf <tgraf@suug.ch> | 2006-08-17 21:15:17 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 17:55:05 -0400 |
commit | be403ea1856f1428b5912b42184acbba808c41d6 (patch) | |
tree | 53b7ae4a3d07dd6bcf84f01963aaa32dba2b3a45 /net/ipv4/fib_trie.c | |
parent | 4e902c57417c4c285b98ba2722468d1c3ed83d1b (diff) |
[IPv4]: Convert FIB dumping to use new netlink api
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_trie.c')
-rw-r--r-- | net/ipv4/fib_trie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index 41bef0a88ab6..9c3ff6ba6e21 100644 --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c | |||
@@ -1854,7 +1854,7 @@ static int fn_trie_dump_fa(t_key key, int plen, struct list_head *fah, struct fi | |||
1854 | tb->tb_id, | 1854 | tb->tb_id, |
1855 | fa->fa_type, | 1855 | fa->fa_type, |
1856 | fa->fa_scope, | 1856 | fa->fa_scope, |
1857 | &xkey, | 1857 | xkey, |
1858 | plen, | 1858 | plen, |
1859 | fa->fa_tos, | 1859 | fa->fa_tos, |
1860 | fa->fa_info, 0) < 0) { | 1860 | fa->fa_info, 0) < 0) { |