bundles/systemd-networkd: fix LACP options
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
fixes #25, hopefully
This commit is contained in:
parent
f329373a4a
commit
10fd67a0fd
1 changed files with 3 additions and 8 deletions
|
@ -4,15 +4,10 @@ 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=layer2
|
||||
TransmitHashPolicy=layer3+4
|
||||
% endif
|
||||
#MIIMonitorSec=0.1
|
||||
MIIMonitorSec=0.1
|
||||
% if mode == '802.3ad':
|
||||
#LACPTransmitRate=fast
|
||||
#AdSelect=bandwidth
|
||||
#AdActorSystemPriority=${prio}
|
||||
LACPTransmitRate=slow
|
||||
% endif
|
||||
|
|
Loading…
Reference in a new issue