From: Justin Pettit Date: Thu, 15 Apr 2010 14:39:02 +0000 (-0700) Subject: xenserver: Fix name of veth module so it can be loaded on startup X-Git-Tag: v1.0.0~146 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=50b2ad57cb4e2478baf7b71f0c31433eb6a37981;p=sliver-openvswitch.git xenserver: Fix name of veth module so it can be loaded on startup --- diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index 6adf654b6..dc5edd06f 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -127,7 +127,7 @@ function insert_modules_if_required { action "Inserting brcompat module" modprobe brcompat_mod fi if [ -f "/lib/modules/`uname -r`/kernel/extra/openvswitch/veth_mod.ko" ] && ! lsmod | grep -q "veth_mod"; then - action "Inserting veth module" modprobe veth + action "Inserting veth module" modprobe veth_mod fi if [ -f "/lib/modules/`uname -r`/kernel/extra/openvswitch/ip_gre_mod.ko" ] && ! lsmod | grep -q "ip_gre_mod"; then action "Inserting ip_gre module" modprobe ip_gre_mod