On Tue, 6 Sep 2016 13:37:11 +0900 IWASE Yusuke <[email protected]> wrote:
> Currently, when BGPSpeaker instance calls 'core.stop', CORE_MANAGER > fails to stop its own activities and outputs traceback, because the > dictionaries which maps name to instance are changed during iteration. > This patch makes a list copy of items() to avoid this problem and > enable to shutdown gracefully. > > Signed-off-by: IWASE Yusuke <[email protected]> > --- > ryu/services/protocols/bgp/base.py | 20 ++++++++------------ > 1 file changed, 8 insertions(+), 12 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
