Replies: 1 comment 1 reply
-
Sorry, I had some stale state on my workstation which left some links behind, they are now removed. I still face an issue with the follow topology:
In this topo, I wind up with node-a:eth1 plugged into the bridge, but not node-b:eth1.
The other veths are management veths. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Trying a simple bridge topology:
My goal here is to have a Linux container with its own network namespace.
A bridge in the host network namespace.
One side of the container's veth should be plugged into the bridge.
I create the bridge manually.
I keep getting these errors:
Apparently containerlab is checking if an interface already exists. Is this some kinda dependency issue I'm running into?
Beta Was this translation helpful? Give feedback.
All reactions