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

Fixes incorrect GR hairpin flows #3201

Merged
merged 1 commit into from
Oct 5, 2022

Commits on Oct 4, 2022

  1. Fixes incorrect GR hairpin flows

    Now that the special masquerade IPs are assigned to the interface, they
    default flows that end up DNAT'ing return traffic from the GR->host from
    masquerade ip -> host ip were being overridden with secondary ip flows
    for extra ips. This fixes it by skipping special ips when evaluting the
    extra ips on a node.
    
    Signed-off-by: Tim Rozet <trozet@redhat.com>
    trozet committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5a056e7 View commit details
    Browse the repository at this point in the history