On Wed, 18 Jul 2018 17:40:07 +0900
IWAMOTO Toshihiro wrote:
> OVSBridge may have more than one controller. Let get_controller()
> return a list of controllers in such cases.
>
> NOTE: this introduces incompatibility if multiple controllers are
> configured for a bridge.
>
> Signed-off-by: IWAMO
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Ryu-devel mailing list
Ryu-devel@lists.sourcefor
Dear,
Sorry for my simple question.
I tried to put False in dpset in order to track the disconnection from the
switch. Is there any example to put False.
class EventDP(EventDPBase):
"""
An event class to notify connect/disconnect of a switch.
For OpenFlow switches, one can get the same notificat
On Fri, 20 Jul 2018 10:23:54 +0900,
Marcio wrote:
>
> I think not. I'd like to know if is possible the BGPSpeaker receive events
> generated by other sources and receive data from it.
>
> Let me do an example. While BGP is running I need to have another
> task(could be in same code or in another