On Wed, 30 Jul 2014 13:52:53 +0900
ISHIDA Wataru <ishida.wat...@lab.ntt.co.jp> wrote:

> variable 'nlri_str' was not defined in peer.py
> 
> bgpspeaker.speaker l.566  |    DEBUG | Traceback (most recent call last):
>   File "/home/wataru/ryu/ryu/services/protocols/bgp/speaker.py", line
> 560, in _recv_loop
>     self.data_received(next_bytes)
>   File "/home/wataru/ryu/ryu/services/protocols/bgp/speaker.py", line
> 275, in data_received
>     self._data_received(next_bytes)
>   File "/home/wataru/ryu/ryu/services/protocols/bgp/speaker.py", line
> 355, in _data_received
>     self._handle_msg(msg)
>   File "/home/wataru/ryu/ryu/services/protocols/bgp/speaker.py", line
> 508, in _handle_msg
>     self._peer.handle_msg(msg)
>   File "/home/wataru/ryu/ryu/services/protocols/bgp/peer.py", line 1564,
> in handle_msg
>     self._handle_update_msg(msg)
>   File "/home/wataru/ryu/ryu/services/protocols/bgp/peer.py", line 1230,
> in _handle_update_msg
>     self._extract_and_handle_mpbgp_new_paths(update_msg)
>   File "/home/wataru/ryu/ryu/services/protocols/bgp/peer.py", line 1445,
> in _extract_and_handle_mpbgp_new_paths
>     self._adj_rib_in[nlri_str] = received_route
> NameError: global name 'nlri_str' is not defined
> 
> Signed-off-by: ISHIDA Wataru <ishida.wat...@lab.ntt.co.jp>
> ---
>  ryu/services/protocols/bgp/peer.py |    3 +++
>  1 file changed, 3 insertions(+)

Applied all, thanks!

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to