bundlewrap/bundles/systemd-networkd/files/template-bridge.network
Franzi 197ebe2e38
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/systemd-networkd: add BindCarrier to bridges
2021-04-10 11:41:23 +02:00

11 lines
169 B
SYSTEMD

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