Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tunnelDstIP field in traceflow on dual-stack (antrea-io#4529)
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 <[email protected]>
- Loading branch information