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

iptables: Remove NOTRACK Netfilter target #17751

Merged
merged 2 commits into from
Nov 4, 2021

Commits on Nov 1, 2021

  1. iptables: Use -j CT --notrack

    Netfilter target NOTRACK has been deprecated for a long time. The
    ip{,6}tables binaries now tranparently replace it with target CT
    --notrack, so we might as well explicitly use the latter.
    
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    7ab78da View commit details
    Browse the repository at this point in the history
  2. docs: Update kernel requirements for proxy

    Since we rely on the CT --notrack netfilter target, we require kernel
    config CONFIG_NETFILTER_XT_TARGET_CT.
    
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    5575d25 View commit details
    Browse the repository at this point in the history