From 4f0a2f9d7db15e5cf515b4caaaa241fbdc107d53 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 29 May 2009 15:58:50 -0700 Subject: [PATCH] xenserver: Load llc module at boot time. Fixes boot failure due to previous commit, which made the openvswitch module depend on llc without causing it to be loaded. --- xenserver/etc_init.d_vswitch | 1 + 1 file changed, 1 insertion(+) diff --git a/xenserver/etc_init.d_vswitch b/xenserver/etc_init.d_vswitch index 573fb695..25aca61f 100755 --- a/xenserver/etc_init.d_vswitch +++ b/xenserver/etc_init.d_vswitch @@ -92,6 +92,7 @@ function remove_all_dp { function insert_modules_if_required { if ! lsmod | grep -q "openvswitch_mod"; then + action "Inserting llc module" modprobe llc action "Inserting openvswitch module" insmod $VSWITCH_BASE/kernel_modules/openvswitch_mod.ko fi if [ -n "$BRCOMPATD_PIDFILE" ] && ! lsmod | grep -q "brcompat_mod"; then -- 2.30.2