Commit 84df83e0 authored by Hangbin Liu's avatar Hangbin Liu Committed by David S. Miller

Documentation: bonding: fix the doc of peer_notif_delay

Bonding only supports setting peer_notif_delay with miimon set.

Fixes: 0307d589 ("bonding: add documentation for peer_notif_delay")
Signed-off-by: default avatarHangbin Liu <liuhangbin@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9949e2ef
...@@ -776,10 +776,11 @@ peer_notif_delay ...@@ -776,10 +776,11 @@ peer_notif_delay
Specify the delay, in milliseconds, between each peer Specify the delay, in milliseconds, between each peer
notification (gratuitous ARP and unsolicited IPv6 Neighbor notification (gratuitous ARP and unsolicited IPv6 Neighbor
Advertisement) when they are issued after a failover event. Advertisement) when they are issued after a failover event.
This delay should be a multiple of the link monitor interval This delay should be a multiple of the MII link monitor interval
(arp_interval or miimon, whichever is active). The default (miimon).
value is 0 which means to match the value of the link monitor
interval. The valid range is 0 - 300000. The default value is 0, which means
to match the value of the MII link monitor interval.
prio prio
Slave priority. A higher number means higher priority. Slave priority. A higher number means higher priority.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment