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

[release-4.15] OCPBUGS-32972: Deploy dual stack with IPv6 on top of bond/vlan fails #6245

Commits on Apr 25, 2024

  1. OCPBUGS-31631: Deploy dual stack with IPv6 on top of bond/vlan fails

    IPv6 L2 connectivity check uses nmap.  nmap uses NDP (Network Discovery
    Protocol) to check L2 connectivty to IPv6 hosts. There are cases that
    NDP response does not arrive or it is not captured by nmap which means
    that the system assumes there is no connectivity to the host.  However,
    there might be L3 connectivity (ping) to the same host.
    So change adds fallback for IPv6 L2 connectivity.  In case there is
    failure in L2 connectivity to IPv6 host and success in L3 connecivity to
    the same host, the host is assumed connected on L2, providing that the
    remote address is part of the L2 subnet being checked.
    ori-amizur authored and openshift-cherrypick-robot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b7bc0b9 View commit details
    Browse the repository at this point in the history