-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
NetBox version
v3.5.2
Feature type
Change to existing functionality
Proposed functionality
#9068 introduced a new limitation to adding IPs to device interfaces.
The parameters chosen for this FR are limiting how IPs are used.
Use case
IPv6 does not have broadcast or network addresses. All is handled with linklocal addresses and multicast.. You can used to :: or :ffff ip's without problems. We tend to use the lowest address (aaaa:bbbb:1234:5678::) as gateway.
For IPv4, there are use cases for the network and broadcast address. When I route an entire subnet to a firewall, we can use all ips for NAT translations. Those IPs are added to the device on a virtual interface.
I tend to flag that prefix as a 'pool' (All IP addresses within this prefix are considered usable). Can that 'pool' be taken into account in the validation ?
Database changes
No response
External dependencies
No response