William Fisher pointed out that Ryu on Python 3 will raise exception when failed negotiate the OpenFlow version. The following patches include the fix for this issue.
Also, the following patches add a new option to close socket connecting to a switch after sending a specified message. IWASE Yusuke (3): controller: Option to close socket after sending Message ofp_handler: Close socket when HELLO failed ofproto: Encode data field on OFPErrorMsg ryu/controller/controller.py | 31 ++++++++++++++++++++----------- ryu/controller/ofp_handler.py | 13 +++++++------ ryu/ofproto/ofproto_v1_0_parser.py | 2 ++ ryu/ofproto/ofproto_v1_2_parser.py | 2 ++ ryu/ofproto/ofproto_v1_3_parser.py | 2 ++ ryu/ofproto/ofproto_v1_4_parser.py | 2 ++ ryu/ofproto/ofproto_v1_5_parser.py | 2 ++ 7 files changed, 37 insertions(+), 17 deletions(-) -- 2.7.4 ------------------------------------------------------------------------------ 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