Actions
Submit #2774
closed[PATCH] remove check for outdated rfc2374
Description
DragonFlyBSD ipv6 code contains check for "aggregatable unicast address" (rfc2374), which is obsoleted by rfc3587. Hence the patch, which removes this check. FreeBSD also does not have this check.
Files
Updated by gpr almost 10 years ago
gpr wrote:
DragonFlyBSD ipv6 code contains check for "aggregatable unicast address" (rfc2374), which is obsoleted by rfc3587. Hence the patch, which removes this check. FreeBSD also does not have this check.
This bug can be seen in logs by the following lines:
nd6_ra_input: invalid prefixlen 52 for rfc2374 prefix 2001:19f0:0300:4000::, ignored
Due to this bug, ipv6 in DragonFlyBSD does not work in some configuration (where prefixlen for received RA's does not equal to 64)
Updated by gpr almost 10 years ago
- Subject changed from remove check for outdated rfc2374 to [PATCH] remove check for outdated rfc2374
Updated by tuxillo almost 10 years ago
- Tracker changed from Bug to Submit
- Status changed from New to Closed
- Assignee set to sepherosa
- Target version set to 4.2
Actions