bundlewrap/bundles/systemd-networkd/files/template-bridge.network

11 lines
169 B
SYSTEMD
Raw Normal View History

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