git://git.onelab.eu
/
sliver-openvswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8aed422
)
xenserver: Fix name of veth module so it can be loaded on startup
author
Justin Pettit
<jpettit@nicira.com>
Thu, 15 Apr 2010 14:39:02 +0000
(07:39 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Thu, 15 Apr 2010 14:39:02 +0000
(07:39 -0700)
xenserver/etc_init.d_openvswitch
patch
|
blob
|
history
diff --git
a/xenserver/etc_init.d_openvswitch
b/xenserver/etc_init.d_openvswitch
index
6adf654
..
dc5edd0
100755
(executable)
--- 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