bundlewrap/bundles/systemd-networkd/files/template-bond.netdev
Franzi 4f6b57676a
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/systemd-networkd: LACPTransmitRate=fast
2021-01-09 12:52:03 +01:00

14 lines
216 B
SYSTEMD

[NetDev]
Name=${bond}
Kind=bond
[Bond]
Mode=${mode}
% if mode in {'balance-rr', '802.3ad', 'balance-tlp'}:
TransmitHashPolicy=layer3+4
% endif
MIIMonitorSec=0.1
% if mode == '802.3ad':
LACPTransmitRate=fast
% endif