Re: [Ryu-devel] [PATCH] serivice/bgp: Fix ssh connection problem in Python 2.7

2017-11-05 Thread FUJITA Tomonori
On Thu, 2 Nov 2017 15:39:24 +0900 Satoshi Fujimoto wrote: > Currently, 'is_connected' attribute in SshServer is refered > before it is created, in Python 2.7. > This raises an Exception and the SSH operation won't work > anymore after this happens. > This commit ensures that 'is_connected' is cr

[Ryu-devel] [PATCH] serivice/bgp: Fix ssh connection problem in Python 2.7

2017-11-01 Thread Satoshi Fujimoto
Currently, 'is_connected' attribute in SshServer is refered before it is created, in Python 2.7. This raises an Exception and the SSH operation won't work anymore after this happens. This commit ensures that 'is_connected' is created before it is refered. Signed-off-by: Satoshi Fujimoto --- ryu/

Re: [Ryu-devel] [PATCH] serivice/bgp: Fix ssh connection problem in Python 2.7

2017-11-01 Thread Fujimoto Satoshi
Sorry, I withdraw this patch. I will repost the revised version soon. Thanks, Fujimoto On 2017年11月02日 14:44, Satoshi Fujimoto wrote: Currently, 'is_connected' attribute in SshServer is refered before it is created, in Python 2.7. This raises an Exception and the SSH operation won't work anymor

[Ryu-devel] [PATCH] serivice/bgp: Fix ssh connection problem in Python 2.7

2017-11-01 Thread Satoshi Fujimoto
Currently, 'is_connected' attribute in SshServer is refered before it is created, in Python 2.7. This raises an Exception and the SSH operation won't work anymore after this happens. This commit ensures that 'is_connected' is created before it is refered. Signed-off-by: Satoshi Fujimoto --- ryu/