mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-22 08:48:41 +02:00
Move BGP_ASN_MIN and BGP_ASN_MAX to ipam.constants
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
from .choices import InterfaceTypeChoices
|
||||
|
||||
# BGP ASN bounds
|
||||
BGP_ASN_MIN = 1
|
||||
BGP_ASN_MAX = 2**32 - 1
|
||||
|
||||
|
||||
#
|
||||
# Rack elevation rendering
|
||||
|
||||
Reference in New Issue
Block a user