bundlewrap/bundles/systemd-networkd/files/template-bond.netdev

19 lines
386 B
SYSTEMD
Raw Normal View History

[NetDev]
Name=${bond}
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
% endif
#MIIMonitorSec=0.1
% if mode == '802.3ad':
#LACPTransmitRate=fast
#AdSelect=bandwidth
#AdActorSystemPriority=${prio}
% endif