diff options
author | dingtianhong <dingtianhong@huawei.com> | 2013-12-21 14:40:22 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-31 00:40:31 -0500 |
commit | 84a6a0acad145fb9bc11dcb60f6d064072f0cc1c (patch) | |
tree | 3bb07604f76603acc77b8fbc89e365fbca71a42e | |
parent | 834db4bcdf937b9f06122a633672ee5acd77085b (diff) |
bonding: update Documentation/networking/bonding.txt for option lp_interval
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/networking/bonding.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt index 2cdb8b66caa..a4d925e4ba7 100644 --- a/Documentation/networking/bonding.txt +++ b/Documentation/networking/bonding.txt @@ -853,6 +853,14 @@ resend_igmp This option was added for bonding version 3.7.0. +lp_interval + + Specifies the number of seconds between instances where the bonding + driver sends learning packets to each slaves peer switch. + + The valid range is 1 - 0x7fffffff; the default value is 1. This Option + has effect only in balance-tlb and balance-alb modes. + 3. Configuring Bonding Devices ============================== |