diff options
Diffstat (limited to 'net/openvswitch/files/ovs-ctl-wrapper')
-rwxr-xr-x | net/openvswitch/files/ovs-ctl-wrapper | 2 |
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 |