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

cilium: Make CLI more graceful on environments with IPv6 disabled #16168

Merged
merged 1 commit into from
Aug 4, 2021

Commits on Jul 13, 2021

  1. cilium: Make CLI more graceful on environments with IPv6 disabled

    Description:
    Issue: Some CLI's are complaining to stderr even on environments with IPV6 disabled
    Root cause: As part of CLI implemenation, it is always retrieving the GlobalMaps using true flag irrespective of IPV6 is enabled/disabled
    Suggested fix: Now, GlobalMaps are based on correct IPV6 status from the cilium-agent else read from the system config (absence of agent)
    
    Affected CLIs:
        $ cilium bpf ct ...
        $ cilium bpf nat ...
        $ cilium bpf recorder ...
    
    Fixes: cilium#13834
    
    Signed-off-by: Mahadev Panchal <mahadev.panchal@accuknox.com>
    Maddy007-maha authored and Cilium Maintainers committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    aead81c View commit details
    Browse the repository at this point in the history