-
Notifications
You must be signed in to change notification settings - Fork 27
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
Getting version errors while ucing tc-redirect-tap #98
Comments
@AvaterClasher, thanks for reporting the issue. This sounds like a bug to me as tc-redirect-tap does support version 1.0.0. I believe this is caused by the supported version logic depending on CNI |
@austinvazquez Hello, I tested the plugin with the fix you did but I am still getting the same error. I think I did everything correctly cloned your repo, checked out to your branch, rebuilt the plugin and put it in my This is the current error. ->
And the current conf ->
Another thing I noticed is that if I change the version to
So for the tc-redirect-tap plugin atleast |
That later You can confirm with For the earlier issue, I wonder if there's something weird happening because firecracker-go-sdk is using CNI 1.0.1 to exec the plugins. If you still want to try CNI 1.0.0, can you try building against the firecracker-go-sdk main branch? |
Hi @Kern-- Another thing I tried out was hacking the So I found out that this line was giving out the version to be
So I hardcoded it to Now I dont know much about CNI plugins to tell what was going wrong. Hope it helps. |
I am trying to setup a go project with firecrackers-go-sdk so for networking
I tried using cni version: v1.0.0 first for the plugin that gave me this error :
So I tried changing the version to the suggedted v0.4.0 and that gives me this error now:
The thing is here i am using this fcnet.conflist instead:
How should this be setup then ?
The text was updated successfully, but these errors were encountered: