A question about the implementation of routing subsystem in Linux kernel

2008-02-08 Thread Zheng Da
Recently, I try to understand the implementation of the routing subsystem. It's so complex, and I'm quite confused by so many different structures. As my understanding about the four structures fib_node, fib_alias, fib_info, and fib_nh: fib_node can be used to identify a subnet or a host.

Re: A question about the implementation of routing subsystem in Linux kernel

2008-02-08 Thread Michael Blizek
Hi! On 19:22 Fri 08 Feb , Zheng Da wrote: Recently, I try to understand the implementation of the routing subsystem. It's so complex, and I'm quite confused by so many different structures. As my understanding about the four structures fib_node, fib_alias, fib_info, and fib_nh: fib_node