]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bond: add arp_missed_max option
authorHangbin Liu <liuhangbin@gmail.com>
Tue, 30 Nov 2021 04:29:48 +0000 (12:29 +0800)
committerDavid Ahern <dsahern@kernel.org>
Fri, 3 Dec 2021 17:23:35 +0000 (10:23 -0700)
commit99d09ee9a637b13f2123ba0154212afb81fafc43
tree0131b2d51adf4fa5c66dbe8445d18fa646df6f88
parent432cb06b453a53c68d39e5fa4e9464f319a7e835
bond: add arp_missed_max option

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.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/iplink_bond.c