net/ipv6: Flip FIB entries to fib6_info
Convert all code paths referencing a FIB entry from rt6_info to fib6_info. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
93531c6743
commit
8d1c802b28
@@ -60,7 +60,7 @@ struct netns_ipv6 {
|
||||
#endif
|
||||
struct xt_table *ip6table_nat;
|
||||
#endif
|
||||
struct rt6_info *fib6_null_entry;
|
||||
struct fib6_info *fib6_null_entry;
|
||||
struct rt6_info *ip6_null_entry;
|
||||
struct rt6_statistics *rt6_stats;
|
||||
struct timer_list ip6_fib_timer;
|
||||
|
Reference in New Issue
Block a user