From: Hangbin Liu Date: Tue, 9 May 2023 03:11:58 +0000 (+0800) Subject: Documentation: bonding: fix the doc of peer_notif_delay X-Git-Tag: v6.6.17~4877^2~13^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84df83e0ecd3beba62c3d06b43ab51cc47efaca0;p=platform%2Fkernel%2Flinux-rpi.git Documentation: bonding: fix the doc of peer_notif_delay Bonding only supports setting peer_notif_delay with miimon set. Fixes: 0307d589c4d6 ("bonding: add documentation for peer_notif_delay") Signed-off-by: Hangbin Liu Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/bonding.rst b/Documentation/networking/bonding.rst index adc4bf4..28925e1 100644 --- a/Documentation/networking/bonding.rst +++ b/Documentation/networking/bonding.rst @@ -776,10 +776,11 @@ peer_notif_delay Specify the delay, in milliseconds, between each peer notification (gratuitous ARP and unsolicited IPv6 Neighbor Advertisement) when they are issued after a failover event. - This delay should be a multiple of the link monitor interval - (arp_interval or miimon, whichever is active). The default - value is 0 which means to match the value of the link monitor - interval. + This delay should be a multiple of the MII link monitor interval + (miimon). + + The valid range is 0 - 300000. The default value is 0, which means + to match the value of the MII link monitor interval. prio Slave priority. A higher number means higher priority.