[PR #17674] [MERGED] Closes #17669: Enable filtering VLANs by assigned interface #15163

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17674
Author: @jeremystretch
Created: 10/3/2024
Status: Merged
Merged: 10/3/2024
Merged by: @jeremystretch

Base: developHead: 17669-vlan-interface-filter


📝 Commits (2)

📊 Changes

2 files changed (+66 additions, -0 deletions)

View changed files

📝 netbox/ipam/filtersets.py (+26 -0)
📝 netbox/ipam/tests/test_filtersets.py (+40 -0)

📄 Description

Closes: #17669

Introduce two new VLAN filters:

  • interface_id
  • vminterface_id

🔄 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/17674 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/3/2024 **Status:** ✅ Merged **Merged:** 10/3/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `17669-vlan-interface-filter` --- ### 📝 Commits (2) - [`1507840`](https://github.com/netbox-community/netbox/commit/1507840f35e9fb86abc4dd7c9e1dd7739213cc96) Closes #17669: Enable filtering VLANs by assigned interface - [`c34f01b`](https://github.com/netbox-community/netbox/commit/c34f01b32b05ebf4994fa2df18291289759102a7) Add tests ### 📊 Changes **2 files changed** (+66 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/filtersets.py` (+26 -0) 📝 `netbox/ipam/tests/test_filtersets.py` (+40 -0) </details> ### 📄 Description ### Closes: #17669 Introduce two new VLAN filters: - `interface_id` - `vminterface_id` --- <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:20:21 +01:00
adam closed this issue 2025-12-30 00:20:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15163