aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r--net/ipv6/addrconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index 058cc222b3f1..94f3fd91a1a6 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -630,7 +630,7 @@ ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int pfxlen,
630 goto out; 630 goto out;
631 } 631 }
632 632
633 rt = addrconf_dst_alloc(idev, addr, 0); 633 rt = addrconf_dst_alloc(idev, addr, false);
634 if (IS_ERR(rt)) { 634 if (IS_ERR(rt)) {
635 err = PTR_ERR(rt); 635 err = PTR_ERR(rt);
636 goto out; 636 goto out;