bundles/systemd-networkd: remove unneeded bridge/bond stuff

This commit is contained in:
Franzi 2021-12-22 07:46:43 +01:00
parent 102af524be
commit d0b703a137
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 8 additions and 172 deletions

View file

@ -1,13 +0,0 @@
[NetDev]
Name=${bond}
Kind=bond
[Bond]
Mode=${mode}
% if mode in {'balance-rr', '802.3ad', 'balance-tlp'}:
TransmitHashPolicy=layer3+4
% endif
MIIMonitorSec=0.1
% if mode == '802.3ad':
LACPTransmitRate=fast
% endif

View file

@ -1,5 +0,0 @@
[Match]
Name=${' '.join(sorted(match))}
[Network]
Bond=${bond}

View file

@ -1,7 +0,0 @@
[Match]
Name=${bridge}
[Network]
% for vlan in sorted(vlans):
VLAN=${bridge}.${vlan}
% endfor

View file

@ -1,6 +0,0 @@
[NetDev]
Name=${bridge}
Kind=bridge
[Bridge]
STP=off

View file

@ -1,6 +0,0 @@
[Match]
Name=${' '.join(sorted(match))}
[Network]
Bridge=${bridge}
BindCarrier=${' '.join(sorted(match))}

View file

@ -1,3 +0,0 @@
[NetDev]
Name=${name}
Kind=dummy