[PR #11377] [MERGED] #11371 - Add various 100Mb Interface Types #13777

Closed
opened 2025-12-29 23:20:45 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11377
Author: @danner26
Created: 1/3/2023
Status: Merged
Merged: 1/5/2023
Merged by: @jeremystretch

Base: developHead: 11371-100mbps-inttypes


📝 Commits (4)

  • 6ac1cfa Added 100base-fx (aka fast ethernet over fiber optic)
  • c4ca113 Added 100BASE-T1 (single pair fast ethernet) as well as 100BASE‑LFX (fast ethernet over fiber, non standard)
  • 37ac891 Update choices.py
  • 43af87d Update netbox/dcim/choices.py

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 netbox/dcim/choices.py (+6 -0)

📄 Description

Fixes: #11371

Added 3 types of interfaces. 100base-fx (fast ethernet over fiber), 100base-lfx (proprietary fast ethernet over fiber), and 100base-t1 (10/100 single pair) for completeness.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/11377 **Author:** [@danner26](https://github.com/danner26) **Created:** 1/3/2023 **Status:** ✅ Merged **Merged:** 1/5/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `11371-100mbps-inttypes` --- ### 📝 Commits (4) - [`6ac1cfa`](https://github.com/netbox-community/netbox/commit/6ac1cfa5e97f7fdef8be83a20b03d9e357f3cd45) Added 100base-fx (aka fast ethernet over fiber optic) - [`c4ca113`](https://github.com/netbox-community/netbox/commit/c4ca1136809d522712bb393c7b40517e02882e62) Added 100BASE-T1 (single pair fast ethernet) as well as 100BASE‑LFX (fast ethernet over fiber, non standard) - [`37ac891`](https://github.com/netbox-community/netbox/commit/37ac891e76223ed02c2c91636e5fb0930c9ab838) Update choices.py - [`43af87d`](https://github.com/netbox-community/netbox/commit/43af87ddacbb22f8a508f21dd70a07524062a32e) Update netbox/dcim/choices.py ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/choices.py` (+6 -0) </details> ### 📄 Description ### Fixes: #11371 Added 3 types of interfaces. 100base-fx (fast ethernet over fiber), 100base-lfx (proprietary fast ethernet over fiber), and 100base-t1 (10/100 single pair) for completeness. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:20:45 +01:00
adam closed this issue 2025-12-29 23:20:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13777