summaryrefslogtreecommitdiffstats
path: root/network/openvswitch/rc.openvswitch
diff options
context:
space:
mode:
author Christopher Walker2013-04-24 13:14:20 +0200
committer Niels Horn2013-04-28 17:30:18 +0200
commit326c6932f2c837ca69765d227b736d4dc7a30307 (patch)
treef3aa2c2f02b3a10e16f667801678fc83d63d69c7 /network/openvswitch/rc.openvswitch
parent43e2aa36e1b96706729ca0598248d81ec3fdd0fe (diff)
downloadslackbuilds-326c6932f2c837ca69765d227b736d4dc7a30307.tar.gz
network/openvswitch: Updated for version 1.9.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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: