Skip to content

Commit

Permalink
Closes netbox-community#16817: Added 200 & 400 Gbps selections for ci…
Browse files Browse the repository at this point in the history
…rcuit commit rate
  • Loading branch information
AdamBrutsaert authored and jeremystretch committed Jul 4, 2024
1 parent e02796a commit f4532dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netbox/circuits/choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ class CircuitCommitRateChoices(ChoiceSet):
(25000000, '25 Gbps'),
(40000000, '40 Gbps'),
(100000000, '100 Gbps'),
(200000000, '200 Gbps'),
(400000000, '400 Gbps'),
(1544, 'T1 (1.544 Mbps)'),
(2048, 'E1 (2.048 Mbps)'),
]
Expand Down

0 comments on commit f4532dd

Please sign in to comment.