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
Currently, if a device IP is within the subnets defined in ignore_subnets, it will still show under the Unknown IPs page of the Web UI.
Suggestion: A "show ignored ips" toggle. By default it would be in the off position, and the number of entries that are not in ignore_subnets would determine the number of unknown devices shown next to "Unknown IPs" in the Web UI. That way, users will not see a big number next to Unknown IPs, but they can still drill down as needed to investigate those.
The text was updated successfully, but these errors were encountered:
Configuration gains two optional items in the `[ip_ranges]` section:
* `unknown_ip_honors_ignore` will remove any unknown IPs that fall into the "unknown IP" ranges.
* `unknown_ip_honors_allow` will remove any unknown IPs that aren't explicitly in the allowed IP range.
Extends the unknown IP list to apply these policies. Both default to "true" if not specified.
Currently, if a device IP is within the subnets defined in ignore_subnets, it will still show under the Unknown IPs page of the Web UI.
Suggestion: A "show ignored ips" toggle. By default it would be in the off position, and the number of entries that are not in ignore_subnets would determine the number of unknown devices shown next to "Unknown IPs" in the Web UI. That way, users will not see a big number next to Unknown IPs, but they can still drill down as needed to investigate those.
The text was updated successfully, but these errors were encountered: