-
Notifications
You must be signed in to change notification settings - Fork 19
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
Kernel(Memif) + Wireguard is unstable on Calico #527
Comments
@edwarnicke |
I've tried to reproduce it locally on the bare VPP, but without success. |
Description
Note: This issue was caught when using Calico vpp
Sometimes ping doesn't work, if we use
kernel
(ormemif
) +wireguard
interfaces. It is enough to run Kernel2Wireguard2Kernel example .Additional info:
I've added traces and found that the problem is most often here:
FWD1 information.
This trace is on the backward, from the FWD2:
My guess is that many interfaces are created and deleted during the tests (both NSM and Calico). And at some point, the state of the list of interfaces is violated (perhaps due to reallocation)
The text was updated successfully, but these errors were encountered: