summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2015-09-13 08:14:26 +0000
committerRoy Marples <roy@marples.name>2015-09-13 08:14:26 +0000
commit05efdbf0007dd3309a60f07f5fbe92920e84ba1a (patch)
tree2ac15f2d19f82d9b2360ce0cc02d5e59b36cbac3 /README
parent93d842473e4d439ec797fc324fc9ce3f4a2848aa (diff)
downloaddhcpcd-05efdbf0007dd3309a60f07f5fbe92920e84ba1a.tar.xz
Add a note about OpenBSD always adding it's own lladdr
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 0b4f88e1..4489ecc2 100644
--- a/README
+++ b/README
@@ -55,6 +55,10 @@ 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
+OpenBSD will always add it's own link-local address if no link-local address
+exists, because it doesn't check if the address we are adding is a link-local
+address or not.
+
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.