commit | cb7b593c2c808b32a1ea188599713c434b95f849 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Fri Sep 09 13:35:42 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 09 13:35:42 2005 -0700 |
tree | e2fe1723327671120272bedafee37fe7ab36ebd6 | |
parent | 8259f1625789ad03e6451ecef3e690af52e8e802 [diff] |
[IPV4] fib_trie: fix proc interface Create one iterator for walking over FIB trie, and use it for all the /proc functions. Add a /proc/net/route output for backwards compatibility with old applications. Make initialization of fib_trie same as fib_hash so no #ifdef is needed in af_inet.c Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=5209 Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>