On Sat, 31 Jan 2015 21:44:57 +0900
Toshiki Tsuboi <[email protected]> wrote:

> Signed-off-by: Toshiki Tsuboi <[email protected]>
> ---
>  ryu/services/protocols/bgp/info_base/base.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/ryu/services/protocols/bgp/info_base/base.py 
> b/ryu/services/protocols/bgp/info_base/base.py
> index 8ddbb0a..7cb14f3 100644
> --- a/ryu/services/protocols/bgp/info_base/base.py
> +++ b/ryu/services/protocols/bgp/info_base/base.py
> @@ -266,6 +266,7 @@ class NonVrfPathProcessingMixin(object):
>                  sent_route.sent_peer.enque_outgoing_msg(outgoing_route)
>                  LOG.debug('Sending withdrawal to %s for %s' %
>                            (sent_route.sent_peer, outgoing_route))
> +                self._sent_routes = {}

Applied, thanks a lot!

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to