-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Calico] TestKernel2Wireguard2Kernel_dual_stack is not stable #671
Comments
Update: Got proof that this is the same problem - networkservicemesh/sdk-vpp#527 Trace from the client forwarder:
|
Blocked by: networkservicemesh/sdk-vpp#527 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
TestKernel2Wireguard2Kernel_dual_stack
is not stable with Calico.As we can see in logs - ping IPv6 starts working but very intermittent. And inside the client's logs, we see that the datapath healing works.
In the order of the
"dst_ip_addrs":["172.16.1.100/32","2001:db8::/128"]
, we can notice that the IPV4 address is checked first, and it fails.This indirectly points to this problem - networkservicemesh/sdk-vpp#527.
Build:
https://github.com/networkservicemesh/integration-k8s-kind/actions/runs/2376683993
Logs:
TestRunFeatureSuiteCalico.zip
The text was updated successfully, but these errors were encountered: