os-ken/ryu/ofproto
IWAMOTO Toshihiro 6aa4adb070 ofproto_v1_3_parser: Raise OFPTruncatedMessage exception on truncated messages
OFPT_ERROR_MSG can return truncated messages.  Some users want to
see them in human-friendly format [1]. Catch exceptions caused
by such truncated messages and reraise as OFPTruncatedMessage
with incomplete ofpmsg in the exception class.

[1] https://bugs.launchpad.net/dragonflow/+bug/1624826

Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-10-12 09:08:52 +09:00
..
__init__.py ofproto: get rid of fragile and slow glob'ing modules 2014-03-25 19:42:48 +09:00
ether.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
inet.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
nicira_ext.py ofproto/nicira_ext: Add missing NXMs in OVS v2.6.0 2016-10-12 09:08:36 +09:00
nx_actions.py ofproto/nx_actions: Update argument of NXActionCT 2016-07-27 19:46:04 +09:00
nx_match.py ofproto/nicira_ext: Move the variable and method for Nicira Extension 2016-06-09 13:07:47 +09:00
ofproto_common.py controller: Add backward compatibility for 6633 port 2016-05-18 16:01:23 +09:00
ofproto_parser.py ofproto_v1_3_parser: Raise OFPTruncatedMessage exception on truncated messages 2016-10-12 09:08:52 +09:00
ofproto_protocol.py Fix ImportError(s) with Python3 2015-04-14 05:19:56 +09:00
ofproto_utils.py ofp_handler: Output human readable error msg ev log 2015-09-10 11:14:58 +09:00
ofproto_v1_0_parser.py ofproto: Enable to specify packet library for OFPPacketOut.data 2016-08-25 13:30:45 +09:00
ofproto_v1_0.py ofproto/nicira_ext: Move the variable and method for Nicira Extension 2016-06-09 13:07:47 +09:00
ofproto_v1_2_parser.py ofproto: Enable to specify packet library for OFPPacketOut.data 2016-08-25 13:30:45 +09:00
ofproto_v1_2.py ofproto/nicira_ext: Move the variable and method for Nicira Extension 2016-06-09 13:07:47 +09:00
ofproto_v1_3_parser.py ofproto_v1_3_parser: Raise OFPTruncatedMessage exception on truncated messages 2016-10-12 09:08:52 +09:00
ofproto_v1_3.py ofproto/nicira_ext: Move the variable and method for Nicira Extension 2016-06-09 13:07:47 +09:00
ofproto_v1_4_parser.py ofproto: Enable to specify packet library for OFPPacketOut.data 2016-08-25 13:30:45 +09:00
ofproto_v1_4.py ofproto/nicira_ext: Move the variable and method for Nicira Extension 2016-06-09 13:07:47 +09:00
ofproto_v1_5_parser.py ofproto/ofproto_v1_5_parser: OFPMultipartReply malformed message offset fix 2016-09-28 16:34:59 +09:00
ofproto_v1_5.py ofproto/nicira_ext: Move the variable and method for Nicira Extension 2016-06-09 13:07:47 +09:00
oxm_fields.py OXM/OXS: Initialize exp_type with oxm_field 2015-07-22 19:01:01 +09:00
oxs_fields.py OXM/OXS: Initialize exp_type with oxm_field 2015-07-22 19:01:01 +09:00
oxx_fields.py Fix i386 test failures 2016-02-18 06:51:53 +09:00