xenserver: Fix name of veth module so it can be loaded on startup
authorJustin Pettit <jpettit@nicira.com>
Thu, 15 Apr 2010 14:39:02 +0000 (07:39 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 15 Apr 2010 14:39:02 +0000 (07:39 -0700)
xenserver/etc_init.d_openvswitch

index 6adf654..dc5edd0 100755 (executable)
@@ -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