aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorJay Vosburgh <fubar@us.ibm.com>2008-06-13 21:12:03 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-06-18 00:00:04 -0400
commitb59f9f74c4c0a569398f08c34a877f1b7b457496 (patch)
tree714ec0e4840f1eaf9468f63c326203afee0b2d69 /Documentation/networking
parent01f3109de49a889db8adf9116449727547ee497e (diff)
bonding: Rework / fix multiple gratuitous ARP support
Support for sending multiple gratuitous ARPs during failovers was added by commit: commit 7893b2491a2d5f716540ac5643d78d37a7f6628b Author: Moni Shoua <monis@voltaire.com> Date: Sat May 17 21:10:12 2008 -0700 bonding: Send more than one gratuitous ARP when slave takes over This change modifies that support to remove duplicated code, add support for ARP monitor (the original only supported miimon), clear the grat ARP counter in bond_close (lest a later "ifconfig up" immediately start spewing ARPs), and add documentation for the module parameter. Also updated driver version to 3.3.0. Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/bonding.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt
index 8e6b8d3c7410..370b7da73ab4 100644
--- a/Documentation/networking/bonding.txt
+++ b/Documentation/networking/bonding.txt
@@ -539,6 +539,17 @@ mode
539 swapped with the new curr_active_slave that was 539 swapped with the new curr_active_slave that was
540 chosen. 540 chosen.
541 541
542num_grat_arp
543
544 Specifies the number of gratuitous ARPs to be issued after a
545 failover event. One gratuitous ARP is issued immediately after
546 the failover, subsequent ARPs are sent at a rate of one per link
547 monitor interval (arp_interval or miimon, whichever is active).
548
549 The valid range is 0 - 255; the default value is 1. This option
550 affects only the active-backup mode. This option was added for
551 bonding version 3.3.0.
552
542primary 553primary
543 554
544 A string (eth0, eth2, etc) specifying which slave is the 555 A string (eth0, eth2, etc) specifying which slave is the