As Ben mentioned, VXLAN isn't merged yet into the main codebase--the patch is
currently being reworked--so we can't support it. In the meantime, I'd
recommend using GRE, which should do everything you need and has been supported
by OVS for a long time, so the interfaces are more stable.
--Just
HiI could set up vxlan tunnel across 2 hosts- sudo ovs-vsctl add-port br0 vx0 -- set interface vx0 type=vxlan options:remote_ip=10.0.0.2I am looking at a way by which I can pass VNI (VXLAN NETWORK IDENTIFIER) while setting tp this tunnel;I tried with following command that is accepted.- sudo ovs-v