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
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.
,
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
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
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
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
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
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
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