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