diff options
author | Hangbin Liu <liuhangbin@gmail.com> | 2023-05-09 11:11:58 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-05-10 09:27:20 +0100 |
commit | 84df83e0ecd3beba62c3d06b43ab51cc47efaca0 (patch) | |
tree | b81d5e6e7b79a65d0327bf16ac4758fa8b826405 /Documentation | |
parent | 9949e2efb54eb3001cb2f6512ff3166dddbfb75d (diff) |
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 <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/bonding.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/networking/bonding.rst b/Documentation/networking/bonding.rst index adc4bf4f3c50..28925e19622d 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. |