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

2014-10-28 Thread Shridhar Sahukar
Hi Justin, At first when I tried to disable the stp config on the port after it was created, it had not worked. I realized that I had made a mistake in the config parameter -- I had used other-config:*stp_enable*=false, which didn't work, but when I changed it to 'other-config:*stp-enable*=false'

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

2014-10-28 Thread Justin Pettit
On Oct 28, 2014, at 10:47 AM, Shridhar Sahukar wrote: > > 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. Are you saying that if you disable STP on the port later that it doesn't actually happen

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.com> w

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

2014-10-27 Thread Shridhar Sahukar
Hi Justin, Thanks for the inputs. I tried the following command on the veth port, but still see the port in STP_FORWARD mode even after executing the command. Could you please confirm if this is what you suggested? sudo ovs-vsctl set port {veth_port_name} other-config:stp_enable=false Thanks, S

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

2014-10-27 Thread Justin Pettit
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 > wrote: > > 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

[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