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

Automated cherry pick of #6259: Fix antrea-agent crashing with proxyAll enabled in #6408

Commits on Jun 6, 2024

  1. Fix antrea-agent crashing with proxyAll enabled in networkPolicyOnly …

    …mode (antrea-io#6259)
    
    In networkPolicyOnly mode and proxyAll is enabled, the ifindex of antrea-gw0 in `nodeConfig`
    is uninitialized, resulting in the failure to install the ip neighbor to antrea-gw0 due to
    the fact that the ifindex of antrea-gw0 is wrong. Additionally, the ipsets storing the pairs
    of Node IP and NodePort are not initialized and periodically synced. Consequently, this results
    in the failure to sync the iptables rules that referring to the ipsets.
    
    Signed-off-by: Hongliang Liu <[email protected]>
    hongliangl committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    044e5ae View commit details
    Browse the repository at this point in the history