mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
ipv6: Make third arg to anycast_dst_alloc() bool.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f2fd5c3458
commit
8f0315190d
4 changed files with 4 additions and 4 deletions
|
@ -289,7 +289,7 @@ int ipv6_dev_ac_inc(struct net_device *dev, const struct in6_addr *addr)
|
|||
goto out;
|
||||
}
|
||||
|
||||
rt = addrconf_dst_alloc(idev, addr, 1);
|
||||
rt = addrconf_dst_alloc(idev, addr, true);
|
||||
if (IS_ERR(rt)) {
|
||||
kfree(aca);
|
||||
err = PTR_ERR(rt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue