You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using /api/plugins/firewall/ip-range/?start_address=70.70.70.0 I would expect Nautobot to return all the IP in IP Range page that are within that range
This also happening with start_address and end_address as per screenshot
Observed Behavior
{
"error": "'RestrictedQuerySet' object has no attribute 'net_in'",
"exception": "AttributeError",
"nautobot_version": "2.2.7",
"python_version": "3.11.9"
}
This is happing in UI as well as API
Steps to Reproduce
The text was updated successfully, but these errors were encountered:
Environment
Expected Behavior
When using
/api/plugins/firewall/ip-range/?start_address=70.70.70.0
I would expect Nautobot to return all the IP in IP Range page that are within that rangeThis also happening with
start_address
andend_address
as per screenshotObserved Behavior
This is happing in UI as well as API
Steps to Reproduce
The text was updated successfully, but these errors were encountered: