Lines Matching refs:vxlan
482 vxlan="test-vxlan0"
484 run_cmd ip -netns "$testns" link add "$vxlan" type vxlan id 42 group 239.1.1.1 \
491 run_cmd ip -netns "$testns" addr add 10.2.11.49/24 dev "$vxlan"
492 run_cmd ip -netns "$testns" link set up dev "$vxlan"
493 run_cmd ip -netns "$testns" link add link "$vxlan" name "$vlan" type vlan id 1
496 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan vni 43
497 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan group ffe5::5 dev "$devdummy"
498 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan ttl inherit
500 run_cmd ip -netns "$testns" link set dev "$vxlan" type vxlan ttl 64
501 run_cmd ip -netns "$testns" link set dev "$vxlan" type vxlan nolearning
503 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan proxy
504 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan norsc
505 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan l2miss
506 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan l3miss
507 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan external
508 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan udpcsum
509 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan udp6zerocsumtx
510 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan udp6zerocsumrx
511 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan remcsumtx
512 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan remcsumrx
513 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan gbp
514 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan gpe
515 run_cmd ip -netns "$testns" link del "$vxlan"
1063 run_cmd $IP link add "$vxlandev" type vxlan id 10 local $localip \
1430 run_cmd ip link add name vx0 up state up type vxlan id 10010 dstport 4789
1441 run_cmd ip link add name vx0 up type vxlan id 10010 dstport 4789