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

10 lines
124 B
SYSTEMD

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