Resource example

# Create VXLAN 10, configure the VSI name as vsia, add tunnel interfaces 2 and 4 to the VXLAN, and remove tunnel interfaces 1 and 3 from the VXLAN.

netdev_vxlan 'vxlan10' do
 vxlan_id 10
 visname 'vsia'
 add_tunnels '2,4'
 delete_tunnels '1,3'
end