|
@@ -4107,7 +4107,8 @@ int __init ip6_route_init(void)
|
|
|
ret = -ENOBUFS;
|
|
|
if (__rtnl_register(PF_INET6, RTM_NEWROUTE, inet6_rtm_newroute, NULL, 0) ||
|
|
|
__rtnl_register(PF_INET6, RTM_DELROUTE, inet6_rtm_delroute, NULL, 0) ||
|
|
|
- __rtnl_register(PF_INET6, RTM_GETROUTE, inet6_rtm_getroute, NULL, 0))
|
|
|
+ __rtnl_register(PF_INET6, RTM_GETROUTE, inet6_rtm_getroute, NULL,
|
|
|
+ RTNL_FLAG_DOIT_UNLOCKED))
|
|
|
goto out_register_late_subsys;
|
|
|
|
|
|
ret = register_netdevice_notifier(&ip6_route_dev_notifier);
|