[ovs-discuss] STP Support

2012-04-23 Thread Luca Prete
Goodmorning, Does anyone know if OVS return the OFPC_STP bit in the capabilities field when STP is activated? ThankYou, LP ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] warning messages regarding buffer space and unknown buffer

2012-04-23 Thread junaid khalid
Hi, We are getting the following warnings while using OVS. 1) Apr 23 13:19:27|00019|dpif|WARN|system@br0: recv failed (No buffer space available) 2) Apr 23 13:19:37|00033|pktbuf|WARN|cookie mismatch: 01fa != 02fa Apr 23 13:19:37|00034|connmgr|INFO|br0-tcp:127.0.0.1:6633: sending type

Re: [ovs-discuss] STP Support

2012-04-23 Thread Luca Prete
I would like to know also if it is possible to know who is the root bridge and which the root/designed ports are With ovs-ofctl show br0 I just see BLOCK or FORWARD Thankyou, LP Il 23/04/2012 11:18, Luca Prete ha scritto: Goodmorning, Does anyone know if OVS return the OFPC_STP bit

Re: [ovs-discuss] STP Support

2012-04-23 Thread Luca Prete
it can be enabled with *ovs-vsctl -- clear Bridge br0 sflow* *802.1D Spanning Tree Protocol (STP)* Configure bridge *br0* to participate in an 802.1D spanning tree: *ovs-vsctl set Bridge br0 stp_enable=true* Set the bridge priority of *br0* to

Re: [ovs-discuss] warning messages regarding buffer space and unknown buffer

2012-04-23 Thread Ben Pfaff
On Mon, Apr 23, 2012 at 03:54:09PM +0600, junaid khalid wrote: 1) Apr 23 13:19:27|00019|dpif|WARN|system@br0: recv failed (No buffer space available) Packets are arriving at your interfaces faster than ovs-vswitchd can set up flows. What traffic is going through the switch? 2) Apr 23