[PR #19847] [MERGED] Closes #19134: Allow negative values for interface TX power #15734

Closed
opened 2025-12-30 00:23:43 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19847
Author: @jeremystretch
Created: 7/9/2025
Status: Merged
Merged: 7/9/2025
Merged by: @arthanson

Base: featureHead: 19134-interface-tx_power-negative-values


📝 Commits (1)

  • b21661d Closes #19134: Allow negative values for interface TX power

📊 Changes

3 files changed (+30 additions, -3 deletions)

View changed files

📝 netbox/dcim/forms/filtersets.py (+1 -1)
netbox/dcim/migrations/0209_interface_tx_power_negative.py (+24 -0)
📝 netbox/dcim/models/device_components.py (+5 -2)

📄 Description

Closes: #19134

Support negative values down to -40 (inclusive) for tx_power on the Interface model.


🔄 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/19847 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/9/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `feature` ← **Head:** `19134-interface-tx_power-negative-values` --- ### 📝 Commits (1) - [`b21661d`](https://github.com/netbox-community/netbox/commit/b21661d912f9ae10929cd079d068be08386c6963) Closes #19134: Allow negative values for interface TX power ### 📊 Changes **3 files changed** (+30 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/forms/filtersets.py` (+1 -1) ➕ `netbox/dcim/migrations/0209_interface_tx_power_negative.py` (+24 -0) 📝 `netbox/dcim/models/device_components.py` (+5 -2) </details> ### 📄 Description ### Closes: #19134 Support negative values down to -40 (inclusive) for `tx_power` on the Interface model. --- <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-30 00:23:43 +01:00
adam closed this issue 2025-12-30 00:23:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15734