use constant for Anycast IP
This commit is contained in:
parent
f32bd8d044
commit
0b1253eb50
1 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ IFACE_TYPE_400GE_QSFP_DD = 1750
|
||||||
IFACE_TYPE_OTHER = 32767
|
IFACE_TYPE_OTHER = 32767
|
||||||
IFACE_TYPE_LAG = 200
|
IFACE_TYPE_LAG = 200
|
||||||
|
|
||||||
|
IPADDRESS_ROLE_ANYCAST = 30
|
||||||
|
|
||||||
|
|
||||||
class Network():
|
class Network():
|
||||||
def __init__(self, server, *args, **kwargs):
|
def __init__(self, server, *args, **kwargs):
|
||||||
|
|
@ -337,7 +339,7 @@ class Network():
|
||||||
address=ip,
|
address=ip,
|
||||||
interface=interface.id,
|
interface=interface.id,
|
||||||
status=1,
|
status=1,
|
||||||
role=30,
|
role=IPADDRESS_ROLE_ANYCAST,
|
||||||
)
|
)
|
||||||
return netbox_ip
|
return netbox_ip
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue