Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/
H A Ddrop_monitor_tests.sh43 $NS_EXEC echo "$DEV_ADDR 1" > ${NETDEVSIM_PATH}/new_device
45 local netdev=$($NS_EXEC ls ${NETDEVSIM_PATH}/devices/${DEV}/net/)
53 $NS_EXEC echo "$DEV_ADDR" > ${NETDEVSIM_PATH}/del_device
70 $NS_EXEC mausezahn dummy10 -a 00:11:22:33:44:55 -b 00:aa:bb:cc:dd:ee \
199 NS_EXEC="ip netns exec ${NS1}"
H A Dfib_tests.sh56 NS_EXEC="$(which ip) netns exec $ns1"
468 $NS_EXEC tc qdisc add dev veth1 ingress
488 $NS_EXEC sysctl -qw net.ipv4.conf.all.rp_filter=1
489 $NS_EXEC sysctl -qw net.ipv4.conf.all.accept_local=1
490 $NS_EXEC sysctl -qw net.ipv4.conf.all.route_localnet=1
669 $NS_EXEC ip monitor route &> errors.txt &
716 $NS_EXEC ip monitor route &> errors.txt &
801 $NS_EXEC sysctl -wq net.ipv6.route.flush=1
810 $NS_EXEC sysctl -wq net.ipv6.route.flush=1
890 $NS_EXEC sysctl -wq net.ipv6.conf.veth1.accept_ra=2
[all …]
H A Dgre_gso.sh51 NS_EXEC="ip netns exec $ns1"
119 $NS_EXEC socat - tcp${proto}-listen:$port,reuseaddr,fork >/dev/null &
121 while ! $NS_EXEC ss -ltn | grep -q $port; do ((i++)); sleep 0.01; done