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

Prep v2.2.1 #1714

Merged
merged 3 commits into from
Aug 9, 2024
Merged

Prep v2.2.1 #1714

merged 3 commits into from
Aug 9, 2024

Commits on Aug 6, 2024

  1. fix: select ICMP version for common ICMP rules

    This fixes kube-router trying to use `icmp` instead of `icmpv6` when creating common ICMP rules with ip6tables.
    
    Fixes: #1712
    qbnit authored and aauren committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1d53ea5 View commit details
    Browse the repository at this point in the history
  2. test: update utils/iptables_test to align with recent fix

    Update tests for code affected in 8dfb572.
    qbnit authored and aauren committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    55b830d View commit details
    Browse the repository at this point in the history
  3. fix(util): syntax in iptables.go

    Fix strange mistake with ';' instead of 'string'.
    qbnit authored and aauren committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ef370d3 View commit details
    Browse the repository at this point in the history