summaryrefslogtreecommitdiffstats
path: root/if-bsd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-08-07 21:06:39 +0000
committerRoy Marples <roy@marples.name>2016-08-07 21:06:39 +0000
commit1c391bd1f11e3151f7e9c672ee20ffe4757b8693 (patch)
tree751005b9bf5c6f1f9831814837ef8b8b7f2085a3 /if-bsd.c
parent78013e9d5682cf13ea5de774bf0063f6fb94138d (diff)
downloaddhcpcd-1c391bd1f11e3151f7e9c672ee20ffe4757b8693.tar.xz
Add more notes about BSD OS issues with prefix lifetimes.
Diffstat (limited to 'if-bsd.c')
-rw-r--r--if-bsd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/if-bsd.c b/if-bsd.c
index fc799925..d8ffe1f6 100644
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -967,6 +967,8 @@ if_address6(unsigned char cmd, const struct ipv6_addr *ia)
* This issue is discussed on the NetBSD mailing lists here:
* http://mail-index.netbsd.org/tech-net/2016/08/05/msg006044.html
*
+ * NOT fixed in NetBSD - patch under development
+ * NOT fixed in FreeBSD - bug 195197
* Fixed in OpenBSD-5.9
*/
#if !(defined(OpenBSD) && OpenBSD >= 201605)