1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Replaced ASN bounds with constants

This commit is contained in:
Saria Hajjar
2020-01-09 21:58:38 +00:00
parent 4eacc57522
commit 6c19c88e99
3 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,8 @@
# BGP ASN bounds
BGP_ASN_MIN = 1
BGP_ASN_MAX = 2**32 - 1
# Rack types
RACK_TYPE_2POST = 100
RACK_TYPE_4POST = 200