Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dsctp_vrf.sh9 CLIENT_NS1="client-ns1"
23 ip netns add $CLIENT_NS1
27 ip net exec $CLIENT_NS1 sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null
31 ip -n $SERVER_NS link add veth1 type veth peer name veth1 netns $CLIENT_NS1
34 ip -n $CLIENT_NS1 link set veth1 up
35 ip -n $CLIENT_NS1 addr add $CLIENT_IP4/24 dev veth1
36 ip -n $CLIENT_NS1 addr add $CLIENT_IP6/24 dev veth1
70 ip netns del "$CLIENT_NS1"
114 timeout 3 ip netns exec $CLIENT_NS1 ./sctp_hello client $AF \
125 do_test $CLIENT_NS1 || { echo "[FAIL]"; return $RET; }
[all …]