os-ken/ryu/ofproto
IWASE Yusuke 870dcab678 ofproto_v1_5_parser: oxm_ids with name str in OFPActionCopyField
Currently, oxm_ids argument of OFPActionCopyField should be a list of
OFPOxmId instances, but this patch enables to specify with the OXM field
name as the str type value which is corresponding to the keywords of
OFPMatch.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2017-12-17 19:27:33 +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 nicira_ext: Define some CT constants 2017-05-30 16:13:17 +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: Avoid emitting illegal instruction sets 2017-07-21 21:54:25 +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.py ofproto/nicira_ext: Move the variable and method for Nicira Extension 2016-06-09 13:07:47 +09:00
ofproto_v1_0_parser.py fix bug in the example of flow_stats_reply 2017-11-28 11:30:13 +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_2_parser.py ofproto: Handle OFPErrorExperimenterMsg 2017-07-21 21:38:42 +09:00
ofproto_v1_3.py ofproto_v1_3: Add bundle extension 2017-12-11 22:35:05 +09:00
ofproto_v1_3_parser.py ofproto_v1_3: Add bundle extension 2017-12-11 22:35:05 +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_4_parser.py ofproto: Correct OFPBundle{Ctrl, Add}Msg docstrings 2017-12-11 22:34:16 +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
ofproto_v1_5_parser.py ofproto_v1_5_parser: oxm_ids with name str in OFPActionCopyField 2017-12-17 19:27:33 +09:00
oxm_fields.py ofproto_v1_5_parser: Fix length calculation of OFPOxmId 2017-12-17 19:27:31 +09:00
oxs_fields.py OXM/OXS: Initialize exp_type with oxm_field 2015-07-22 19:01:01 +09:00
oxx_fields.py ofproto: Allow CIDR notation for ipv[46]_{src, dst} 2017-05-11 12:32:18 +09:00