Searched refs:nsclient1 (Results 1 – 3 of 3) sorted by relevance
30 setup_ns nsclient1 nsclient2 nsrouter1 nsrouter264 for n in ${nsclient1} ${nsclient2} ${nsrouter1} ${nsrouter2}; do78 add_addr "$nsclient1" $DEV 187 ip -net "$nsclient1" route add default via 192.168.1.188 ip -net "$nsclient1" -6 route add default via dead:1::1129 ip netns exec "$nsclient1" nft -f - <<EOF206 for netns in "$nsrouter1" "$nsrouter2" "$nsclient1";do231 for netns in ${nsrouter1} ${nsclient1};do243 for netns in "${nsrouter1}" "${nsclient1}";do262 if ! check_counter "$nsclient1" "redir4" "$expect"; then[all …]
304 for n in "$nsclient1" "$nsclient2";do391 ct_flush_once "$nsclient1"396 ct_pingflood "$nsclient1" $timeout "dumpall" &401 check_dump "$nsclient1" "icmp"439 insert_ctnetlink "$nsclient1" 101455 ct_flush_once "$nsclient1"462 check_ctcount "$nsclient1" 0 "conntrack disabled"475 setup_ns nsclient1 nsclient2479 check_sysctl_immutable "$nsclient1" "net.$n" 1489 insert_ctnetlink "$nsclient1" 2[all …]
22 setup_ns nsclient1 nsclient2 nsrouter144 ip link add veth0 netns "$nsclient1" type veth peer name veth0 netns "$nsrouter"146 add_addr "$nsclient1" veth0 1 1151 ip -net "$nsclient1" route add default via 10.0.1.99155 ping_test "$nsclient1" 10.0.1.99156 ping_test "$nsclient1" 10.0.2.1163 run_clash_test "$nsclient1" "$nsrouter" 10.0.1.99 "$dport"
Completed in 6 milliseconds