Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dsctp_vrf.sh10 CLIENT_NS2="client-ns2"
24 ip netns add $CLIENT_NS2
28 ip net exec $CLIENT_NS2 sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null
32 ip -n $SERVER_NS link add veth2 type veth peer name veth1 netns $CLIENT_NS2
38 ip -n $CLIENT_NS2 link set veth1 up
39 ip -n $CLIENT_NS2 addr add $CLIENT_IP4/24 dev veth1
40 ip -n $CLIENT_NS2 addr add $CLIENT_IP6/24 dev veth1
71 ip netns del "$CLIENT_NS2"
116 timeout 3 ip netns exec $CLIENT_NS2 ./sctp_hello client $AF \
129 do_test $CLIENT_NS2 && { echo "[FAIL]"; return $RET; }
[all …]