Skip to content

[BUG] Cumulus templates do not bring up L2-only interfaces #1863

Closed
@jbemmel

Description

@jbemmel

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

{% if l.ipv4 is defined %}
a few lines down, just before if l.ipv4 == True

We'd probably also want to disable ipv6 on l2-only interfaces

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions