Re: [ovs-discuss] Open vSwitch userspace with VXLAN

2014-08-05 Thread Jesse Gross
On Tue, Aug 5, 2014 at 6:11 PM, Suresh Krishnan wrote: > Hi all, > I am trying to run Open vSwitch in userspace and use the VXLAN features. > > I used the following commands to create the bridge and add ports to the > bridge > > /system# ovs-vsctl add-br ovs-br0 > /system# ovs-vsctl set bridge o

[ovs-discuss] Open vSwitch userspace with VXLAN

2014-08-05 Thread Suresh Krishnan
Hi all, I am trying to run Open vSwitch in userspace and use the VXLAN features. I used the following commands to create the bridge and add ports to the bridge /system# ovs-vsctl add-br ovs-br0 /system# ovs-vsctl set bridge ovs-br0 datapath_type=netdev /system# ovs-vsctl add-port ovs-br0 eth