bundles/systemd-networkd: fix bridge-in-bridge-setup on home.nas not working properly
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-10-11 20:46:07 +02:00
parent 2662fa5976
commit 61e5591628
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 55 additions and 12 deletions

View file

@ -0,0 +1,7 @@
[Match]
Name=${bridge}
[Network]
% for vlan in sorted(vlans):
VLAN=${bridge}.${vlan}
% endfor