summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2019-09-03 08:50:42 -0700
committerGurucharan Shetty <guru@ovn.org>2019-09-02 22:22:40 -0700
commitd0fa7d7f12f131db5a49ea5c61b0276784c09ca3 (patch)
tree05d29761795abbacafb836d89d19fb9b3d43be6e /rhel
parente64c2c1ea67de94f198ba8a094f5cb37e4cd1179 (diff)
downloadopenvswitch-d0fa7d7f12f131db5a49ea5c61b0276784c09ca3.tar.gz
rhel: Revert RHEL 7.4 comp_ver change
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>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
index c5b1d2d40..693fb0b74 100644
--- a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
+++ b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh
@@ -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