bundles/systemd-networkd: add BindCarrier to bridges
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
00d46cb1b1
commit
197ebe2e38
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ Name=${' '.join(sorted(match))}
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
Bridge=${bridge}
|
Bridge=${bridge}
|
||||||
|
BindCarrier=${' '.join(sorted(match))}
|
||||||
|
|
||||||
% for vlan in sorted(vlans):
|
% for vlan in sorted(vlans):
|
||||||
VLAN=${bridge}.${vlan}
|
VLAN=${bridge}.${vlan}
|
||||||
|
|
Loading…
Reference in a new issue