From: Moni Shoua Date: Thu, 24 Jan 2008 13:33:13 +0000 (+0200) Subject: ib-bonding release 22 X-Git-Tag: vofed-1.3~11 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8118c3b3c3b6397cae8267c1868954140364d57c;p=~vlad%2Fofed_scripts.git ib-bonding release 22 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 --- diff --git a/install.pl b/install.pl index 256263d..fcae1fb 100755 --- a/install.pl +++ b/install.pl @@ -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; }