blob: ee717554ec7c0d0858e1c009ea71cffbff8e0416 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh
2
3s=/usr/share/openvswitch/scripts
4case "$0" in
5 *ovs-ctl) "$s/ovs-ctl" "$@" ;;
6 *ovs-kmod-ctl) "$s/ovs-kmod-ctl" "$@" ;;
7 *ovn-ctl) "/usr/share/ovn/scripts/ovn-ctl" "$@" ;;
8 *) exit 1;;
9esac