Skip to content
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

v1.x: Fix validation for ICMP type and code in backend rules. #654

Merged
merged 1 commit into from
Nov 7, 2017

Conversation

fasaxc
Copy link
Member

@fasaxc fasaxc commented Nov 6, 2017

Description

Backport #652 to v1.x-series

  • 0 (ping reply) should have been allowed.
  • 255 (unused) should have been foridden due to lack of kernel support.

Todos

  • Tests
  • Documentation
  • Release note

Release Note

Fix incorrect validation of ICMP type to allow 0, which is a valid value.

- 0 (ping reply) should have been allowed.
- 255 (unused) should have been foridden due to lack of kernel support.
@fasaxc fasaxc changed the title Fix validation for ICMP type and code in backend rules. v1.x: Fix validation for ICMP type and code in backend rules. Nov 6, 2017
@fasaxc fasaxc added this to the Calico v2.6.x milestone Nov 6, 2017
@nelljerram nelljerram merged commit 0d2b8f1 into projectcalico:master Nov 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants