mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Introduce the RouteTarget model
This commit is contained in:
@@ -16,6 +16,7 @@ BGP_ASN_MAX = 2**32 - 1
|
||||
# * Type 1 (32-bit IPv4 address : 16-bit integer)
|
||||
# * Type 2 (32-bit AS number : 16-bit integer)
|
||||
# 21 characters are sufficient to convey the longest possible string value (255.255.255.255:65535)
|
||||
# Also used for RouteTargets
|
||||
VRF_RD_MAX_LENGTH = 21
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user