Skip to content

Commit

Permalink
Merge pull request #351 from metal-stack/vlan-fix
Browse files Browse the repository at this point in the history
Support unnumbered VLAN interfaces for systemd-networkd role
  • Loading branch information
mwindower authored Nov 8, 2024
2 parents cc59b25 + 7148cac commit c9487c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions partition/roles/systemd-networkd/templates/vlan.network.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ Type=vlan
[Link]
MTUBytes={{ item.mtu | default(systemd_networkd_mtu) }}

{% if item.address is defined %}
[Network]
Address={{ item.address }}
{% endif %}

0 comments on commit c9487c3

Please sign in to comment.