Mercurial > hg > dhcpcd
changeset 2891:a67bbbf23568 draft
Document some BSD systems lacking the ability to announce IPv6 address flag changes.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 16 Dec 2014 22:12:16 +0000 |
| parents | b4133b33ad80 |
| children | 0fa088261ebd |
| files | README |
| diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README Tue Dec 16 20:20:01 2014 +0000 +++ b/README Tue Dec 16 22:12:16 2014 +0000 @@ -48,6 +48,13 @@ OpenBSD-5.0 patch submitted against FreeBSD-10.0 +Some BSD systems do not announce IPv6 address flag changes, such as +IN6_IFF_TENTATIVE, IN6_IFF_DUPLICATED, etc. On these systems, +dhcpcd will poll a freshly added address until either IN6_IFF_TENTATIVE is +cleared or IN6_IFF_DUPLICATED is set and take action accordingly. +BSD systems where this has been fixed or is known to work are: + NetBSD-7.0 + Some BSD systems do not announce cached neighbour route changes based on reachability to userland. For such systems, IPv6 routers will always be assumed to be reachable until they either stop being a router or expire.
