Bridge topology not working #2149
-
|
Hello. Trying a simple bridge topology: My goal here is to have a Linux container with its own network namespace. 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.
Replies: 2 comments 2 replies
-
|
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.
-
|
@ldelossa @hellt I have the same issue. This is my topology definition: This is the log output: Funnily enough, this only happens for eth1 and eth2. All the other ones work fine. |
Beta Was this translation helpful? Give feedback.
I think I just figured it out: If an interface is in the host namespace (like those of bridges), they cannot have the same name as existing interfaces on the system. Otherwise it collides or something. The documentation also hints at this.