From 50b2ad57cb4e2478baf7b71f0c31433eb6a37981 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 15 Apr 2010 07:39:02 -0700 Subject: [PATCH] xenserver: Fix name of veth module so it can be loaded on startup --- xenserver/etc_init.d_openvswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index 6adf654b..dc5edd06 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 -- 2.30.2