-
Notifications
You must be signed in to change notification settings - Fork 0
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
icmp union strange result #65
Comments
the issue is that the max value of icmp-type is defined at the model to be 16, the max value of icmp-code is 5. on the other hand, these parameters has 8bits, and and defined to be 0-255 here: in practice, at the services I get from the nsx api, the values of icmp-code is 0, (or missing), the values of icmp-type is 0-143 |
Thanks @haim-kermany . Can you push the branch with the test that demonstrates this issue? |
created a pr with the test only. |
Pushed to this branch a fix for this issue. |
(came from icmpv6 rule)
obj1: ICMP icmp-type: 135-136
obj2: ICMP
ob1 union obj2: ICMP icmp-type: 0-16,135-136
The text was updated successfully, but these errors were encountered: