Re: [Ryu-devel] [PATCH] lib/ovs/bridge: Return multiple controllers

2018-07-20 Thread FUJITA Tomonori
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

[Ryu-devel] leave out

2018-07-20 Thread Fernández Peña Héctor
-- 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

[Ryu-devel] How to put False in dpset

2018-07-20 Thread Soe Ye Htet
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

Re: [Ryu-devel] Help with running BGP

2018-07-20 Thread IWAMOTO Toshihiro
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