Lines Matching refs:NS_EXEC

56 	NS_EXEC="$(which ip) netns exec $ns1"
468 $NS_EXEC tc qdisc add dev veth1 ingress
469 $NS_EXEC tc filter add dev veth1 ingress protocol arp basic \
471 $NS_EXEC tc filter add dev veth1 ingress protocol ip basic \
475 $NS_EXEC tc qdisc add dev lo parent root handle 1: fq_codel
476 $NS_EXEC tc filter add dev lo parent 1: protocol arp basic \
478 $NS_EXEC tc filter add dev lo parent 1: protocol ip basic \
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 &
795 $NS_EXEC sysctl -wq net.ipv6.route.gc_interval=$EXPIRE
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
893 $NS_EXEC ra6 -i veth2 -d 2001:10::1 -t $EXPIRE
2304 run_cmd "echo a | $NS_EXEC socat STDIN UDP4:172.16.101.2:54321,sourceport=12345"
2307 run_cmd "echo a | $NS_EXEC socat STDIN UDP4:172.16.101.2:54321,sourceport=11111"
2311 $NS_EXEC iptables -t mangle -A OUTPUT -j MARK --set-mark 1
2313 run_cmd "echo a | $NS_EXEC socat STDIN UDP4:172.16.101.2:54321,sourceport=12345"
2318 $NS_EXEC iptables -t mangle -D OUTPUT -j MARK --set-mark 1
2320 run_cmd "echo a | $NS_EXEC socat STDIN UDP4:172.16.101.2:54321,sourceport=12345"
2362 run_cmd "echo a | $NS_EXEC socat STDIN UDP6:[2001:db8:101::2]:54321,sourceport=12345"
2365 run_cmd "echo a | $NS_EXEC socat STDIN UDP6:[2001:db8:101::2]:54321,sourceport=11111"
2369 $NS_EXEC ip6tables -t mangle -A OUTPUT -j MARK --set-mark 1
2371 run_cmd "echo a | $NS_EXEC socat STDIN UDP6:[2001:db8:101::2]:54321,sourceport=12345"
2376 $NS_EXEC ip6tables -t mangle -D OUTPUT -j MARK --set-mark 1
2378 run_cmd "echo a | $NS_EXEC socat STDIN UDP6:[2001:db8:101::2]:54321,sourceport=12345"