-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
NetBox version
v3.5.7
Feature type
Change to existing functionality
Proposed functionality
IMHO "identifier" is the field that should enforce uniqueness because of its nature. "Identifier" field is already limited to numbers and it fits the purpose.
Apply similar functionality as to VLAN. It could be globally unique or with option to assing it to site or region depending on implementation strategy.
Add it to search index
Use case
When creating L2VPNs field "slug" is used to enforce uniqueness. It derives from human friendly field for "Name".
It's not suitable for enforcing uniqueness.
IMHO "identifier" is the field that should enforce uniqueness since all l2vpn services have an ID. It could be globally unique or with option to assing it to site or region depending on your naming strategy. Similar functionality to VLAN.
"Identifier" field is already limited to numbers and it fits the purpose.
Database changes
dont know
External dependencies
dont know