summaryrefslogtreecommitdiffstats
path: root/network/openvswitch/rc.openvswitch
diff options
context:
space:
mode:
Diffstat (limited to 'network/openvswitch/rc.openvswitch')
-rw-r--r--network/openvswitch/rc.openvswitch4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/openvswitch/rc.openvswitch b/network/openvswitch/rc.openvswitch
index ae96618726..0fc64c127d 100644
--- a/network/openvswitch/rc.openvswitch
+++ b/network/openvswitch/rc.openvswitch
@@ -21,14 +21,14 @@ VSPID=/var/run/openvswitch/ovs-vswitchd.pid
DBPID=/var/run/openvswitch/ovsdb-server.pid
# Insert kernel driver for Open vSwitch:
-/sbin/modprobe openvswitch_mod
+/sbin/modprobe openvswitch
# Insert kernel driver for VLANs:
/sbin/modprobe 8021q
# Insert kernel driver for bridge util compatibility:
if [ $BRCOMPAT -ne 0 ] ; then
- /sbin/modprobe brcompat_mod
+ /sbin/modprobe brcompat
fi
# Start openvswitch: