Lines Matching refs:vxlan

454 	vxlan="test-vxlan0"
458 ip -netns "$testns" link add "$vxlan" type vxlan id 42 group 239.1.1.1 \
466 ip -netns "$testns" addr add 10.2.11.49/24 dev "$vxlan"
469 ip -netns "$testns" link set up dev "$vxlan"
472 ip -netns "$testns" link add link "$vxlan" name "$vlan" type vlan id 1
476 ip -netns "$testns" link set dev "$vxlan" type vxlan vni 43 2>/dev/null
479 ip -netns "$testns" link set dev "$vxlan" type vxlan group ffe5::5 dev "$devdummy" 2>/dev/null
482 ip -netns "$testns" link set dev "$vxlan" type vxlan ttl inherit 2>/dev/null
485 ip -netns "$testns" link set dev "$vxlan" type vxlan ttl 64
488 ip -netns "$testns" link set dev "$vxlan" type vxlan nolearning
491 ip -netns "$testns" link set dev "$vxlan" type vxlan proxy 2>/dev/null
494 ip -netns "$testns" link set dev "$vxlan" type vxlan norsc 2>/dev/null
497 ip -netns "$testns" link set dev "$vxlan" type vxlan l2miss 2>/dev/null
500 ip -netns "$testns" link set dev "$vxlan" type vxlan l3miss 2>/dev/null
503 ip -netns "$testns" link set dev "$vxlan" type vxlan external 2>/dev/null
506 ip -netns "$testns" link set dev "$vxlan" type vxlan udpcsum 2>/dev/null
509 ip -netns "$testns" link set dev "$vxlan" type vxlan udp6zerocsumtx 2>/dev/null
512 ip -netns "$testns" link set dev "$vxlan" type vxlan udp6zerocsumrx 2>/dev/null
515 ip -netns "$testns" link set dev "$vxlan" type vxlan remcsumtx 2>/dev/null
518 ip -netns "$testns" link set dev "$vxlan" type vxlan remcsumrx 2>/dev/null
521 ip -netns "$testns" link set dev "$vxlan" type vxlan gbp 2>/dev/null
524 ip -netns "$testns" link set dev "$vxlan" type vxlan gpe 2>/dev/null
527 ip -netns "$testns" link del "$vxlan"
1210 $IP link add "$vxlandev" type vxlan id 10 local $localip \