Closed
Description
NetBox version
v3.2.0
Feature type
Change to existing functionality
Proposed functionality
Presently, Netbox validates device/VM names to ensure they are unique, but the enforcement of this is case sensitive. This allows device1 and DEVICE1 to coexist but not DEVICE2 and DEVICE2
I propose that the existing validation is extended to be case insensitive to prevent duplicate devices/VMs being created. This could be a change to the default behaviour or perhaps a setting in configuration.py
Use case
Extending the existing validation would prevent duplicate devices/VMs being created where the user is unaware that the intended device already exists within Netbox.
I can't think of a use case for the existing behaviour over the proposed behaviour
Database changes
No response
External dependencies
No response