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>
Tue, 2 Apr 2013 16:38:36 +0000 (09:38 -0700)
commitab678ef14594f03ddd48385571e70ddf55b63ef2
tree6b4496ef777287860bd0d6d003f914d04f94db31
parentc8eae4c22571dbcf18932385afc6662399c69a7e
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]