bundles/systemd-networkd: remove settings from bond.netdev
All checks were successful
bundlewrap/pipeline/head This commit looks good
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:
parent
379dc9e1fe
commit
f329373a4a
1 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue