-
Notifications
You must be signed in to change notification settings - Fork 78
[BUG] Cumulus templates do not bring up L2-only interfaces #1863
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
Comments
Note that FRR does not have this issue due to
It might be better to uncomment
|
I agree that it's not nice that the interfaces are not brought up, but as you didn't configure anything on them, it's not a big problem anyway ;) |
Also, the minimum topology to reproduce the problem has nothing to do with VLANs or trunks:
|
In this case it was, because the test passes if the ping fails - and with the interface down, the ping will fail regardless if there is an issue with untagged packets being forwarded on the trunk |
When extending
31-vlan-bridge-trunk.yml
with untagged ports:swp2
on each Cumulus device doesn't come upFix: move
netlab/netsim/ansible/templates/initial/cumulus.j2
Line 76 in d07e481
if l.ipv4 == True
We'd probably also want to disable ipv6 on l2-only interfaces
The text was updated successfully, but these errors were encountered: