diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-16 22:16:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 22:16:42 +0100 |
commit | e21dd22040d5dc6a8beb4ff87227c0881a99496e (patch) | |
tree | a46a5f38381a137b84564be0d9573396f7199522 /man | |
parent | resolve: provide service resolve over varlink (diff) | |
parent | test-network: Add test for bond arp_missed_max option (diff) | |
download | systemd-e21dd22040d5dc6a8beb4ff87227c0881a99496e.tar.xz systemd-e21dd22040d5dc6a8beb4ff87227c0881a99496e.zip |
Merge pull request #31338 from ssahani/network-bond-missed
network: netdev - bond add support for ARP missed max
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ <xi:include href="version-info.xml" xpointer="v220"/> </listitem> </varlistentry> + + <varlistentry> + <term><varname>ARPMissedMax=</varname></term> + <listitem> + <para>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. + </para> + + <xi:include href="version-info.xml" xpointer="v256"/> + </listitem> + </varlistentry> </variablelist> <para>For more detail information see |