]> git.openfabrics.org - ~tnikolova/ofed_scripts/.git/commitdiff
ib-bonding release 22
authorMoni Shoua <monis@voltaire.com>
Thu, 24 Jan 2008 13:33:13 +0000 (15:33 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Mon, 28 Jan 2008 08:30:22 +0000 (10:30 +0200)
Change Log:
--------------------------
1. Apply backport patches also for kernel 2.6.9-67 (Redhat4 UP6)
2. Fix bugs for working with OS tools (sysconfig/initscripts)
3. Change in documentation for working with OS tools
4. Fix: in ib-bons - bond0 appears as constant instead of $BOND_NAME in one place
5. Fix: Destroy bonding master only if it exists

Add 2.6.9-67 to the list of kernels that are supported by ib-bonding

Signed-off-by: Moni Shoua <monis@voltaire.com>
install.pl

index 256263d37b0e529dc797d6931ba6f6a99cf4fd66..fcae1fbdbaa4aca7d9bc6af17c371fdbe60c8c1b 100755 (executable)
@@ -1579,7 +1579,7 @@ sub set_availability
     }
 
     # ib-bonding
-    if ($kernel =~ m/2.6.9-34|2.6.9-42|2.6.9-55|2.6.16.[0-9.]*-[0-9.]*-[A-Za-z0-9.]*|el5|fc6/) {
+    if ($kernel =~ m/2.6.9-34|2.6.9-42|2.6.9-55|2.6.9-67|2.6.16.[0-9.]*-[0-9.]*-[A-Za-z0-9.]*|el5|fc6/) {
             $packages_info{'ib-bonding'}{'available'} = 1;
             $packages_info{'ib-bonding-debuginfo'}{'available'} = 1;
     }