Searched refs:testns (Results 1 – 4 of 4) 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 …]
245 ip netns add testns246 ip netns exec testns ip link set lo up251 ip netns del testns 2>/dev/null292 vrf_strict_mode_check_support testns294 strict_mode_check_default testns296 enable_strict_mode_and_check testns298 add_vrf_and_check testns vrf100 100299 config_vrf_and_check testns 10.0.100.1/24 vrf100301 add_vrf_and_check_fail testns vrf101 100303 add_vrf_and_check_fail testns vrf102 100[all …]
54 ip netns add testns68 ip netns del testns192 ip netns exec testns sysctl -w net.ipv4.ip_forward=1193 ip netns exec testns sysctl -w net.ipv4.conf.$DEV.rp_filter=0196 ip netns exec testns sysctl -w net.ipv4.ip_forward=0
12 testns=testns149 ip netns add "$testns"50 ip -netns "$testns" link set lo up56 ip netns exec "$testns" taskset $mask ping -4 127.0.0.1 -fq > /dev/null &57 ip netns exec "$testns" taskset $mask ping -6 ::1 -fq > /dev/null &62 for i in $(seq 1 10) ; do ip netns exec "$testns" nft -f "$tmp" & done67 ip netns exec "$testns" nft delete table inet $table 2>/dev/null78 ip netns del "$testns"