Re: [ovs-discuss] is it possible to enable/disable stp on individual port

2014-10-28 Thread Shridhar Sahukar
ble*=false' it does work. Sorry for the confusion, and thanks again for your help. Regards, Shridhar On Tue, Oct 28, 2014 at 1:16 PM, Justin Pettit wrote: > On Oct 28, 2014, at 10:47 AM, Shridhar Sahukar < > shridhar.sahu...@cyaninc.com> wrote: > > > > It seems t

Re: [ovs-discuss] is it possible to enable/disable stp on individual port

2014-10-28 Thread Shridhar Sahukar
Hi Justin, It seems the other-config:stp_enable=false on the port works fine when it is provided while adding the port itself. So it addressed our problem. Thanks a lot for suggesting the same. Regards, Shridhar On Mon, Oct 27, 2014 at 2:49 PM, Shridhar Sahukar < shridhar.sahu...@cyaninc.

Re: [ovs-discuss] is it possible to enable/disable stp on individual port

2014-10-27 Thread Shridhar Sahukar
, Shridhar On Mon, Oct 27, 2014 at 2:38 PM, Justin Pettit wrote: > Can't you just disable STP on those ports with the > "other-config:stp-enable" key on the Port entries? > > --Justin > > > > On Oct 27, 2014, at 11:32 AM, Shridhar Sahukar < > sh

[ovs-discuss] is it possible to enable/disable stp on individual port

2014-10-27 Thread Shridhar Sahukar
Hi, I am enabling stp on a bridge which has a number of veth ports and GRE ports. I want to enable the STP only between GRE ports and not on the veth ports. Does openvswitch allow such a configuration? Thanks, Shridhar ___ discuss mailing list discuss@o

Re: [ovs-discuss] packet drops during STP learning

2014-10-24 Thread Shridhar Sahukar
Could someone pls help with this? On Thursday, October 23, 2014, Shridhar Sahukar < shridhar.sahu...@cyaninc.com> wrote: > 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 w

[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] Issues with ARP across hosts connected with GRE tunnel

2014-07-15 Thread Shridhar Sahukar
Hi Gurucharan, The ping does work when both the hosts are in the same subnet. I guess there is no ARP in that case right? Regards, Shridhar On Tue, Jul 15, 2014 at 9:01 AM, Gurucharan Shetty wrote: > On Mon, Jul 14, 2014 at 5:23 PM, Shridhar Sahukar > wrote: > > Thanks for

Re: [ovs-discuss] Issues with ARP across hosts connected with GRE tunnel

2014-07-14 Thread Shridhar Sahukar
ng. On tcpdump, I have observed the ARP requests making it to the eth0 on the other host, but the same request is not seen on the bridge, and neither do I see the response. Thanks, Shridhar On Mon, Jul 14, 2014 at 4:54 PM, Gurucharan Shetty wrote: > On Mon, Jul 14, 2014 at 4:22 PM, Shridha

[ovs-discuss] Issues with ARP across hosts connected with GRE tunnel

2014-07-14 Thread Shridhar Sahukar
Hi, On my setup, I have 2 hosts connected with a GRE tunnel with following configuration: Host 1: #ovs-vsctl add-br br0 #ifconfig br0 1.1.1.1 #ovs-vsctl add-port br0 gre0 -- set interface gre0 type=gre options:remote_ip= Host 2: #ovs-vsctl add-br br1 #ifconfig br1 1.1.2.1 #ovs-vsctl add-port br