Lines Matching refs:vxlan

441 	vxlan="test-vxlan0"
443 run_cmd ip -netns "$testns" link add "$vxlan" type vxlan id 42 group 239.1.1.1 \
450 run_cmd ip -netns "$testns" addr add 10.2.11.49/24 dev "$vxlan"
451 run_cmd ip -netns "$testns" link set up dev "$vxlan"
452 run_cmd ip -netns "$testns" link add link "$vxlan" name "$vlan" type vlan id 1
455 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan vni 43
456 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan group ffe5::5 dev "$devdummy"
457 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan ttl inherit
459 run_cmd ip -netns "$testns" link set dev "$vxlan" type vxlan ttl 64
460 run_cmd ip -netns "$testns" link set dev "$vxlan" type vxlan nolearning
462 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan proxy
463 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan norsc
464 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan l2miss
465 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan l3miss
466 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan external
467 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan udpcsum
468 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan udp6zerocsumtx
469 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan udp6zerocsumrx
470 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan remcsumtx
471 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan remcsumrx
472 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan gbp
473 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan gpe
474 run_cmd ip -netns "$testns" link del "$vxlan"
1048 run_cmd $IP link add "$vxlandev" type vxlan id 10 local $localip \