diff options
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/bonding.txt | 42 | ||||
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 18 |
2 files changed, 59 insertions, 1 deletions
diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt index d5181ce9ff62..61f516b135b4 100644 --- a/Documentation/networking/bonding.txt +++ b/Documentation/networking/bonding.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | 1 | ||
2 | Linux Ethernet Bonding Driver HOWTO | 2 | Linux Ethernet Bonding Driver HOWTO |
3 | 3 | ||
4 | Latest update: 12 November 2007 | 4 | Latest update: 23 September 2009 |
5 | 5 | ||
6 | Initial release : Thomas Davis <tadavis at lbl.gov> | 6 | Initial release : Thomas Davis <tadavis at lbl.gov> |
7 | Corrections, HA extensions : 2000/10/03-15 : | 7 | Corrections, HA extensions : 2000/10/03-15 : |
@@ -614,6 +614,46 @@ primary | |||
614 | 614 | ||
615 | The primary option is only valid for active-backup mode. | 615 | The primary option is only valid for active-backup mode. |
616 | 616 | ||
617 | primary_reselect | ||
618 | |||
619 | Specifies the reselection policy for the primary slave. This | ||
620 | affects how the primary slave is chosen to become the active slave | ||
621 | when failure of the active slave or recovery of the primary slave | ||
622 | occurs. This option is designed to prevent flip-flopping between | ||
623 | the primary slave and other slaves. Possible values are: | ||
624 | |||
625 | always or 0 (default) | ||
626 | |||
627 | The primary slave becomes the active slave whenever it | ||
628 | comes back up. | ||
629 | |||
630 | better or 1 | ||
631 | |||
632 | The primary slave becomes the active slave when it comes | ||
633 | back up, if the speed and duplex of the primary slave is | ||
634 | better than the speed and duplex of the current active | ||
635 | slave. | ||
636 | |||
637 | failure or 2 | ||
638 | |||
639 | The primary slave becomes the active slave only if the | ||
640 | current active slave fails and the primary slave is up. | ||
641 | |||
642 | The primary_reselect setting is ignored in two cases: | ||
643 | |||
644 | If no slaves are active, the first slave to recover is | ||
645 | made the active slave. | ||
646 | |||
647 | When initially enslaved, the primary slave is always made | ||
648 | the active slave. | ||
649 | |||
650 | Changing the primary_reselect policy via sysfs will cause an | ||
651 | immediate selection of the best active slave according to the new | ||
652 | policy. This may or may not result in a change of the active | ||
653 | slave, depending upon the circumstances. | ||
654 | |||
655 | This option was added for bonding version 3.6.0. | ||
656 | |||
617 | updelay | 657 | updelay |
618 | 658 | ||
619 | Specifies the time, in milliseconds, to wait before enabling a | 659 | Specifies the time, in milliseconds, to wait before enabling a |
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 5dcc06721bba..554440af675c 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -1086,6 +1086,24 @@ accept_dad - INTEGER | |||
1086 | 2: Enable DAD, and disable IPv6 operation if MAC-based duplicate | 1086 | 2: Enable DAD, and disable IPv6 operation if MAC-based duplicate |
1087 | link-local address has been found. | 1087 | link-local address has been found. |
1088 | 1088 | ||
1089 | force_tllao - BOOLEAN | ||
1090 | Enable sending the target link-layer address option even when | ||
1091 | responding to a unicast neighbor solicitation. | ||
1092 | Default: FALSE | ||
1093 | |||
1094 | Quoting from RFC 2461, section 4.4, Target link-layer address: | ||
1095 | |||
1096 | "The option MUST be included for multicast solicitations in order to | ||
1097 | avoid infinite Neighbor Solicitation "recursion" when the peer node | ||
1098 | does not have a cache entry to return a Neighbor Advertisements | ||
1099 | message. When responding to unicast solicitations, the option can be | ||
1100 | omitted since the sender of the solicitation has the correct link- | ||
1101 | layer address; otherwise it would not have be able to send the unicast | ||
1102 | solicitation in the first place. However, including the link-layer | ||
1103 | address in this case adds little overhead and eliminates a potential | ||
1104 | race condition where the sender deletes the cached link-layer address | ||
1105 | prior to receiving a response to a previous solicitation." | ||
1106 | |||
1089 | icmp/*: | 1107 | icmp/*: |
1090 | ratelimit - INTEGER | 1108 | ratelimit - INTEGER |
1091 | Limit the maximal rates for sending ICMPv6 packets. | 1109 | Limit the maximal rates for sending ICMPv6 packets. |