Hey Everyone,
I need programatically to flush the MAC Table of an OVS that was set up
with ovs-vsctl - but I don't seem to be able currently to do so.
Does anyone of you have an idea?
Regards,
Julius
___
discuss mailing list
discuss@openvswitch.org
Hey folks,
I just wonder whether OVS currently supports PVST in addition to STP or
whether there are any plans to do so?
I need it but I cannot seem to find any proper info regarding the state of
PVST in OVS.
Thanks in advance!
Julius
___
discuss ma
Hey all,
I just set up three OVS (s1, s2, s3) with two interfaces (eth1+eth2) each
and set their VLANS during runtime using
ovs-vsctl set port tag= for access and
self.cmd('ovs-vsctl set port trunks= for trunk.
My Setup is as
S1 (eth1) (eth1) S2 (eth2) --- (eth1) S3
but when I ping f
Hey Everyone,
I enabled STP on all my OVS (via 'ovs-vsctl -- set Bridge
stp-enable=true') and pass the Spanning Tree calculated by the STP
implementation in OVS to method that generates a NetworkX graph (for
visualization purposes). However, my spanning tree looks different almost
every time I re
Hey,
I just set up a topology using mininet and OVS 1.4.0 whereas I
programmatically enabled STP on my switches. I wonder, whether there is any
way to get the STP State of the ports belonging to a Switch since I'd like
to paint my current network topology with NetworkX.
Regards,
Julius
_
Hey folks,
I wanted to use a newer version of ovs as it is implemented in Mininet
since I rely on STP. Unfortunately, even though I downloaded, build and set
up ovs mininet still loads its own ovs module.
Anyone of you aware how to properly make mininet work with a newer version
of ovs (at least