Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsctp_vrf.sh5 # TOPO: CLIENT_NS1 (veth1) <---> (veth1) -> vrf_s1
9 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
[all...]

Completed in 0 milliseconds