mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-15 00:02:17 -06:00
Merge branch 'develop' into develop-2.7
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
from .choices import InterfaceTypeChoices
|
||||
|
||||
# BGP ASN bounds
|
||||
BGP_ASN_MIN = 1
|
||||
BGP_ASN_MAX = 2**32 - 1
|
||||
|
||||
#
|
||||
# Interface type groups
|
||||
|
||||
Reference in New Issue
Block a user