On Thu, 2 Nov 2017 15:39:24 +0900 Satoshi Fujimoto <satoshi.fujimo...@gmail.com> 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 created before > it is refered. > > Signed-off-by: Satoshi Fujimoto <satoshi.fujimo...@gmail.com> > --- > ryu/services/protocols/bgp/operator/ssh.py | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 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 Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel