[ovs-git] [openvswitch/ovs] 4afd1d: rhel: Fixed a bug for checking the correct major v...

ashish-varma noreply at github.com
Mon Jul 8 21:10:38 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 4afd1d8769de721a95a4f730fa023f77c9e51895
      https://github.com/openvswitch/ovs/commit/4afd1d8769de721a95a4f730fa023f77c9e51895
  Author: Ashish Varma <ashishvarma.ovs at gmail.com>
  Date:   2019-07-08 (Mon, 08 Jul 2019)

  Changed paths:
    M rhel/openvswitch-kmod-fedora.spec.in

  Log Message:
  -----------
  rhel: Fixed a bug for checking the correct major version and revision.

Fixed a bug where checking for major version 3.10 and major revision not
equal to 327 or 693 or 957 should have gone to the default else at the end.
In the current code, the default else condition will not get executed
for kernel with major version 3.10 and major revision not equal
to 327/693/957 resulting in failure to load the kernel module.

Fixes: 402efbe4e176 ("rhel: Add 4.12 kernel support in ovs-kmod-manage.sh")
Signed-off-by: Ashish Varma <ashishvarma.ovs at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list