aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv6/addrconf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index c2a4db843e51..9ba1e811ba50 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -3529,7 +3529,9 @@ static struct rtnetlink_link inet6_rtnetlink_table[RTM_NR_MSGTYPES] = {
3529 [RTM_DELROUTE - RTM_BASE] = { .doit = inet6_rtm_delroute, }, 3529 [RTM_DELROUTE - RTM_BASE] = { .doit = inet6_rtm_delroute, },
3530 [RTM_GETROUTE - RTM_BASE] = { .doit = inet6_rtm_getroute, 3530 [RTM_GETROUTE - RTM_BASE] = { .doit = inet6_rtm_getroute,
3531 .dumpit = inet6_dump_fib, }, 3531 .dumpit = inet6_dump_fib, },
3532#ifdef CONFIG_IPV6_MULTIPLE_TABLES
3532 [RTM_GETRULE - RTM_BASE] = { .dumpit = fib6_rules_dump, }, 3533 [RTM_GETRULE - RTM_BASE] = { .dumpit = fib6_rules_dump, },
3534#endif
3533}; 3535};
3534 3536
3535static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp) 3537static void __ipv6_ifa_notify(int event, struct inet6_ifaddr *ifp)