From: Roy Marples Date: Sun, 7 Aug 2016 21:06:39 +0000 (+0000) Subject: Add more notes about BSD OS issues with prefix lifetimes. X-Git-Tag: v6.11.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c391bd1f11e3151f7e9c672ee20ffe4757b8693;p=thirdparty%2Fdhcpcd.git Add more notes about BSD OS issues with prefix lifetimes. --- 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)