Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jonathan Toppins and committed by
David S. Miller
f036b97d a479f926

+2 -1
+2 -1
Documentation/networking/bonding.rst
··· 566 566 link monitoring. A value of 100 is a good starting point. 567 567 The use_carrier option, below, affects how the link state is 568 568 determined. See the High Availability section for additional 569 - information. The default value is 0. 569 + information. The default value is 100 if arp_interval is not 570 + set. 570 571 571 572 min_links 572 573