[PR #18444] [MERGED] Fixes: #18433 - Fix missing is_primary property on MACAddress model #15349

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18444
Author: @DanSheps
Created: 1/21/2025
Status: Merged
Merged: 1/27/2025
Merged by: @bctiemann

Base: mainHead: 18433-fix-macaddress-primary-for-interface


📝 Commits (3)

  • 51a7950 Fixes: #18433 - Fix missing is_primary property on MACAddress model
  • 3219609 Change to @cached_property
  • ee5d7cf Merge branch 'main' into 18433-fix-macaddress-primary-for-interface

📊 Changes

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

View changed files

📝 netbox/dcim/models/devices.py (+7 -0)

📄 Description

Fixes: #18433 - Add missing is_primary property on MACAddress model

  • Added missing is_primary property method on MACAddress 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/18444 **Author:** [@DanSheps](https://github.com/DanSheps) **Created:** 1/21/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `main` ← **Head:** `18433-fix-macaddress-primary-for-interface` --- ### 📝 Commits (3) - [`51a7950`](https://github.com/netbox-community/netbox/commit/51a79505fe10b0599b47eacced2f31622dbc9606) Fixes: #18433 - Fix missing is_primary property on MACAddress model - [`3219609`](https://github.com/netbox-community/netbox/commit/32196092536abc6c8141ad5c3aa974f14922674a) Change to `@cached_property` - [`ee5d7cf`](https://github.com/netbox-community/netbox/commit/ee5d7cfe31bba29d9353ea521f2cd826bc928138) Merge branch 'main' into 18433-fix-macaddress-primary-for-interface ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/models/devices.py` (+7 -0) </details> ### 📄 Description ### Fixes: #18433 - Add missing is_primary property on MACAddress model * Added missing `is_primary` property method on `MACAddress` 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:21:25 +01:00
adam closed this issue 2025-12-30 00:21:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15349