You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2023. It is now read-only.
Also, CreateTapInterfaceDocker which is used as a work-around uses cfg.Tap to create the required tap device. However, CreateMacvtapInterfaceDocker doesn't use cfg.Tap. I am surprised to see however, cfg.Tap being created.
May be its a part of veth pair. However, the problem seems to be due to failure f creating macvtap. However, the netlink API seems to indicate success which is confusing. Need to see if the macvtap API is correctly used.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workingenhancementNew feature or request
When trying to use the function
CreateMacvtapInterfaceDocker
when a network namespace for a container is in use, we run into the error like:Could not create /dev/tap8424: open /sys/devices/virtual/net/macvtap8424/tap8424/dev: no such file or directory
This seems to be w.r.t. to code at
runnc/nabla-lib/network/network_linux.go
Line 227 in 61d33ec
The text was updated successfully, but these errors were encountered: