|
@@ -49,10 +49,10 @@ struct netns_ipv4 {
|
|
|
#ifdef CONFIG_IP_MULTIPLE_TABLES
|
|
|
struct fib_rules_ops *rules_ops;
|
|
|
bool fib_has_custom_rules;
|
|
|
- bool fib_has_custom_local_routes;
|
|
|
struct fib_table __rcu *fib_main;
|
|
|
struct fib_table __rcu *fib_default;
|
|
|
#endif
|
|
|
+ bool fib_has_custom_local_routes;
|
|
|
#ifdef CONFIG_IP_ROUTE_CLASSID
|
|
|
int fib_num_tclassid_users;
|
|
|
#endif
|