bundles/systemd-networkd: fix vlan support for bridges and bonds

This commit is contained in:
Franzi 2021-04-10 09:14:12 +02:00
parent 913f2cde8f
commit 02146a81d6
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 10 additions and 0 deletions

View file

@ -3,3 +3,7 @@ Name=${' '.join(sorted(match))}
[Network]
Bridge=${bridge}
% for vlan in sorted(vlans):
VLAN=${bridge}.${vlan}
% endfor