Home
last modified time | relevance | path

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

/tools/testing/selftests/net/netfilter/
A Dconntrack_icmp_related.sh30 setup_ns nsclient1 nsclient2 nsrouter1 nsrouter2
64 for n in ${nsclient1} ${nsclient2} ${nsrouter1} ${nsrouter2}; do
78 add_addr "$nsclient1" $DEV 1
87 ip -net "$nsclient1" route add default via 192.168.1.1
88 ip -net "$nsclient1" -6 route add default via dead:1::1
129 ip netns exec "$nsclient1" nft -f - <<EOF
206 for netns in "$nsrouter1" "$nsrouter2" "$nsclient1";do
231 for netns in ${nsrouter1} ${nsclient1};do
243 for netns in "${nsrouter1}" "${nsclient1}";do
262 if ! check_counter "$nsclient1" "redir4" "$expect"; then
[all …]
A Dconntrack_resize.sh304 for n in "$nsclient1" "$nsclient2";do
391 ct_flush_once "$nsclient1"
396 ct_pingflood "$nsclient1" $timeout "dumpall" &
401 check_dump "$nsclient1" "icmp"
439 insert_ctnetlink "$nsclient1" 101
455 ct_flush_once "$nsclient1"
462 check_ctcount "$nsclient1" 0 "conntrack disabled"
475 setup_ns nsclient1 nsclient2
479 check_sysctl_immutable "$nsclient1" "net.$n" 1
489 insert_ctnetlink "$nsclient1" 2
[all …]
A Dconntrack_clash.sh22 setup_ns nsclient1 nsclient2 nsrouter
144 ip link add veth0 netns "$nsclient1" type veth peer name veth0 netns "$nsrouter"
146 add_addr "$nsclient1" veth0 1 1
151 ip -net "$nsclient1" route add default via 10.0.1.99
155 ping_test "$nsclient1" 10.0.1.99
156 ping_test "$nsclient1" 10.0.2.1
163 run_clash_test "$nsclient1" "$nsrouter" 10.0.1.99 "$dport"

Completed in 6 milliseconds