[ovs-discuss] Subject=Re: OVS 2.3 - Problems running

2014-10-23 Thread Rui Cardoso
I tried different solutions but still have this issue, no one has any idea how to help me? :S ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] packet drops during STP learning

2014-10-23 Thread Shridhar Sahukar
Hi, In our setup, we have a bunch of lxcs connected through a bridge. We have enabled STP on the bridge as there is a possibility of loop formation when we add a GRE interface onto the same bridge to connect with another host running with similar configuration. We are seeing that there is around

Re: [ovs-discuss] Rejecting a port when added via ovs-vsctl

2014-10-23 Thread Ben Pfaff
On Thu, Oct 23, 2014 at 04:33:50PM +0100, John Hurley wrote: > I am adding a new port (vxlan tunnel) to a bridge via ovs-vsctl. > The port is rejected (as it should be) due to a bad value and an error > message is returned from our implementation of ofproto-provider. > I can trace this error code b

[ovs-discuss] Rejecting a port when added via ovs-vsctl

2014-10-23 Thread John Hurley
Hi, I am adding a new port (vxlan tunnel) to a bridge via ovs-vsctl. The port is rejected (as it should be) due to a bad value and an error message is returned from our implementation of ofproto-provider. I can trace this error code back to iface_create functions in bridge.c. It hits the iface_cle

[ovs-discuss] send mirror traffic to gre tunnel

2014-10-23 Thread Anna Giannakou
Hello, I am quite new to ovs and i have the following question. I have set up a mirror port to br-int using the command : ovs-vsctl add-port br-int snooper -- set interface snooper type=internal -- --id=@p get port snooper -- --id=@m create mirror name=m0 select-all=true output-port=@p -- set