Feature #13256
closedBetter handling of duplicate IP addresses in static DHCP assignments
100%
Description
summary:
In 2018 code that prevented duplicate IPs from being used as static DHCP mappings was removed. There are some cases where this may be desireable, but this PR updates the feature to bring the warning back and allow it to be overridden. This should satisfy all use cases and prevent accidental misconfiguration.
Files
Updated by Marcos M over 2 years ago
Thank you for the contributions!
In general, it's best to avoid first/second person perspective. A yellowish warning box would be preferred over the red error box as well.
However, there are many instances in the GUI where the user is able to save a valid configuration that can have unintended behavior. In these cases, details are left to documentation (either online or in field descriptions). I don't believe this situation warrants a checkbox confirmation in this way.
Updated by Jim Pingle over 2 years ago
I don't think we should change the default behavior/add extra steps to reach the current behavior.
Something that might be more palatable is a non-fatal warning handled in JavaScript. Build a list of existing IP addresses in mappings for the interface and if the users enters one that matches, display a JS box under the field that states it's already in use.
That way the user could be warned but not required to jump through hoops to override it.
Updated by → luckman212 over 2 years ago
I wanted to make the warning display in a "Yellow Box" too but I looked through the code and couldn't see an easy way to re-use what we have to make that happen. If it's important I will try again.
As for rewriting the whole thing as a JS/AJAX function, that's not my strongest area so Jim Pingle if you feel strongly that it needs to be done, it might take me more time or I'd leave it up to someone else. Either way thanks for the consideration.
Updated by → luckman212 over 2 years ago
I pushed a revised version, looks like this now
Updated by Marcos M about 1 year ago
- Status changed from New to Feedback
- Assignee set to Marcos M
- Target version set to 2.8.0
- Plus Target Version set to 24.03
Applied in changeset f6bf8c925d0e460c4e23429d0294b8b357a903a2.
Updated by Alhusein Zawi 10 months ago
- File DHCP warning .png DHCP warning .png added
- Status changed from Feedback to Resolved
the warning is added .
2.8.0.a.20240126.0600
Updated by Jim Pingle 10 months ago
- Subject changed from Better handling of duplicate IPs in static DHCP assignments to Better handling of duplicate IP addresses in static DHCP assignments