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 #4529: Fix tunnelDstIP field in traceflow on dual-stack #4840

Commits on Apr 11, 2023

  1. Fix tunnelDstIP field in traceflow on dual-stack

    On dual-stack testbed, Inter-Node traceflow observation for
    IPv4 packet in encap mode has empty tunnelDstIP field because
    isIPv6 variable is set.
    
    Change the logic to set isIPv6 variable based on the packet
    IPv4 or IPv6.
    
    Fixes antrea-io#4502
    
    Signed-off-by: Kumar Atish <atish.iaf@gmail.com>
    Atish-iaf authored and luolanzone committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a67aaf8 View commit details
    Browse the repository at this point in the history