aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/files/ovs-ctl-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'net/openvswitch/files/ovs-ctl-wrapper')
-rwxr-xr-xnet/openvswitch/files/ovs-ctl-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/files/ovs-ctl-wrapper b/net/openvswitch/files/ovs-ctl-wrapper
index 88ae72429..ee717554e 100755
--- a/net/openvswitch/files/ovs-ctl-wrapper
+++ b/net/openvswitch/files/ovs-ctl-wrapper
@@ -4,6 +4,6 @@ s=/usr/share/openvswitch/scripts
case "$0" in
*ovs-ctl) "$s/ovs-ctl" "$@" ;;
*ovs-kmod-ctl) "$s/ovs-kmod-ctl" "$@" ;;
- *ovn-ctl) "$s/ovn-ctl" "$@" ;;
+ *ovn-ctl) "/usr/share/ovn/scripts/ovn-ctl" "$@" ;;
*) exit 1;;
esac