]> git.proxmox.com Git - mirror_ovs.git/commitdiff
rhel: Revert RHEL 7.4 comp_ver change
authorGreg Rose <gvrose8192@gmail.com>
Tue, 3 Sep 2019 15:50:42 +0000 (08:50 -0700)
committerGurucharan Shetty <guru@ovn.org>
Tue, 3 Sep 2019 05:22:40 +0000 (22:22 -0700)
I looked at the wrong list of kernels when I changed the value for the
RHEL 7.4 comp_ver variable.  Revert that part of commit e64c2c1
("rhel: Fix ovs-kmod-manage.sh to work with RHEL 7.3").

Fixes: e64c2c1 ("rhel: Fix ovs-kmod-manage.sh to work with RHEL 7.3")
Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh

index c5b1d2d4040b2b85b78811d5df2dc0417fc4fe3d..693fb0b744b3f052e7343bea9b8a6e7558802c7e 100644 (file)
@@ -87,7 +87,7 @@ if [ "$mainline_major" = "3" ] && [ "$mainline_minor" = "10" ]; then
         installed_ver="$minor_rev"
     elif [ "$major_rev" = "693" ]; then
 #        echo "rhel74"
-        comp_ver=21
+        comp_ver=11
         ver_offset=4
         installed_ver="$minor_rev"
     elif [ "$major_rev" = "862" ]; then