|
@@ -2613,7 +2613,7 @@ static void init_loopback(struct net_device *dev)
|
|
if (sp_ifa->rt)
|
|
if (sp_ifa->rt)
|
|
continue;
|
|
continue;
|
|
|
|
|
|
- sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, 0);
|
|
|
|
|
|
+ sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, false);
|
|
|
|
|
|
/* Failure cases are ignored */
|
|
/* Failure cases are ignored */
|
|
if (!IS_ERR(sp_rt)) {
|
|
if (!IS_ERR(sp_rt)) {
|