You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
201 B

  1. #!/bin/sh
  2. s=/usr/share/openvswitch/scripts
  3. case "$0" in
  4. *ovs-ctl) "$s/ovs-ctl" "$@" ;;
  5. *ovs-kmod-ctl) "$s/ovs-kmod-ctl" "$@" ;;
  6. *ovn-ctl) "/usr/share/ovn/scripts/ovn-ctl" "$@" ;;
  7. *) exit 1;;
  8. esac