Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2018 20:02:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 195197] [netinet6] ipv6 prefix not renewed when managed by userspace daemon with pltime and vltime
Message-ID:  <bug-195197-2472-A0VXERMAq4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195197-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195197-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195197

--- Comment #5 from guyyur@gmail.com ---
Bug 194485 patch is needed before the NetBSD "Separate ioctl address prefix
management from RA prefix management" changes otherwise the interface route
generated by the address won't be used for address neighbor matching.

Changes to add RTF_CONNECTED are also needed to get routes added by dhcpcd
7.0.2 working.
dhcpcd adds the interface route with RTF_STATIC but the patch in bug 194485
currently checks RTF_STATIC is not set (because there is no RTF_CONNECTED) =
so
the address neighbor matching will still not work.

My WIP with bug 194485 and "Separate ioctl address prefix management from RA
prefix management" ported over to 12-CURRENT but missing RTF_CONNECTED:
https://github.com/guyyur/freebsd/tree/fix_ipv6_address_prefix

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195197-2472-A0VXERMAq4>