[PR #2195] [CLOSED] add exact address match query to IPAddressFilter #12326

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2195
Author: @maznu
Created: 6/25/2018
Status: Closed

Base: developHead: develop


📝 Commits (2)

  • 111df91 add exact address match query to IPAddressFilter
  • 5ab1be5 fix ?address= filter to ignore results which specify a larger prefix

📊 Changes

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

View changed files

📝 netbox/ipam/filters.py (+14 -0)

📄 Description

Fixes #2194.

12 lines, adds a filter to query exact IP address.


🔄 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/2195 **Author:** [@maznu](https://github.com/maznu) **Created:** 6/25/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`111df91`](https://github.com/netbox-community/netbox/commit/111df916ff05e4cd2bac441a8779e003b43d22f0) add exact address match query to IPAddressFilter - [`5ab1be5`](https://github.com/netbox-community/netbox/commit/5ab1be5e83af1470fe7cbc15d08149b91bfefaa1) fix ?address= filter to ignore results which specify a larger prefix ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/filters.py` (+14 -0) </details> ### 📄 Description Fixes #2194. 12 lines, adds a filter to query exact IP address. --- <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 22:20:54 +01:00
adam closed this issue 2025-12-29 22:20:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12326