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

fix: select ICMP version for common ICMP rules #1713

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

qbnit
Copy link
Contributor

@qbnit qbnit commented Aug 6, 2024

This fixes kube-router trying to use icmp instead of icmpv6 when creating common ICMP rules with ip6tables.

Fixes: #1712

This fixes kube-router trying to use `icmp` instead of `icmpv6` when creating common ICMP rules with ip6tables.

Fixes: #1712
@qbnit qbnit marked this pull request as draft August 6, 2024 20:09
@qbnit qbnit marked this pull request as ready for review August 6, 2024 20:18
@qbnit
Copy link
Contributor Author

qbnit commented Aug 6, 2024

Missed the tests the first time. Fixed now.

Fix strange mistake with ';' instead of 'string'.
@qbnit
Copy link
Contributor Author

qbnit commented Aug 6, 2024

Tests should all work now.

@aauren aauren merged commit ef370d3 into cloudnativelabs:master Aug 6, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown option "--icmp-type"
2 participants