summaryrefslogtreecommitdiffstats
path: root/src/ipv6.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-09-04 01:38:50 +0300
committerRoy Marples <roy@marples.name>2019-09-04 01:38:50 +0300
commit8b7c65c3c47e4b055bd15c88160eb3aff615a525 (patch)
treeca8297b709c1f1bbfe5f834fe86c8dce6e27fece /src/ipv6.c
parent388f4ae696de9495e9711f5fe4931ff66f8d6f74 (diff)
downloaddhcpcd-8b7c65c3c47e4b055bd15c88160eb3aff615a525.tar.xz
Solaris: Fix address flags
We can use a lack of IFF_UP to set IN{,6}_IFF_TENTATIVE as well.
Diffstat (limited to 'src/ipv6.c')
-rw-r--r--src/ipv6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipv6.c b/src/ipv6.c
index 419a3db3..341e9dd3 100644
--- a/src/ipv6.c
+++ b/src/ipv6.c
@@ -1102,8 +1102,8 @@ ipv6_handleifa(struct dhcpcd_ctx *ctx,
dbp = inet_ntop(AF_INET6, &addr->s6_addr,
dbuf, INET6_ADDRSTRLEN);
- loginfox("%s: cmd %d addr %s",
- ifname, cmd, dbp);
+ loginfox("%s: cmd %d addr %s addrflags %d",
+ ifname, cmd, dbp, addrflags);
#endif
if (ifs == NULL)