Switch to Open vSwitch 1.1.1 for stability.

This commit is contained in:
Bob Lantz
2011-06-28 16:50:14 -07:00
parent 2b03a115d2
commit 37e1eafdbb
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -35,9 +35,8 @@ KERNEL_IMAGE_OLD=linux-image-2.6.26-2-686
DRIVERS_DIR=/lib/modules/${KERNEL_NAME}/kernel/drivers/net
#OVS_RELEASE=openvswitch-1.0.1
OVS_RELEASE=openvswitch # release 1.0.1 doesn't work with veth pairs.
OVS_DIR=~/$OVS_RELEASE
OVS_RELEASE=v1.1.1
OVS_DIR=~/openvswitch
OVS_KMOD=openvswitch_mod.ko
function kernel {
@@ -161,7 +160,8 @@ function ovs {
#Install OVS from release
cd ~/
git clone git://openvswitch.org/openvswitch
cd $OVS_RELEASE
cd $OVS_DIR
git checkout $OVS_RELEASE
./boot.sh
BUILDDIR=/lib/modules/${KERNEL_NAME}/build
if [ ! -e $BUILDDIR ]; then