Closed
Description
When extending 31-vlan-bridge-trunk.yml
with untagged ports:
links:
- s1:
s2:
vlan.trunk: [ red, blue ]
- s1:
ipv4: False
h5:
prefix:
ipv4: 172.31.1.0/24
- s2:
ipv4: False
h6:
prefix:
ipv4: 172.31.1.0/24
swp2
on each Cumulus device doesn't come up
Fix: move
a few lines down, just beforeif l.ipv4 == True
We'd probably also want to disable ipv6 on l2-only interfaces