mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
ipv6: fix third arg of anycast_dst_alloc(), must be bool.
Signed-off-by: Francois-Xavier Le Bail <fx.lebail@yahoo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2488a54e48
commit
57ec0afe29
@ -2613,7 +2613,7 @@ static void init_loopback(struct net_device *dev)
|
||||
if (sp_ifa->rt)
|
||||
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 */
|
||||
if (!IS_ERR(sp_rt)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user