[Bug 195197] [netinet6] ipv6 prefix not renewed when managed by userspace daemon with pltime and vltime
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 31 20:02:03 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195197
--- Comment #5 from guyyur at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list