Home
last modified time | relevance | path

Searched refs:ovs_sbx (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh98 ovs_sbx() { function
111 ovs_sbx "$sbxname" python3 $ovs_base/ovs-dpctl.py add-dp $*
118 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py add-if "$2" "$3" \
130 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py del-if "$2" "$3" || return 1
144 ovs_sbx "$sbx" on_exit "kill -TERM $pid 2>/dev/null"
155 ovs_sbx "$1" ip netns add "$3" || return 1
157 ovs_sbx "$1" ip link add "$4" type veth peer name "$5" || return 1
159 ovs_sbx "$1" ip link set "$4" up || return 1
160 ovs_sbx "$1" ip link set "$5" netns "$3" || return 1
161 ovs_sbx "$1" ip netns exec "$3" ip link set "$5" up || return 1
[all …]