Franziska Kunsmann
4f6b57676a
All checks were successful
bundlewrap/pipeline/head This commit looks good
13 lines
216 B
SYSTEMD
13 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
|