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
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