Searched refs:NS_EXEC (Results 1 – 3 of 3) sorted by relevance
43 $NS_EXEC echo "$DEV_ADDR 1" > ${NETDEVSIM_PATH}/new_device45 local netdev=$($NS_EXEC ls ${NETDEVSIM_PATH}/devices/${DEV}/net/)53 $NS_EXEC echo "$DEV_ADDR" > ${NETDEVSIM_PATH}/del_device70 $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}"
56 NS_EXEC="$(which ip) netns exec $ns1"468 $NS_EXEC tc qdisc add dev veth1 ingress488 $NS_EXEC sysctl -qw net.ipv4.conf.all.rp_filter=1489 $NS_EXEC sysctl -qw net.ipv4.conf.all.accept_local=1490 $NS_EXEC sysctl -qw net.ipv4.conf.all.route_localnet=1669 $NS_EXEC ip monitor route &> errors.txt &716 $NS_EXEC ip monitor route &> errors.txt &801 $NS_EXEC sysctl -wq net.ipv6.route.flush=1810 $NS_EXEC sysctl -wq net.ipv6.route.flush=1890 $NS_EXEC sysctl -wq net.ipv6.conf.veth1.accept_ra=2[all …]
51 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