From b33bba043480934642e2135c0846cedfd823c00b Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Thu, 15 Feb 2024 16:11:22 +0530 Subject: network: netdev - bond add support for ARP missed max 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. --- man/systemd.netdev.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'man') diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index bf3b5c21da..08da75f06f 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -2420,6 +2420,18 @@ + + + ARPMissedMax= + + Specify the maximum number of arp interval monitor cycle + for missed ARP replies. If this number is exceeded, link is reported as + down. Defaults to unset. + + + + + For more detail information see -- cgit v1.2.3