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>
Wed, 3 Apr 2013 20:12:59 +0000 (13:12 -0700)
commit305ff6e492892434580c582ee881528097132f29
tree52ebc570713ee69f102a604234e0baf636070569
parentbedbab1a0f2a3cef6c89a3889d424ed6f09309d3
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]