Franziska Kunsmann
197ebe2e38
All checks were successful
bundlewrap/pipeline/head This commit looks good
10 lines
169 B
SYSTEMD
10 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
|