-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create/edit a tag and adding criteria of multiple IP ranges #161
Comments
@paagaard-r7 - can you give an example of what the input and expected output should be? I dont know if running the script is producing the same results as you're seeing. |
So we save it in a specific order and when we reload the values we see it reversed:
It should not reverse the values and it should make them the same on tag.load:
|
After getting more feedback, looks like this is due to a hiccup in the Nexpose API, and is nothing something fixable in the gem. We have an open internal ticket which we'll use to track this issue. |
It seems to reverse the ranges in different cases. I haven’t figured out all of the cases that it does it, but it looks like it happens when at least the first octet matches. It appears to save correctly from inspection, however, it seems that when you inspect the tag.load request you see the issues with the IP Ranges (also in the UI).
Here is the example:
The text was updated successfully, but these errors were encountered: