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

daemon: Fatal on BPF masquerade + IPv6 masquerade #17906

Merged
merged 1 commit into from
Nov 22, 2021

Commits on Nov 18, 2021

  1. daemon: Fatal on BPF masquerade + IPv6 masquerade

    BPF masquerading for IPv6 isn't supported yet, so we should fatal early
    if the user asks for both BPF and IPv6 masquerade. They can use
    iptables-based masquerading for IPv6 instead.
    
    Since we enable BPF-based masquerading in all tests with 4.19+ kernels,
    we also need to disable IPv6 masquerading there. That should be fine
    since we rarely rely on IPv6 masquerading anyway.
    
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    c1e227c View commit details
    Browse the repository at this point in the history