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 …]
248 ip netns add testns249 ip netns exec testns ip link set lo up254 ip netns del testns 2>/dev/null295 vrf_strict_mode_check_support testns297 strict_mode_check_default testns299 enable_strict_mode_and_check testns301 add_vrf_and_check testns vrf100 100302 config_vrf_and_check testns 10.0.100.1/24 vrf100304 add_vrf_and_check_fail testns vrf101 100306 add_vrf_and_check_fail testns vrf102 100[all …]
57 ip netns add testns71 ip netns del testns195 ip netns exec testns sysctl -w net.ipv4.ip_forward=1196 ip netns exec testns sysctl -w net.ipv4.conf.$DEV.rp_filter=0199 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"