On Apr 12, 2012, at 3:31 AM, Nikhil wrote: > > Hello, > > I would like to setup Open vSwitch with VxLAN tunneling. Could you kindly let > me know how should I apply patches to open vSwitch. I downloaded mestery's > https://github.com/mestery/ovs-vxlan.git. Saw changes in datapath folder for > vport-vxlan.c and vport-vxlan.h. > > Could you let me know the process need to be followed for installing the open > vSwitch with VxLAN ? > > > Best Regards, > Nikhil
Hi Nikhil: The patches from my github there currently allow you to setup a tunnel using VXLAN the same way you would do it with GRE. The only difference is it would be using VXLAN instead of GRE. You can basically follow the GRE setup but use a "type=vxlan" instead of gre. I'm working on the actual VXLAN changes now, such that it follows the IETF draft and supports multicast learning, etc. Those are a work in progress. Thanks, Kyle _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev