diff options
| author | Roy Marples <roy@marples.name> | 2019-09-04 02:36:33 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-09-04 02:36:33 +0100 |
| commit | d97ca577c30dae521739a29cc5d0f6b85717e09a (patch) | |
| tree | d5b098f0ddf9454130742eb0ea2460a237d47082 /src/ipv6.c | |
| parent | 0b16497865120127396b6506542a5a169c4d2d4e (diff) | |
| download | dhcpcd-d97ca577c30dae521739a29cc5d0f6b85717e09a.tar.xz | |
Solaris: Fix issue with prior on other OS
Diffstat (limited to 'src/ipv6.c')
| -rw-r--r-- | src/ipv6.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -775,7 +775,9 @@ ipv6_addaddr1(struct ipv6_addr *ia, const struct timespec *now) #endif #ifdef ND6_ADVERTISE +#ifdef __sun advertise: +#endif /* Re-advertise the preferred address to be safe. */ if (!vltime_was_zero) ipv6nd_advertise(ia); |
