diff options
| author | Roy Marples <roy@marples.name> | 2014-10-14 11:55:29 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-10-14 11:55:29 +0000 |
| commit | 571e715303818aa09d98eeaa0d8efaa79af4cbb5 (patch) | |
| tree | 40c864bcf8c1ab71a1689377f5d98e1c3dbc17f7 /README | |
| parent | 6ca438da1b67f5195899d01d9ba04483515d25d9 (diff) | |
| download | dhcpcd-571e715303818aa09d98eeaa0d8efaa79af4cbb5.tar.xz | |
Describe better the BSD IPv6 issue.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -40,13 +40,13 @@ BSD systems where this has been fixed or is known to work are: FreeBSD-10.0 Some BSD systems protect against IPv6 NS/NA messages by ensuring that the -source address matches an address/prefix on the interface. -This is an error as the correct check is for on-link prefixes. -As such, on these systems stateful addressing via DHCPv6 may cause issues -trying to reach other neighbours. -BSD systems where this is known to be a problem - Occured in NetBSD-5.0, fixed in NetBSD-6.99.29 - Occured in OpenBSD-4.2, fixed in OpenBSD-5.0 +source address matches a prefix on the recieved by a RA message. +This is an error as the correct check is for on-link prefixes as the +kernel may not be handling RA itself. +BSD systems where this has been fixed or is known to work are: + NetBSD-7.0 + OpenBSD-5.0 + patch submitted against FreeBSD-10.0 We try and detect how dhcpcd should interact with system services at runtime. If we cannot auto-detect how do to this, or it is wrong then |
