rhel: Add depmod.d conf file for rhel6 kmod package.
authorGurucharan Shetty <gshetty@nicira.com>
Sun, 31 Mar 2013 01:32:25 +0000 (18:32 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 1 Apr 2013 22:11:56 +0000 (15:11 -0700)
commit9c12d2ec7569a12d9391c35b0f2402b03838fd40
treec7c2357206fd780dae09f2197b1bfa10e68625d4
parent60533a405b2eb77214b767767fe143c8645f82d5
rhel: Add depmod.d conf file for rhel6 kmod package.

It looks like for Centos6.4, there is an upstream openvswitch
kernel module already installed. When we try to install kmod-openvswitch
package from this tree's pre-1.10 branches, we get the following warning:
"brcompat.ko needs unknown symbol ovs_dp_ioctl_hook".

Also, after installing the kmod-openvswitch package, if we run
"modprobe openvswitch", the upstream kernel module gets loaded.
We should instead load the kernel module compiled from this tree.

This patch fixes both the above issues.

Bug #15829.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
INSTALL.RHEL
rhel/automake.mk
rhel/openvswitch-kmod-rhel6.spec.in
rhel/openvswitch-kmod.files [new file with mode: 0644]