Add more commit rate values #9943

Closed
opened 2025-12-29 21:24:45 +01:00 by adam · 2 comments
Owner

Originally created by @AdamBrutsaert on GitHub (Jul 4, 2024).

Originally assigned to: @AdamBrutsaert on GitHub.

NetBox version

v4.0.6

Feature type

Data model extension

Proposed functionality

Add 200 and 400 GBPS commit rate for circuits

Use case

As #16791 added 200 and 400 GBPS circuit termination port speed, that would be also a QOL feature for circuit's commit rate

Database changes

No response

External dependencies

No response

Originally created by @AdamBrutsaert on GitHub (Jul 4, 2024). Originally assigned to: @AdamBrutsaert on GitHub. ### NetBox version v4.0.6 ### Feature type Data model extension ### Proposed functionality Add 200 and 400 GBPS commit rate for circuits ### Use case As #16791 added 200 and 400 GBPS circuit termination port speed, that would be also a QOL feature for circuit's commit rate ### Database changes _No response_ ### External dependencies _No response_
adam added the status: acceptedtype: featurecomplexity: low labels 2025-12-29 21:24:45 +01:00
adam closed this issue 2025-12-29 21:24:45 +01:00
Author
Owner

@AdamBrutsaert commented on GitHub (Jul 4, 2024):

I'm willing to take ownership if needed to make a PR,

It is just adding two lines there https://github.com/netbox-community/netbox/blob/develop/netbox/circuits/choices.py#L30C1-L43C6

        (200000000, '200 Gbps'),
        (400000000, '400 Gbps'),
@AdamBrutsaert commented on GitHub (Jul 4, 2024): I'm willing to take ownership if needed to make a PR, It is just adding two lines there https://github.com/netbox-community/netbox/blob/develop/netbox/circuits/choices.py#L30C1-L43C6 ```python (200000000, '200 Gbps'), (400000000, '400 Gbps'), ```
Author
Owner

@jeremystretch commented on GitHub (Jul 4, 2024):

@AdamBrutsaert thanks, I've assigned this to you.

@jeremystretch commented on GitHub (Jul 4, 2024): @AdamBrutsaert thanks, I've assigned this to you.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9943