Searched refs:testns (Results 1 – 5 of 5) sorted by relevance
430 testns="$1"432 ip -netns "$testns" link add "$vxlan" type vxlan id 42 group 239.1.1.1 \440 ip -netns "$testns" addr add 10.2.11.49/24 dev "$vxlan"443 ip -netns "$testns" link set up dev "$vxlan"446 ip -netns "$testns" link add link "$vxlan" name "$vlan" type vlan id 1450 ip -netns "$testns" link set dev "$vxlan" type vxlan vni 43 2>/dev/null453 ip -netns "$testns" link set dev "$vxlan" type vxlan group ffe5::5 dev "$devdummy" 2>/dev/null456 ip -netns "$testns" link set dev "$vxlan" type vxlan ttl inherit 2>/dev/null459 ip -netns "$testns" link set dev "$vxlan" type vxlan ttl 64462 ip -netns "$testns" link set dev "$vxlan" type vxlan nolearning[all …]
250 ip netns add testns251 ip netns exec testns ip link set lo up256 ip netns del testns 2>/dev/null301 vrf_strict_mode_check_support testns303 strict_mode_check_default testns305 enable_strict_mode_and_check testns307 add_vrf_and_check testns vrf100 100308 config_vrf_and_check testns 10.0.100.1/24 vrf100310 add_vrf_and_check_fail testns vrf101 100312 add_vrf_and_check_fail testns vrf102 100[all …]
58 ip netns add testns72 ip netns del testns247 ip netns exec testns sysctl -qw net.ipv4.ip_forward=1248 ip netns exec testns sysctl -qw net.ipv4.conf.$DEV.rp_filter=0251 ip netns exec testns sysctl -qw net.ipv4.ip_forward=0
316 ip link add veth-host type veth peer name veth-testns317 ip netns add testns318 ip link set veth-testns netns testns324 ip netns del testns 2>/dev/null || true
12 testns=testns-$(mktemp -u "XXXXXXXX")68 ip netns add "$testns"69 ip -netns "$testns" link set lo up75 ip netns exec "$testns" taskset $mask ping -4 127.0.0.1 -fq > /dev/null &76 ip netns exec "$testns" taskset $mask ping -6 ::1 -fq > /dev/null &81 ip netns exec "$testns" nft -f "$tmp"82 for i in $(seq 1 10) ; do ip netns exec "$testns" nft -f "$tmp" & done87 ip netns exec "$testns" nft delete table inet $table97 (echo "flush ruleset"; cat "$tmp") | ip netns exec "$testns" nft -f /dev/stdin111 ) | ip netns exec "$testns" nft -f /dev/stdin[all …]