On Mon, 26 Sep 2016 13:59:54 +0900
IWASE Yusuke <[email protected]> wrote:

> If BGPSpeaker.neighbor_del() is called, an event to notify peer down
> via _notify_peer_down() method will be generated.
> But when _notify_peer_down() method is called, peer.protocol is
> already cleaned up with None, so _notify_peer_down() method will fail
> to get the neighbor info (IP address, AS number).
> 
> This patch fixes to retrieve the neighbor info from the neighbor
> configuration info of Peer class and fixes this problem.
> 
> Signed-off-by: IWASE Yusuke <[email protected]>
> ---
>  ryu/services/protocols/bgp/bgpspeaker.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.


------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to