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]
|
[Bond]
|
||||||
Mode=${mode}
|
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'}:
|
% if mode in {'balance-rr', '802.3ad', 'balance-tlp'}:
|
||||||
#TransmitHashPolicy=layer2
|
TransmitHashPolicy=layer3+4
|
||||||
% endif
|
% endif
|
||||||
#MIIMonitorSec=0.1
|
MIIMonitorSec=0.1
|
||||||
% if mode == '802.3ad':
|
% if mode == '802.3ad':
|
||||||
#LACPTransmitRate=fast
|
LACPTransmitRate=slow
|
||||||
#AdSelect=bandwidth
|
|
||||||
#AdActorSystemPriority=${prio}
|
|
||||||
% endif
|
% endif
|
||||||
|
|
Loading…
Reference in a new issue