Comment 0 for bug 1570486

Revision history for this message
Daniel Castellanos (luis-daniel-castellanos) wrote : Create a router interface without providing an IP address should automatically take the next available ip address in range

When creating a Router Interface without providing an IP address (optional field) the code should take the next available ip address in subnet range.

Currently if you create a router interface in a subnet with a CIDR 10.1.0.0/20 and if you don't provide an IP address, the default ip address will always be set to 10.1.0.1, but if that IP address is already taken by another interface then the interface creation will fail informing the user the reason for the failure (which is ok)

I think the code should be intelligent enough to grab the next available ip address in the range when creating an routerinterface without providing the ip address, or even suggest (autofill) a value for that field