-
Notifications
You must be signed in to change notification settings - Fork 290
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
Bump libcalico go #1814
Bump libcalico go #1814
Conversation
|
New icmp validation is more strict. This commit updates dummy rules so they pass validation.
b04fa29
to
46bed62
Compare
@@ -260,7 +258,6 @@ | |||
], | |||
'ingress': [ | |||
{ | |||
'notICMP': {'type': 19, 'code': 255}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we removing these? Which part of validation does this fail?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a proto: TCP just below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These rules have both ICMP rules and Ports rules, which is invalid now:
- If includes port rules, protocol needs to be TCP.
- If it includes ICMP rules, protocol needs to be ICMP
@ozdanborne could you write a release note? |
Description
Todos
Release Note