Closed xr18b closed 6 months ago
This has come up before.. https://github.com/netbox-community/netbox/issues/12687
Assignment of the network ID is not permitted because it is defined in RFC 4291 as the router anycast address for the prefix. The validation is working as intended.
If you would like to propose removing the validation, please submit a feature request citing your justification for review.
Deployment Type
Self-hosted
NetBox Version
v3.7.4
Python Version
3.10
Steps to Reproduce
When trying to add a new host IPv6 address, it fails if it equals to the network ID with following message:
Expected Behavior
Assigning to a host an IPv6 address which is equal to the network ID is allowed in IPv6. And actually not completely forbidden in IPv4, as we can also route some IPv4 ranges to be used as virtual IPs, and are technically able to use all the addresses, from the network ID to the broadcast (included). But presently, we are not able to document this in Netbox.
Observed Behavior
We are not able to add an IPv6 address that is equal to the network ID