aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/ipv4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index 72e762ab3e5d..ae07feec6446 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -59,7 +59,12 @@ struct netns_ipv4 {
59 atomic_t rt_genid; 59 atomic_t rt_genid;
60 60
61#ifdef CONFIG_IP_MROUTE 61#ifdef CONFIG_IP_MROUTE
62#ifndef CONFIG_IP_MROUTE_MULTIPLE_TABLES
62 struct mr_table *mrt; 63 struct mr_table *mrt;
64#else
65 struct list_head mr_tables;
66 struct fib_rules_ops *mr_rules_ops;
67#endif
63#endif 68#endif
64}; 69};
65#endif 70#endif