Lines Matching refs:vxlan
428 vxlan="test-vxlan0"
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 1
450 ip -netns "$testns" link set dev "$vxlan" type vxlan vni 43 2>/dev/null
453 ip -netns "$testns" link set dev "$vxlan" type vxlan group ffe5::5 dev "$devdummy" 2>/dev/null
456 ip -netns "$testns" link set dev "$vxlan" type vxlan ttl inherit 2>/dev/null
459 ip -netns "$testns" link set dev "$vxlan" type vxlan ttl 64
462 ip -netns "$testns" link set dev "$vxlan" type vxlan nolearning
465 ip -netns "$testns" link set dev "$vxlan" type vxlan proxy 2>/dev/null
468 ip -netns "$testns" link set dev "$vxlan" type vxlan norsc 2>/dev/null
471 ip -netns "$testns" link set dev "$vxlan" type vxlan l2miss 2>/dev/null
474 ip -netns "$testns" link set dev "$vxlan" type vxlan l3miss 2>/dev/null
477 ip -netns "$testns" link set dev "$vxlan" type vxlan external 2>/dev/null
480 ip -netns "$testns" link set dev "$vxlan" type vxlan udpcsum 2>/dev/null
483 ip -netns "$testns" link set dev "$vxlan" type vxlan udp6zerocsumtx 2>/dev/null
486 ip -netns "$testns" link set dev "$vxlan" type vxlan udp6zerocsumrx 2>/dev/null
489 ip -netns "$testns" link set dev "$vxlan" type vxlan remcsumtx 2>/dev/null
492 ip -netns "$testns" link set dev "$vxlan" type vxlan remcsumrx 2>/dev/null
495 ip -netns "$testns" link set dev "$vxlan" type vxlan gbp 2>/dev/null
498 ip -netns "$testns" link set dev "$vxlan" type vxlan gpe 2>/dev/null
501 ip -netns "$testns" link del "$vxlan"
1101 $IP link add "$vxlandev" type vxlan id 10 local $localip \