Build Kernel Modules for OVS
Currently we are building OVS from sources in the dragonflow devstack installation. We did not compile the modules and did not install them Change-Id: I3aa336e61b2e16931535a104ecf272b15215b4d1
This commit is contained in:
parent
b2da672121
commit
5503fbc191
@ -161,10 +161,11 @@ function install_ovn {
|
||||
./boot.sh
|
||||
fi
|
||||
if [ ! -f config.status ] || [ configure -nt config.status ] ; then
|
||||
./configure
|
||||
./configure --with-linux=/lib/modules/`uname -r`/build
|
||||
fi
|
||||
make -j$[$(nproc) + 1]
|
||||
sudo make install
|
||||
sudo make modules_install
|
||||
sudo chown $(whoami) /usr/local/var/run/openvswitch
|
||||
sudo chown $(whoami) /usr/local/var/log/openvswitch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user