debian, rhel, xenserver: Ability to collect ovs-ctl logs.
[sliver-openvswitch.git] / debian / openvswitch-switch.init
index 3df711f..d84c1b6 100755 (executable)
@@ -37,11 +37,6 @@ network_interfaces () {
     [ -n "${bridges}" ] && $1 --allow=ovs ${bridges}
 }
 
-ovs_ctl () {
-    set /usr/share/openvswitch/scripts/ovs-ctl "$@"
-    "$@"
-}
-
 load_kmod () {
     ovs_ctl load-kmod || exit $?
 }