1
0
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:
jeremystretch
2021-11-02 13:15:23 -04:00
parent aeb4996ac2
commit 93da5a39be
3 changed files with 16 additions and 3 deletions

View File

@ -52,6 +52,14 @@ IPADDRESS_ROLES_NONUNIQUE = (
)
#
# FHRP groups
#
FHRPGROUPASSIGNMENT_PRIORITY_MIN = 0
FHRPGROUPASSIGNMENT_PRIORITY_MAX = 255
#
# VLANs
#