mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-10 08:15:57 +01:00
Ensure available IP selection for IPv6 non-pool prefixes excludes the subnet-router anycast address (RFC 4291), so allocation starts at ::1 for typical prefixes (e.g. /64). Add tests for IPv4/IPv6 pools and special cases (/31-/32, /127-/128). Fixes #21347