X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.init;h=d84c1b671ca0adce99295cc7fa5ca906c97d10bf;hb=46528f78e5c0b7484e1735bb774ef2ad92e04593;hp=3df711f9db0f584e5a62910169efc8675b842f74;hpb=f8dfbcb77d7678fa19b4de0f94118b713f74ffb8;p=sliver-openvswitch.git diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index 3df711f9d..d84c1b671 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -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 $? }