diff options
author | Jonathan Toppins <jtoppins@redhat.com> | 2022-11-30 21:12:06 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-12-02 11:46:45 +0100 |
commit | f036b97da67f4551d703f189b9a90686cbaf0adb (patch) | |
tree | 25d4f6f0c177198b770c1e9950d307cdcf84a73c /Documentation/networking | |
parent | net: thunderbolt: Use bitwise types in the struct thunderbolt_ip_frame_header (diff) | |
download | linux-f036b97da67f4551d703f189b9a90686cbaf0adb.tar.xz linux-f036b97da67f4551d703f189b9a90686cbaf0adb.zip |
Documentation: bonding: update miimon default to 100
With commit c1f897ce186a ("bonding: set default miimon value for non-arp
modes if not set") the miimon default was changed from zero to 100 if
arp_interval is also zero. Document this fact in bonding.rst.
Fixes: c1f897ce186a ("bonding: set default miimon value for non-arp modes if not set")
Signed-off-by: Jonathan Toppins <jtoppins@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/bonding.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/networking/bonding.rst b/Documentation/networking/bonding.rst index 96cd7a26f3d9..da57aac73ffc 100644 --- a/Documentation/networking/bonding.rst +++ b/Documentation/networking/bonding.rst @@ -566,7 +566,8 @@ miimon link monitoring. A value of 100 is a good starting point. The use_carrier option, below, affects how the link state is determined. See the High Availability section for additional - information. The default value is 0. + information. The default value is 100 if arp_interval is not + set. min_links |