[PR #18079] [CLOSED] 18058 filter ips vm role #15267

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18079
Author: @robduffy2010
Created: 11/24/2024
Status: Closed

Base: developHead: 18058-filter-ips-vm-role


📝 Commits (2)

  • 78cc488 Closes #18058 - Filter IPs by associated device and VM roles
  • 3000978 Add device role to IPAddress fieldset

📊 Changes

3 files changed (+28 additions, -4 deletions)

View changed files

📝 netbox/ipam/filtersets.py (+10 -0)
📝 netbox/ipam/forms/filtersets.py (+12 -2)
📝 netbox/ipam/tests/test_filtersets.py (+6 -2)

📄 Description

Closes: #18058

Add a new feature to be able to filter IP addresses by an associated device or virtual machine role. For example, IPs can be filtered to show only those associated with VMs or devices which have the Radius role.


🔄 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/18079 **Author:** [@robduffy2010](https://github.com/robduffy2010) **Created:** 11/24/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `18058-filter-ips-vm-role` --- ### 📝 Commits (2) - [`78cc488`](https://github.com/netbox-community/netbox/commit/78cc4886a3f29b1d80ca5d0200fd9180bd7ff83c) Closes #18058 - Filter IPs by associated device and VM roles - [`3000978`](https://github.com/netbox-community/netbox/commit/30009787e0380d0395479879166c12cfc49469f7) Add device role to IPAddress fieldset ### 📊 Changes **3 files changed** (+28 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/filtersets.py` (+10 -0) 📝 `netbox/ipam/forms/filtersets.py` (+12 -2) 📝 `netbox/ipam/tests/test_filtersets.py` (+6 -2) </details> ### 📄 Description ### Closes: #18058 Add a new feature to be able to filter IP addresses by an associated device or virtual machine role. For example, IPs can be filtered to show only those associated with VMs or devices which have the Radius role. --- <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:58 +01:00
adam closed this issue 2025-12-30 00:20:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15267