You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comment of lastAddress for an IPv6 address says, this usually is a broadcast address. IPv6 does not have a broadcast, the doc should either reflect that or remove this comment to avoid ill informing users.
endAddressExclusive it will not respect the 128 anycast addresses at the top
endAddressExclusive it claims the broadcast address exists, correct is also the last address is valid.
The text was updated successfully, but these errors were encountered:
Sure, according to the official Standard (https://www.rfc-editor.org/rfc/rfc2526.html), IPv6 does not have a broadcast address. The library says the last address is invalid, this is not true it is a valid address, but it is also a reserved anycast address.
Further, the last 128 addresses in an ipv6 subnet, are reserved anycast addresses, they can't be utilized as unicast and therefor should not be returned in endAddressExclusive
There are three details that are not correct:
The comment of lastAddress for an IPv6 address says, this usually is a broadcast address. IPv6 does not have a broadcast, the doc should either reflect that or remove this comment to avoid ill informing users.
endAddressExclusive it will not respect the 128 anycast addresses at the top
endAddressExclusive it claims the broadcast address exists, correct is also the last address is valid.
The text was updated successfully, but these errors were encountered: