mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Added ROLE_VARP to IPAddressRoleChoices
This commit is contained in:
parent
60a730f5c4
commit
ceb59aa74c
@ -40,6 +40,7 @@ IPADDRESS_MASK_LENGTH_MAX = 128 # IPv6
|
|||||||
IPADDRESS_ROLES_NONUNIQUE = (
|
IPADDRESS_ROLES_NONUNIQUE = (
|
||||||
# IPAddress roles which are exempt from unique address enforcement
|
# IPAddress roles which are exempt from unique address enforcement
|
||||||
IPAddressRoleChoices.ROLE_ANYCAST,
|
IPAddressRoleChoices.ROLE_ANYCAST,
|
||||||
|
IPAddressRoleChoices.ROLE_VARP,
|
||||||
IPAddressRoleChoices.ROLE_VIP,
|
IPAddressRoleChoices.ROLE_VIP,
|
||||||
IPAddressRoleChoices.ROLE_VRRP,
|
IPAddressRoleChoices.ROLE_VRRP,
|
||||||
IPAddressRoleChoices.ROLE_HSRP,
|
IPAddressRoleChoices.ROLE_HSRP,
|
||||||
|
Loading…
Reference in New Issue
Block a user