mirror of
https://github.com/systemd/systemd.git
synced 2025-01-06 17:18:12 +03:00
b33bba0434
Allows to configure bond arp_missed_max is the maximum number of arp_interval monitor cycle for missed ARP replies. If this number is exceeded, link is reported as down.
20 lines
319 B
SYSTEMD
20 lines
319 B
SYSTEMD
[NetDev]
|
|
Name=bond99
|
|
Kind=bond
|
|
|
|
[Bond]
|
|
Mode=802.3ad
|
|
TransmitHashPolicy=layer3+4
|
|
MIIMonitorSec=1s
|
|
LACPTransmitRate=fast
|
|
UpDelaySec=2s
|
|
DownDelaySec=2s
|
|
ResendIGMP=4
|
|
MinLinks=1
|
|
AdActorSystemPriority=1218
|
|
AdUserPortKey=811
|
|
AdActorSystem=00:11:22:33:44:55
|
|
ARPMissedMax=10
|
|
# feed the sanitizer
|
|
AdActorSystem=00:11:22:33:44:55
|