mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Make assignment priority a required field
This commit is contained in:
@ -52,6 +52,14 @@ IPADDRESS_ROLES_NONUNIQUE = (
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# FHRP groups
|
||||
#
|
||||
|
||||
FHRPGROUPASSIGNMENT_PRIORITY_MIN = 0
|
||||
FHRPGROUPASSIGNMENT_PRIORITY_MAX = 255
|
||||
|
||||
|
||||
#
|
||||
# VLANs
|
||||
#
|
||||
|
Reference in New Issue
Block a user