Searched refs:NS_EXEC (Results 1 – 3 of 3) sorted by relevance
31 NS_EXEC="ip netns exec $server"60 NS_EXEC="ip netns exec $client"88 $NS_EXEC sysctl -qw net.ipv4.tcp_retries1=10096 $NS_EXEC sysctl -qw net.ipv4.conf.veth-c1.ignore_routes_with_linkdown=197 $NS_EXEC sysctl -qw net.ipv4.conf.veth-c2.ignore_routes_with_linkdown=199 $NS_EXEC sysctl -qw net.ipv6.conf.veth-c1.ignore_routes_with_linkdown=1100 $NS_EXEC sysctl -qw net.ipv6.conf.veth-c2.ignore_routes_with_linkdown=1
57 NS_EXEC="$(which ip) netns exec $ns1"469 $NS_EXEC tc qdisc add dev veth1 ingress470 $NS_EXEC tc filter add dev veth1 ingress protocol arp basic \472 $NS_EXEC tc filter add dev veth1 ingress protocol ip basic \476 $NS_EXEC tc qdisc add dev lo parent root handle 1: fq_codel477 $NS_EXEC tc filter add dev lo parent 1: protocol arp basic \479 $NS_EXEC tc filter add dev lo parent 1: protocol ip basic \489 $NS_EXEC sysctl -qw net.ipv4.conf.all.rp_filter=1490 $NS_EXEC sysctl -qw net.ipv4.conf.all.accept_local=1491 $NS_EXEC sysctl -qw net.ipv4.conf.all.route_localnet=1[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