diff options
author | Andy Gospodarek <andy@greyhouse.net> | 2008-10-22 07:19:48 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-11-02 08:38:32 -0500 |
commit | 3f8b4b13785c2737413d3241c21c7c86a41535ef (patch) | |
tree | cd088c9ac37bd737bbe49b981ca49dfaa1a47a61 /Documentation/networking/bonding.txt | |
parent | 237f3e1d80bb9d4c6eaf684552f422568ba04ffe (diff) |
bonding: update docs to correctly reflect arp_ip_target behavior
This documentation patch hopes to clarify that the '+' was only needed
for Fedora 7 and Red Hat Enterprise Linux 5.0 and 5.1. After that the
IP addreses could be added as a comma separated list just like the
module option.
Signed-off-by: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'Documentation/networking/bonding.txt')
-rw-r--r-- | Documentation/networking/bonding.txt | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt index 688dfe1e6b70..d733a428eff6 100644 --- a/Documentation/networking/bonding.txt +++ b/Documentation/networking/bonding.txt | |||
@@ -922,17 +922,19 @@ USERCTL=no | |||
922 | NETMASK, NETWORK and BROADCAST) to match your network configuration. | 922 | NETMASK, NETWORK and BROADCAST) to match your network configuration. |
923 | 923 | ||
924 | For later versions of initscripts, such as that found with Fedora | 924 | For later versions of initscripts, such as that found with Fedora |
925 | 7 and Red Hat Enterprise Linux version 5 (or later), it is possible, and, | 925 | 7 (or later) and Red Hat Enterprise Linux version 5 (or later), it is possible, |
926 | indeed, preferable, to specify the bonding options in the ifcfg-bond0 | 926 | and, indeed, preferable, to specify the bonding options in the ifcfg-bond0 |
927 | file, e.g. a line of the format: | 927 | file, e.g. a line of the format: |
928 | 928 | ||
929 | BONDING_OPTS="mode=active-backup arp_interval=60 arp_ip_target=+192.168.1.254" | 929 | BONDING_OPTS="mode=active-backup arp_interval=60 arp_ip_target=192.168.1.254" |
930 | 930 | ||
931 | will configure the bond with the specified options. The options | 931 | will configure the bond with the specified options. The options |
932 | specified in BONDING_OPTS are identical to the bonding module parameters | 932 | specified in BONDING_OPTS are identical to the bonding module parameters |
933 | except for the arp_ip_target field. Each target should be included as a | 933 | except for the arp_ip_target field when using versions of initscripts older |
934 | separate option and should be preceded by a '+' to indicate it should be | 934 | than and 8.57 (Fedora 8) and 8.45.19 (Red Hat Enterprise Linux 5.2). When |
935 | added to the list of queried targets, e.g., | 935 | using older versions each target should be included as a separate option and |
936 | should be preceded by a '+' to indicate it should be added to the list of | ||
937 | queried targets, e.g., | ||
936 | 938 | ||
937 | arp_ip_target=+192.168.1.1 arp_ip_target=+192.168.1.2 | 939 | arp_ip_target=+192.168.1.1 arp_ip_target=+192.168.1.2 |
938 | 940 | ||
@@ -940,7 +942,7 @@ added to the list of queried targets, e.g., | |||
940 | options via BONDING_OPTS, it is not necessary to edit /etc/modules.conf or | 942 | options via BONDING_OPTS, it is not necessary to edit /etc/modules.conf or |
941 | /etc/modprobe.conf. | 943 | /etc/modprobe.conf. |
942 | 944 | ||
943 | For older versions of initscripts that do not support | 945 | For even older versions of initscripts that do not support |
944 | BONDING_OPTS, it is necessary to edit /etc/modules.conf (or | 946 | BONDING_OPTS, it is necessary to edit /etc/modules.conf (or |
945 | /etc/modprobe.conf, depending upon your distro) to load the bonding module | 947 | /etc/modprobe.conf, depending upon your distro) to load the bonding module |
946 | with your desired options when the bond0 interface is brought up. The | 948 | with your desired options when the bond0 interface is brought up. The |