Open bernisys opened 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Marking this as an enhancement so it does not get closed by the GitFlow again.
Describe the bug
To test a graph rule, we want to reduce the output of the matching objects returned by the graph rule to one device with a specific IP address. Depending on the string we put into the object search filter, the number of returned objects does not always match the filter criterium. Specially IP address filtering returns less lines than expected. There are more objects that would match the search filter.
Not sure if the issue is reproducible on your side, maybe this description helps:
Filtering for anything that does not match the device's hostname returns the proper number of rows, of course including also the matches from other devices. As soon as the string matches part of the hostname, the result is a bit unpredictable, but usually returns less matches than the filter would need to catch.
The example device we use has 19 interfaces, 12 with a string "VLAN" inside the description, 7 ending with "c0".
The boring part:
The interesting part:
But in all cases it should return all 19 interfaces as all of them would match the hostname.
I cannot really see a pattern, which interfaces are returned by the search.
Steps to reproduce the behavior:
Expected behavior
All interfaces should be shown when filtering only for the hostname
Back end
Desktop (please complete the following information)