bundles/systemd-networkd: remove settings from bond.netdev
All checks were successful
bundlewrap/pipeline/head This commit looks good

Why the fuck doesn't this work like it's written in the documentation?
This commit is contained in:
Franzi 2021-01-01 22:00:50 +01:00
parent 379dc9e1fe
commit f329373a4a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -4,12 +4,15 @@ Kind=bond
[Bond]
Mode=${mode}
# Atleast one of those settings break LACP on our HPE 1920-48G switch
# TODO find out which settings are responsible
% if mode in {'balance-rr', '802.3ad', 'balance-tlp'}:
TransmitHashPolicy=layer3+4
#TransmitHashPolicy=layer2
% endif
MIIMonitorSec=0.1
#MIIMonitorSec=0.1
% if mode == '802.3ad':
LACPTransmitRate=fast
AdSelect=bandwidth
AdActorSystemPriority=${prio}
#LACPTransmitRate=fast
#AdSelect=bandwidth
#AdActorSystemPriority=${prio}
% endif