bundlewrap/bundles/systemd-networkd/files/template-bridge-vlan.network
Franzi 61e5591628
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
bundles/systemd-networkd: fix bridge-in-bridge-setup on home.nas not working properly
2021-10-11 20:46:07 +02:00

8 lines
95 B
SYSTEMD

[Match]
Name=${bridge}
[Network]
% for vlan in sorted(vlans):
VLAN=${bridge}.${vlan}
% endfor