commit | 82cfbb008572b1a953091ef78f767aa3ca213092 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | Tue Jan 22 21:55:32 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:10:59 2008 -0800 |
tree | 1e2ef11b188e89dd41b28b20580b2c424d75e9bd | |
parent | 64347f786d13349d6a6f812f3a83c269e26c0136 [diff] |
[IPV4] fib_trie: iterator recode Remove the complex loop structure of nextleaf() and replace it with a simpler tree walker. This improves the performance and is much cleaner. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>