Re: [PATCH] fib_trie: fix proc interface

2005-09-09 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 9 Sep 2005 12:53:19 -0700 > 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

[PATCH] fib_trie: fix proc interface

2005-09-09 Thread Stephen Hemminger
Rediff of earlier patch... against net-2.6.git 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.