Lines Matching refs:vxlan
429 vxlan="test-vxlan0"
433 ip -netns "$testns" link add "$vxlan" type vxlan id 42 group 239.1.1.1 \
441 ip -netns "$testns" addr add 10.2.11.49/24 dev "$vxlan"
444 ip -netns "$testns" link set up dev "$vxlan"
447 ip -netns "$testns" link add link "$vxlan" name "$vlan" type vlan id 1
451 ip -netns "$testns" link set dev "$vxlan" type vxlan vni 43 2>/dev/null
454 ip -netns "$testns" link set dev "$vxlan" type vxlan group ffe5::5 dev "$devdummy" 2>/dev/null
457 ip -netns "$testns" link set dev "$vxlan" type vxlan ttl inherit 2>/dev/null
460 ip -netns "$testns" link set dev "$vxlan" type vxlan ttl 64
463 ip -netns "$testns" link set dev "$vxlan" type vxlan nolearning
466 ip -netns "$testns" link set dev "$vxlan" type vxlan proxy 2>/dev/null
469 ip -netns "$testns" link set dev "$vxlan" type vxlan norsc 2>/dev/null
472 ip -netns "$testns" link set dev "$vxlan" type vxlan l2miss 2>/dev/null
475 ip -netns "$testns" link set dev "$vxlan" type vxlan l3miss 2>/dev/null
478 ip -netns "$testns" link set dev "$vxlan" type vxlan external 2>/dev/null
481 ip -netns "$testns" link set dev "$vxlan" type vxlan udpcsum 2>/dev/null
484 ip -netns "$testns" link set dev "$vxlan" type vxlan udp6zerocsumtx 2>/dev/null
487 ip -netns "$testns" link set dev "$vxlan" type vxlan udp6zerocsumrx 2>/dev/null
490 ip -netns "$testns" link set dev "$vxlan" type vxlan remcsumtx 2>/dev/null
493 ip -netns "$testns" link set dev "$vxlan" type vxlan remcsumrx 2>/dev/null
496 ip -netns "$testns" link set dev "$vxlan" type vxlan gbp 2>/dev/null
499 ip -netns "$testns" link set dev "$vxlan" type vxlan gpe 2>/dev/null
502 ip -netns "$testns" link del "$vxlan"
1094 $IP link add "$vxlandev" type vxlan id 10 local $localip \