From 9220abd06fc70c79bd57e819a554b0437b65cc2b Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 12 Aug 2013 16:46:09 +0900 Subject: [PATCH] normalize json files using tools/normalize_json.py i used to use json_pp for this purpose but different versions of perl seem to format differently. use python "json.dumps(d, ensure_ascii=True, indent=3, sort_keys=True)" instead this time. Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- .../json/of10/1-1-ofp_packet_out.packet.json | 18 +- .../json/of10/1-2-ofp_flow_mod.packet.json | 60 +- .../json/of10/1-4-ofp_packet_in.packet.json | 12 +- .../of10/1-5-features_request.packet.json | 2 +- .../of10/1-6-ofp_switch_features.packet.json | 62 +- .../of12/3-0-ofp_desc_stats_reply.packet.json | 20 +- .../json/of12/3-1-ofp_packet_out.packet.json | 18 +- .../json/of12/3-10-ofp_hello.packet.json | 2 +- .../3-11-ofp_flow_stats_request.packet.json | 20 +- .../3-12-ofp_flow_stats_reply.packet.json | 170 +- .../of12/3-13-ofp_echo_request.packet.json | 4 +- .../json/of12/3-14-ofp_echo_reply.packet.json | 4 +- .../json/of12/3-15-ofp_error_msg.packet.json | 8 +- .../of12/3-16-ofp_experimenter.packet.json | 8 +- .../of12/3-17-ofp_barrier_request.packet.json | 2 +- .../of12/3-18-ofp_barrier_reply.packet.json | 2 +- .../of12/3-19-ofp_role_request.packet.json | 6 +- .../json/of12/3-2-ofp_flow_mod.packet.json | 50 +- .../json/of12/3-20-ofp_role_reply.packet.json | 6 +- .../json/of12/3-21-ofp_group_mod.packet.json | 30 +- .../json/of12/3-22-ofp_port_mod.packet.json | 12 +- .../json/of12/3-23-ofp_table_mod.packet.json | 6 +- .../3-24-ofp_desc_stats_request.packet.json | 4 +- ...25-ofp_aggregate_stats_request.packet.json | 20 +- ...3-26-ofp_aggregate_stats_reply.packet.json | 16 +- .../3-27-ofp_table_stats_request.packet.json | 4 +- .../3-28-ofp_table_stats_reply.packet.json | 10204 ++++++++-------- .../3-29-ofp_port_stats_request.packet.json | 6 +- .../json/of12/3-3-ofp_flow_mod.packet.json | 42 +- .../3-30-ofp_port_stats_reply.packet.json | 66 +- ...p_group_features_stats_request.packet.json | 4 +- ...ofp_group_features_stats_reply.packet.json | 34 +- ...3-ofp_group_desc_stats_request.packet.json | 4 +- ...-34-ofp_group_desc_stats_reply.packet.json | 36 +- ...5-ofp_queue_get_config_request.packet.json | 4 +- ...-36-ofp_queue_get_config_reply.packet.json | 48 +- .../3-37-ofp_queue_stats_request.packet.json | 8 +- .../3-38-ofp_queue_stats_reply.packet.json | 48 +- .../of12/3-39-ofp_port_status.packet.json | 32 +- .../json/of12/3-4-ofp_packet_in.packet.json | 36 +- .../of12/3-40-ofp_flow_removed.packet.json | 30 +- ...-41-ofp_error_msg_experimenter.packet.json | 8 +- .../of12/3-5-ofp_features_request.packet.json | 2 +- .../of12/3-6-ofp_features_reply.packet.json | 68 +- .../json/of12/3-7-ofp_set_config.packet.json | 6 +- .../3-8-ofp_get_config_request.packet.json | 2 +- .../of12/3-9-ofp_get_config_reply.packet.json | 6 +- .../json/of13/4-0-ofp_desc_reply.packet.json | 20 +- .../json/of13/4-1-ofp_packet_out.packet.json | 18 +- .../json/of13/4-10-ofp_hello.packet.json | 18 +- .../4-11-ofp_flow_stats_request.packet.json | 20 +- .../4-12-ofp_flow_stats_reply.packet.json | 178 +- .../of13/4-13-ofp_echo_request.packet.json | 4 +- .../json/of13/4-14-ofp_echo_reply.packet.json | 4 +- .../json/of13/4-15-ofp_error_msg.packet.json | 8 +- .../of13/4-16-ofp_experimenter.packet.json | 8 +- .../of13/4-17-ofp_barrier_request.packet.json | 2 +- .../of13/4-18-ofp_barrier_reply.packet.json | 2 +- .../of13/4-19-ofp_role_request.packet.json | 6 +- .../json/of13/4-2-ofp_flow_mod.packet.json | 50 +- .../json/of13/4-20-ofp_role_reply.packet.json | 6 +- .../json/of13/4-21-ofp_group_mod.packet.json | 30 +- .../json/of13/4-22-ofp_port_mod.packet.json | 12 +- .../json/of13/4-23-ofp_table_mod.packet.json | 6 +- .../of13/4-24-ofp_desc_request.packet.json | 4 +- ...25-ofp_aggregate_stats_request.packet.json | 20 +- ...4-26-ofp_aggregate_stats_reply.packet.json | 16 +- .../4-27-ofp_table_stats_request.packet.json | 4 +- .../4-28-ofp_table_stats_reply.packet.json | 30 +- .../4-29-ofp_port_stats_request.packet.json | 6 +- .../json/of13/4-3-ofp_flow_mod.packet.json | 42 +- .../4-30-ofp_port_stats_reply.packet.json | 74 +- ...-31-ofp_group_features_request.packet.json | 4 +- .../4-32-ofp_group_features_reply.packet.json | 34 +- .../4-33-ofp_group_desc_request.packet.json | 4 +- .../4-34-ofp_group_desc_reply.packet.json | 36 +- ...5-ofp_queue_get_config_request.packet.json | 4 +- ...-36-ofp_queue_get_config_reply.packet.json | 48 +- .../4-37-ofp_queue_stats_request.packet.json | 8 +- .../4-38-ofp_queue_stats_reply.packet.json | 60 +- .../of13/4-39-ofp_port_status.packet.json | 32 +- .../json/of13/4-4-ofp_packet_in.packet.json | 38 +- .../of13/4-40-ofp_flow_removed.packet.json | 30 +- .../4-42-ofp_get_async_request.packet.json | 2 +- .../of13/4-43-ofp_get_async_reply.packet.json | 18 +- .../json/of13/4-44-ofp_set_async.packet.json | 18 +- .../json/of13/4-45-ofp_meter_mod.packet.json | 38 +- .../json/of13/4-46-ofp_flow_mod.packet.json | 56 +- .../4-47-ofp_meter_config_request.packet.json | 6 +- .../4-48-ofp_meter_config_reply.packet.json | 24 +- .../4-49-ofp_meter_stats_request.packet.json | 6 +- .../of13/4-5-ofp_features_request.packet.json | 2 +- .../4-50-ofp_meter_stats_reply.packet.json | 32 +- ...-51-ofp_meter_features_request.packet.json | 4 +- .../4-52-ofp_meter_features_reply.packet.json | 20 +- .../4-53-ofp_port_desc_request.packet.json | 4 +- .../of13/4-54-ofp_port_desc_reply.packet.json | 58 +- .../4-56-ofp_table_features_reply.packet.json | 186 +- .../of13/4-6-ofp_features_reply.packet.json | 12 +- .../json/of13/4-7-ofp_set_config.packet.json | 6 +- .../4-8-ofp_get_config_request.packet.json | 2 +- .../of13/4-9-ofp_get_config_reply.packet.json | 6 +- 102 files changed, 6323 insertions(+), 6323 deletions(-) diff --git a/ryu/tests/unit/ofproto/json/of10/1-1-ofp_packet_out.packet.json b/ryu/tests/unit/ofproto/json/of10/1-1-ofp_packet_out.packet.json index cae2f432..0dc98f49 100644 --- a/ryu/tests/unit/ofproto/json/of10/1-1-ofp_packet_out.packet.json +++ b/ryu/tests/unit/ofproto/json/of10/1-1-ofp_packet_out.packet.json @@ -1,15 +1,15 @@ { - "OFPPacketOut" : { - "buffer_id" : 4294967295, - "actions" : [ + "OFPPacketOut": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 65532 + "OFPActionOutput": { + "max_len": 65535, + "port": 65532 } } - ], - "in_port" : 65533, - "data" : "8guk0D9w8gukffjqCABFAABU+BoAAP8Br4sKAAABCgAAAggAAgj3YAAAMdYCAAAAAACrjS0xAAAAABAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vAAAAAAAAAAA=" + ], + "buffer_id": 4294967295, + "data": "8guk0D9w8gukffjqCABFAABU+BoAAP8Br4sKAAABCgAAAggAAgj3YAAAMdYCAAAAAACrjS0xAAAAABAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vAAAAAAAAAAA=", + "in_port": 65533 } } diff --git a/ryu/tests/unit/ofproto/json/of10/1-2-ofp_flow_mod.packet.json b/ryu/tests/unit/ofproto/json/of10/1-2-ofp_flow_mod.packet.json index f7ecf6d6..94273248 100644 --- a/ryu/tests/unit/ofproto/json/of10/1-2-ofp_flow_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of10/1-2-ofp_flow_mod.packet.json @@ -1,37 +1,37 @@ { - "OFPFlowMod" : { - "priority" : 123, - "hard_timeout" : 0, - "buffer_id" : 65535, - "actions" : [ + "OFPFlowMod": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 6 + "OFPActionOutput": { + "max_len": 65535, + "port": 6 } } - ], - "flags" : 0, - "match" : { - "OFPMatch" : { - "nw_dst" : 0, - "dl_vlan" : 0, - "wildcards" : 4194295, - "in_port" : 0, - "dl_vlan_pcp" : 0, - "dl_src" : "////////", - "nw_proto" : 0, - "dl_dst" : "8gukffjq", - "tp_src" : 0, - "nw_tos" : 0, - "nw_src" : 0, - "dl_type" : 0, - "tp_dst" : 0 + ], + "buffer_id": 65535, + "command": 0, + "cookie": 0, + "flags": 0, + "hard_timeout": 0, + "idle_timeout": 0, + "match": { + "OFPMatch": { + "dl_dst": "8gukffjq", + "dl_src": "////////", + "dl_type": 0, + "dl_vlan": 0, + "dl_vlan_pcp": 0, + "in_port": 0, + "nw_dst": 0, + "nw_proto": 0, + "nw_src": 0, + "nw_tos": 0, + "tp_dst": 0, + "tp_src": 0, + "wildcards": 4194295 } - }, - "idle_timeout" : 0, - "cookie" : 0, - "out_port" : 65532, - "command" : 0 + }, + "out_port": 65532, + "priority": 123 } } diff --git a/ryu/tests/unit/ofproto/json/of10/1-4-ofp_packet_in.packet.json b/ryu/tests/unit/ofproto/json/of10/1-4-ofp_packet_in.packet.json index e74aaeb0..6ccd2fb8 100644 --- a/ryu/tests/unit/ofproto/json/of10/1-4-ofp_packet_in.packet.json +++ b/ryu/tests/unit/ofproto/json/of10/1-4-ofp_packet_in.packet.json @@ -1,9 +1,9 @@ { - "OFPPacketIn" : { - "buffer_id" : 2, - "total_len" : 42, - "reason" : 1, - "data" : "////////8gukffjqCAYAAQgABgQAAfILpH346goAAAEAAAAAAAAKAAAD", - "in_port" : 99 + "OFPPacketIn": { + "buffer_id": 2, + "data": "////////8gukffjqCAYAAQgABgQAAfILpH346goAAAEAAAAAAAAKAAAD", + "in_port": 99, + "reason": 1, + "total_len": 42 } } diff --git a/ryu/tests/unit/ofproto/json/of10/1-5-features_request.packet.json b/ryu/tests/unit/ofproto/json/of10/1-5-features_request.packet.json index 04c90c7f..8f48ad5a 100644 --- a/ryu/tests/unit/ofproto/json/of10/1-5-features_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of10/1-5-features_request.packet.json @@ -1,3 +1,3 @@ { - "OFPFeaturesRequest" : {} + "OFPFeaturesRequest": {} } diff --git a/ryu/tests/unit/ofproto/json/of10/1-6-ofp_switch_features.packet.json b/ryu/tests/unit/ofproto/json/of10/1-6-ofp_switch_features.packet.json index a46e522d..4084ba5e 100644 --- a/ryu/tests/unit/ofproto/json/of10/1-6-ofp_switch_features.packet.json +++ b/ryu/tests/unit/ofproto/json/of10/1-6-ofp_switch_features.packet.json @@ -1,37 +1,37 @@ { - "OFPSwitchFeatures" : { - "ports" : { - "6" : { - "OFPPhyPort" : { - "curr" : 648, - "name" : "UG9ydAYAAAAAAAAAAAAAAA==", - "supported" : 648, - "state" : 2, - "port_no" : 6, - "advertised" : 640, - "config" : 0, - "peer" : 648, - "hw_addr" : "8gukffjq" + "OFPSwitchFeatures": { + "actions": 2115, + "capabilities": 169, + "datapath_id": 1095522080376, + "n_buffers": 0, + "n_tables": 255, + "ports": { + "6": { + "OFPPhyPort": { + "advertised": 640, + "config": 0, + "curr": 648, + "hw_addr": "8gukffjq", + "name": "UG9ydAYAAAAAAAAAAAAAAA==", + "peer": 648, + "port_no": 6, + "state": 2, + "supported": 648 } - }, - "7" : { - "OFPPhyPort" : { - "curr" : 648, - "name" : "UG9ydAcAAAAAAAAAAAAAAA==", - "supported" : 648, - "state" : 16, - "port_no" : 7, - "advertised" : 640, - "config" : 0, - "peer" : 648, - "hw_addr" : "8guk0D9w" + }, + "7": { + "OFPPhyPort": { + "advertised": 640, + "config": 0, + "curr": 648, + "hw_addr": "8guk0D9w", + "name": "UG9ydAcAAAAAAAAAAAAAAA==", + "peer": 648, + "port_no": 7, + "state": 16, + "supported": 648 } } - }, - "actions" : 2115, - "n_tables" : 255, - "capabilities" : 169, - "n_buffers" : 0, - "datapath_id" : 1095522080376 + } } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-0-ofp_desc_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-0-ofp_desc_stats_reply.packet.json index a073f823..d8f47bde 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-0-ofp_desc_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-0-ofp_desc_stats_reply.packet.json @@ -1,14 +1,14 @@ { - "OFPStatsReply" : { - "body" : { - "OFPDescStats" : { - "dp_desc" : "ZHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", - "mfr_desc" : "bWZyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", - "hw_desc" : "aHcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", - "serial_num" : "c2VyaWFsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=", - "sw_desc" : "c3cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" + "OFPStatsReply": { + "body": { + "OFPDescStats": { + "dp_desc": "ZHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "hw_desc": "aHcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "mfr_desc": "bWZyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "serial_num": "c2VyaWFsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=", + "sw_desc": "c3cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" } - }, - "flags" : 0 + }, + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-1-ofp_packet_out.packet.json b/ryu/tests/unit/ofproto/json/of12/3-1-ofp_packet_out.packet.json index 7c5e39b4..64fb7903 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-1-ofp_packet_out.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-1-ofp_packet_out.packet.json @@ -1,15 +1,15 @@ { - "OFPPacketOut" : { - "buffer_id" : 4294967295, - "actions" : [ + "OFPPacketOut": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 4294967292 + "OFPActionOutput": { + "max_len": 65535, + "port": 4294967292 } } - ], - "in_port" : 4294967293, - "data" : "8guk0D9w8gukffjqCABFAABU+BoAAP8Br4sKAAABCgAAAggAAgj3YAAAMdYCAAAAAACrjS0xAAAAABAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vAAAAAAAAAAA=" + ], + "buffer_id": 4294967295, + "data": "8guk0D9w8gukffjqCABFAABU+BoAAP8Br4sKAAABCgAAAggAAgj3YAAAMdYCAAAAAACrjS0xAAAAABAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vAAAAAAAAAAA=", + "in_port": 4294967293 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-10-ofp_hello.packet.json b/ryu/tests/unit/ofproto/json/of12/3-10-ofp_hello.packet.json index 20fa0686..ce07cebd 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-10-ofp_hello.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-10-ofp_hello.packet.json @@ -1,3 +1,3 @@ { - "OFPHello" : {} + "OFPHello": {} } diff --git a/ryu/tests/unit/ofproto/json/of12/3-11-ofp_flow_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-11-ofp_flow_stats_request.packet.json index e677585c..99c65f83 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-11-ofp_flow_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-11-ofp_flow_stats_request.packet.json @@ -1,13 +1,13 @@ { - "OFPFlowStatsRequest" : { - "table_id" : 0, - "flags" : 0, - "out_group" : 4294967295, - "match" : { - "OFPMatch" : {} - }, - "cookie" : 0, - "out_port" : 4294967295, - "cookie_mask" : 0 + "OFPFlowStatsRequest": { + "cookie": 0, + "cookie_mask": 0, + "flags": 0, + "match": { + "OFPMatch": {} + }, + "out_group": 4294967295, + "out_port": 4294967295, + "table_id": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json index 04ee86a2..534b54e0 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json @@ -1,114 +1,114 @@ { - "OFPStatsReply" : { - "body" : [ + "OFPStatsReply": { + "body": [ { - "OFPFlowStats" : { - "table_id" : 0, - "hard_timeout" : 0, - "priority" : 65535, - "instructions" : [], - "duration_nsec" : 115277000, - "match" : { - "OFPMatch" : {} - }, - "cookie" : 0, - "idle_timeout" : 0, - "byte_count" : 0, - "duration_sec" : 358, - "packet_count" : 0 + "OFPFlowStats": { + "byte_count": 0, + "cookie": 0, + "duration_nsec": 115277000, + "duration_sec": 358, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [], + "match": { + "OFPMatch": {} + }, + "packet_count": 0, + "priority": 65535, + "table_id": 0 } - }, + }, { - "OFPFlowStats" : { - "table_id" : 0, - "hard_timeout" : 0, - "priority" : 65534, - "instructions" : [ + "OFPFlowStats": { + "byte_count": 0, + "cookie": 0, + "duration_nsec": 115055000, + "duration_sec": 358, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionActions" : { - "actions" : [ + "OFPInstructionActions": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 0, - "port" : 4294967290 + "OFPActionOutput": { + "max_len": 0, + "port": 4294967290 } } - ], - "type" : 4 + ], + "type": 4 } } - ], - "duration_nsec" : 115055000, - "match" : { - "OFPMatch" : { - "eth_type" : 2054 + ], + "match": { + "OFPMatch": { + "eth_type": 2054 } - }, - "cookie" : 0, - "idle_timeout" : 0, - "byte_count" : 0, - "duration_sec" : 358, - "packet_count" : 0 + }, + "packet_count": 0, + "priority": 65534, + "table_id": 0 } - }, + }, { - "OFPFlowStats" : { - "table_id" : 0, - "hard_timeout" : 0, - "priority" : 123, - "instructions" : [ + "OFPFlowStats": { + "byte_count": 238, + "cookie": 0, + "duration_nsec": 511582000, + "duration_sec": 316220, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionGotoTable" : { - "table_id" : 1 + "OFPInstructionGotoTable": { + "table_id": 1 } } - ], - "duration_nsec" : 511582000, - "match" : { - "OFPMatch" : { - "eth_src" : "f2:0b:a4:7d:f8:ea", - "in_port" : 6 + ], + "match": { + "OFPMatch": { + "eth_src": "f2:0b:a4:7d:f8:ea", + "in_port": 6 } - }, - "cookie" : 0, - "idle_timeout" : 0, - "byte_count" : 238, - "duration_sec" : 316220, - "packet_count" : 3 + }, + "packet_count": 3, + "priority": 123, + "table_id": 0 } - }, + }, { - "OFPFlowStats" : { - "table_id" : 0, - "hard_timeout" : 0, - "priority" : 0, - "instructions" : [ + "OFPFlowStats": { + "byte_count": 98, + "cookie": 0, + "duration_nsec": 980901000, + "duration_sec": 313499, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionActions" : { - "actions" : [ + "OFPInstructionActions": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 4294967293 + "OFPActionOutput": { + "max_len": 65535, + "port": 4294967293 } } - ], - "type" : 3 + ], + "type": 3 } } - ], - "duration_nsec" : 980901000, - "match" : { - "OFPMatch" : {} - }, - "cookie" : 0, - "idle_timeout" : 0, - "byte_count" : 98, - "duration_sec" : 313499, - "packet_count" : 1 + ], + "match": { + "OFPMatch": {} + }, + "packet_count": 1, + "priority": 0, + "table_id": 0 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-13-ofp_echo_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-13-ofp_echo_request.packet.json index 56529ab1..e1f2af42 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-13-ofp_echo_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-13-ofp_echo_request.packet.json @@ -1,5 +1,5 @@ { - "OFPEchoRequest" : { - "data" : "aG9nZQ==" + "OFPEchoRequest": { + "data": "aG9nZQ==" } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-14-ofp_echo_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-14-ofp_echo_reply.packet.json index 92b351e2..2a573634 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-14-ofp_echo_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-14-ofp_echo_reply.packet.json @@ -1,5 +1,5 @@ { - "OFPEchoReply" : { - "data" : "aG9nZQ==" + "OFPEchoReply": { + "data": "aG9nZQ==" } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-15-ofp_error_msg.packet.json b/ryu/tests/unit/ofproto/json/of12/3-15-ofp_error_msg.packet.json index 26f86250..e9ab2b5e 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-15-ofp_error_msg.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-15-ofp_error_msg.packet.json @@ -1,7 +1,7 @@ { - "OFPErrorMsg" : { - "data" : "ZnVnYWZ1Z2E=", - "type" : 2, - "code" : 11 + "OFPErrorMsg": { + "code": 11, + "data": "ZnVnYWZ1Z2E=", + "type": 2 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-16-ofp_experimenter.packet.json b/ryu/tests/unit/ofproto/json/of12/3-16-ofp_experimenter.packet.json index 4a09abf4..4ad13c73 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-16-ofp_experimenter.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-16-ofp_experimenter.packet.json @@ -1,7 +1,7 @@ { - "OFPExperimenter" : { - "experimenter" : 98765432, - "data" : "bmF6bw==", - "exp_type" : 123456789 + "OFPExperimenter": { + "data": "bmF6bw==", + "exp_type": 123456789, + "experimenter": 98765432 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-17-ofp_barrier_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-17-ofp_barrier_request.packet.json index 6931ae39..2aae9ec3 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-17-ofp_barrier_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-17-ofp_barrier_request.packet.json @@ -1,3 +1,3 @@ { - "OFPBarrierRequest" : {} + "OFPBarrierRequest": {} } diff --git a/ryu/tests/unit/ofproto/json/of12/3-18-ofp_barrier_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-18-ofp_barrier_reply.packet.json index 0c18a343..11f8cfcc 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-18-ofp_barrier_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-18-ofp_barrier_reply.packet.json @@ -1,3 +1,3 @@ { - "OFPBarrierReply" : {} + "OFPBarrierReply": {} } diff --git a/ryu/tests/unit/ofproto/json/of12/3-19-ofp_role_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-19-ofp_role_request.packet.json index bef79549..5cdbc2f1 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-19-ofp_role_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-19-ofp_role_request.packet.json @@ -1,6 +1,6 @@ { - "OFPRoleRequest" : { - "generation_id" : 17294086455919964160, - "role" : 2 + "OFPRoleRequest": { + "generation_id": 17294086455919964160, + "role": 2 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-2-ofp_flow_mod.packet.json b/ryu/tests/unit/ofproto/json/of12/3-2-ofp_flow_mod.packet.json index 415a20f5..07b57661 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-2-ofp_flow_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-2-ofp_flow_mod.packet.json @@ -1,35 +1,35 @@ { - "OFPFlowMod" : { - "table_id" : 1, - "priority" : 123, - "buffer_id" : 65535, - "hard_timeout" : 0, - "instructions" : [ + "OFPFlowMod": { + "buffer_id": 65535, + "command": 0, + "cookie": 0, + "cookie_mask": 0, + "flags": 0, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionActions" : { - "actions" : [ + "OFPInstructionActions": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 6 + "OFPActionOutput": { + "max_len": 65535, + "port": 6 } } - ], - "type" : 3 + ], + "type": 3 } } - ], - "out_group" : 4294967295, - "flags" : 0, - "match" : { - "OFPMatch" : { - "eth_dst" : "f2:0b:a4:7d:f8:ea" + ], + "match": { + "OFPMatch": { + "eth_dst": "f2:0b:a4:7d:f8:ea" } - }, - "cookie" : 0, - "idle_timeout" : 0, - "cookie_mask" : 0, - "out_port" : 4294967295, - "command" : 0 + }, + "out_group": 4294967295, + "out_port": 4294967295, + "priority": 123, + "table_id": 1 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-20-ofp_role_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-20-ofp_role_reply.packet.json index f03d802b..3fd9a13f 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-20-ofp_role_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-20-ofp_role_reply.packet.json @@ -1,6 +1,6 @@ { - "OFPRoleReply" : { - "generation_id" : 17294086455919964160, - "role" : 3 + "OFPRoleReply": { + "generation_id": 17294086455919964160, + "role": 3 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-21-ofp_group_mod.packet.json b/ryu/tests/unit/ofproto/json/of12/3-21-ofp_group_mod.packet.json index c840bd17..6b66df4d 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-21-ofp_group_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-21-ofp_group_mod.packet.json @@ -1,24 +1,24 @@ { - "OFPGroupMod" : { - "group_id" : 1, - "buckets" : [ + "OFPGroupMod": { + "buckets": [ { - "OFPBucket" : { - "actions" : [ + "OFPBucket": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 2 + "OFPActionOutput": { + "max_len": 65535, + "port": 2 } } - ], - "watch_port" : 1, - "watch_group" : 1, - "weight" : 1 + ], + "watch_group": 1, + "watch_port": 1, + "weight": 1 } } - ], - "type" : 0, - "command" : 0 + ], + "command": 0, + "group_id": 1, + "type": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-22-ofp_port_mod.packet.json b/ryu/tests/unit/ofproto/json/of12/3-22-ofp_port_mod.packet.json index b9baea47..e898735a 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-22-ofp_port_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-22-ofp_port_mod.packet.json @@ -1,9 +1,9 @@ { - "OFPPortMod" : { - "advertise" : 4096, - "port_no" : 1, - "config" : 0, - "hw_addr" : "ABEAABER", - "mask" : 0 + "OFPPortMod": { + "advertise": 4096, + "config": 0, + "hw_addr": "ABEAABER", + "mask": 0, + "port_no": 1 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-23-ofp_table_mod.packet.json b/ryu/tests/unit/ofproto/json/of12/3-23-ofp_table_mod.packet.json index 9f855700..5019c29b 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-23-ofp_table_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-23-ofp_table_mod.packet.json @@ -1,6 +1,6 @@ { - "OFPTableMod" : { - "table_id" : 255, - "config" : 0 + "OFPTableMod": { + "config": 0, + "table_id": 255 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-24-ofp_desc_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-24-ofp_desc_stats_request.packet.json index 6ee5839e..6129d409 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-24-ofp_desc_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-24-ofp_desc_stats_request.packet.json @@ -1,5 +1,5 @@ { - "OFPDescStatsRequest" : { - "flags" : 0 + "OFPDescStatsRequest": { + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-25-ofp_aggregate_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-25-ofp_aggregate_stats_request.packet.json index 1a6f4ec5..48193b2c 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-25-ofp_aggregate_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-25-ofp_aggregate_stats_request.packet.json @@ -1,13 +1,13 @@ { - "OFPAggregateStatsRequest" : { - "table_id" : 255, - "flags" : 0, - "out_group" : 4294967295, - "match" : { - "OFPMatch" : {} - }, - "cookie" : 0, - "out_port" : 4294967295, - "cookie_mask" : 0 + "OFPAggregateStatsRequest": { + "cookie": 0, + "cookie_mask": 0, + "flags": 0, + "match": { + "OFPMatch": {} + }, + "out_group": 4294967295, + "out_port": 4294967295, + "table_id": 255 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-26-ofp_aggregate_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-26-ofp_aggregate_stats_reply.packet.json index 08fbd27c..9679f11f 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-26-ofp_aggregate_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-26-ofp_aggregate_stats_reply.packet.json @@ -1,12 +1,12 @@ { - "OFPStatsReply" : { - "body" : { - "OFPAggregateStatsReply" : { - "flow_count" : 6, - "byte_count" : 574, - "packet_count" : 7 + "OFPStatsReply": { + "body": { + "OFPAggregateStatsReply": { + "byte_count": 574, + "flow_count": 6, + "packet_count": 7 } - }, - "flags" : 0 + }, + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-27-ofp_table_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-27-ofp_table_stats_request.packet.json index 0e82bf54..03adedd1 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-27-ofp_table_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-27-ofp_table_stats_request.packet.json @@ -1,5 +1,5 @@ { - "OFPTableStatsRequest" : { - "flags" : 0 + "OFPTableStatsRequest": { + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-28-ofp_table_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-28-ofp_table_stats_reply.packet.json index 60114eab..d3325884 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-28-ofp_table_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-28-ofp_table_stats_reply.packet.json @@ -1,5107 +1,5107 @@ { - "OFPStatsReply" : { - "body" : [ - { - "OFPTableStats" : { - "table_id" : 0, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 4, - "matched_count" : 4, - "lookup_count" : 4, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDAwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 1, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 2, - "matched_count" : 3, - "lookup_count" : 3, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDAxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 2, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDAyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 3, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDAzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 4, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 5, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 6, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 7, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 8, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 9, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 10, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDBhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 11, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDBiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 12, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDBjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 13, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDBkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 14, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDBlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 15, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDBmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 16, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDEwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 17, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDExAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 18, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDEyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 19, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDEzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 20, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDE0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 21, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDE1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 22, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDE2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 23, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDE3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 24, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDE4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 25, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDE5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 26, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDFhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 27, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDFiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 28, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDFjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 29, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDFkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 30, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDFlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 31, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDFmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 32, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDIwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 33, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDIxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 34, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDIyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 35, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDIzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 36, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDI0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 37, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDI1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 38, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDI2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 39, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDI3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 40, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDI4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 41, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDI5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 42, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDJhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 43, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDJiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 44, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDJjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 45, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDJkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 46, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDJlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 47, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDJmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 48, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDMwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 49, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDMxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 50, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDMyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 51, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDMzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 52, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDM0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 53, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDM1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 54, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDM2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 55, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDM3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 56, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDM4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 57, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDM5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 58, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDNhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 59, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDNiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 60, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDNjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 61, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDNkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 62, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDNlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 63, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDNmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 64, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDQwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 65, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDQxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 66, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDQyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 67, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDQzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 68, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDQ0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 69, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDQ1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 70, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDQ2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 71, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDQ3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 72, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDQ4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 73, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDQ5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 74, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDRhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 75, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDRiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 76, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDRjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 77, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDRkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 78, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDRlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 79, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDRmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 80, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDUwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 81, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDUxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 82, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDUyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 83, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDUzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 84, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDU0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 85, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDU1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 86, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDU2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 87, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDU3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 88, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDU4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 89, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDU5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 90, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDVhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 91, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDViAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 92, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDVjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 93, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDVkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 94, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDVlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 95, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDVmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 96, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDYwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 97, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDYxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 98, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDYyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 99, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDYzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 100, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDY0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 101, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDY1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 102, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDY2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 103, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDY3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 104, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDY4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 105, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDY5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 106, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDZhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 107, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDZiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 108, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDZjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 109, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDZkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 110, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDZlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 111, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDZmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 112, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDcwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 113, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDcxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 114, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDcyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 115, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDczAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 116, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDc0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 117, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDc1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 118, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDc2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 119, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDc3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 120, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDc4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 121, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDc5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 122, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDdhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 123, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDdiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 124, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDdjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 125, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDdkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 126, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDdlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 127, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDdmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 128, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDgwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 129, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDgxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 130, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDgyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 131, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDgzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 132, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDg0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 133, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDg1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 134, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDg2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 135, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDg3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 136, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDg4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 137, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDg5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 138, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDhhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 139, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDhiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 140, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDhjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 141, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDhkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 142, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDhlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 143, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDhmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 144, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDkwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 145, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDkxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 146, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDkyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 147, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDkzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 148, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDk0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 149, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDk1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 150, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDk2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 151, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDk3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 152, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDk4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 153, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDk5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 154, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDlhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 155, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDliAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 156, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDljAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 157, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDlkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 158, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDllAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 159, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDlmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 160, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGEwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 161, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGExAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 162, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGEyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 163, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGEzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 164, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGE0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 165, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGE1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 166, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGE2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 167, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGE3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 168, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGE4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 169, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGE5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 170, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGFhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 171, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGFiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 172, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGFjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 173, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGFkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 174, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGFlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 175, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGFmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 176, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGIwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 177, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGIxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 178, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGIyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 179, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGIzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 180, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGI0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 181, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGI1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 182, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGI2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 183, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGI3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 184, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGI4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 185, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGI5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 186, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGJhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 187, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGJiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 188, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGJjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 189, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGJkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 190, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGJlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 191, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGJmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 192, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGMwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 193, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGMxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 194, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGMyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 195, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGMzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 196, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGM0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 197, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGM1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 198, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGM2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 199, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGM3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 200, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGM4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 201, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGM5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 202, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGNhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 203, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGNiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 204, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGNjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 205, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGNkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 206, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGNlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 207, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGNmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 208, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGQwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 209, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGQxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 210, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGQyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 211, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGQzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 212, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGQ0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 213, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGQ1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 214, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGQ2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 215, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGQ3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 216, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGQ4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 217, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGQ5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 218, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGRhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 219, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGRiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 220, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGRjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 221, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGRkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 222, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGRlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 223, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGRmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 224, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGUwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 225, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGUxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 226, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGUyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 227, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGUzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 228, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGU0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 229, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGU1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 230, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGU2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 231, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGU3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 232, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGU4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 233, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGU5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 234, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGVhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 235, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGViAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 236, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGVjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 237, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGVkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 238, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGVlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 239, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGVmAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 240, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGYwAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 241, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGYxAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 242, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGYyAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 243, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGYzAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 244, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGY0AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 245, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGY1AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 246, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGY2AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 247, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGY3AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 248, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGY4AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 249, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGY5AAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 250, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGZhAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 251, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGZiAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 252, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGZjAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 253, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGZkAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 - } - }, - { - "OFPTableStats" : { - "table_id" : 254, - "instructions" : 62, - "wildcards" : 68719476733, - "metadata_write" : 18446744073709551615, - "write_actions" : 67082241, - "active_count" : 0, - "matched_count" : 0, - "lookup_count" : 0, - "write_setfields" : 0, - "apply_actions" : 67082241, - "apply_setfields" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweGZlAAAAAAAAAAAAAAAAAAAAAAA=", - "match" : 68719476733, - "config" : 0 + "OFPStatsReply": { + "body": [ + { + "OFPTableStats": { + "active_count": 4, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 4, + "match": 68719476733, + "matched_count": 4, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDAwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 0, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 2, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 3, + "match": 68719476733, + "matched_count": 3, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDAxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 1, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDAyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 2, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDAzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 3, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 4, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 5, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 6, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 7, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 8, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 9, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDBhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 10, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDBiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 11, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDBjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 12, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDBkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 13, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDBlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 14, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDBmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 15, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDEwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 16, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDExAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 17, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDEyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 18, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDEzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 19, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDE0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 20, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDE1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 21, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDE2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 22, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDE3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 23, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDE4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 24, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDE5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 25, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDFhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 26, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDFiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 27, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDFjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 28, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDFkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 29, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDFlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 30, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDFmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 31, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDIwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 32, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDIxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 33, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDIyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 34, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDIzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 35, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDI0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 36, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDI1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 37, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDI2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 38, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDI3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 39, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDI4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 40, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDI5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 41, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDJhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 42, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDJiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 43, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDJjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 44, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDJkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 45, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDJlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 46, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDJmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 47, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDMwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 48, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDMxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 49, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDMyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 50, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDMzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 51, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDM0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 52, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDM1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 53, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDM2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 54, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDM3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 55, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDM4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 56, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDM5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 57, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDNhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 58, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDNiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 59, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDNjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 60, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDNkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 61, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDNlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 62, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDNmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 63, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDQwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 64, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDQxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 65, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDQyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 66, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDQzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 67, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDQ0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 68, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDQ1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 69, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDQ2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 70, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDQ3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 71, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDQ4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 72, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDQ5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 73, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDRhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 74, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDRiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 75, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDRjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 76, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDRkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 77, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDRlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 78, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDRmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 79, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDUwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 80, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDUxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 81, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDUyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 82, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDUzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 83, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDU0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 84, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDU1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 85, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDU2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 86, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDU3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 87, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDU4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 88, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDU5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 89, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDVhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 90, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDViAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 91, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDVjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 92, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDVkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 93, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDVlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 94, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDVmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 95, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDYwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 96, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDYxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 97, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDYyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 98, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDYzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 99, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDY0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 100, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDY1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 101, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDY2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 102, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDY3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 103, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDY4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 104, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDY5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 105, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDZhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 106, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDZiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 107, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDZjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 108, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDZkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 109, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDZlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 110, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDZmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 111, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDcwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 112, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDcxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 113, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDcyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 114, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDczAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 115, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDc0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 116, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDc1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 117, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDc2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 118, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDc3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 119, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDc4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 120, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDc5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 121, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDdhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 122, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDdiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 123, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDdjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 124, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDdkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 125, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDdlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 126, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDdmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 127, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDgwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 128, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDgxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 129, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDgyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 130, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDgzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 131, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDg0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 132, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDg1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 133, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDg2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 134, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDg3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 135, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDg4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 136, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDg5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 137, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDhhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 138, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDhiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 139, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDhjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 140, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDhkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 141, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDhlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 142, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDhmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 143, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDkwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 144, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDkxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 145, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDkyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 146, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDkzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 147, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDk0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 148, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDk1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 149, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDk2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 150, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDk3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 151, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDk4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 152, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDk5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 153, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDlhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 154, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDliAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 155, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDljAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 156, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDlkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 157, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDllAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 158, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDlmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 159, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGEwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 160, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGExAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 161, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGEyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 162, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGEzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 163, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGE0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 164, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGE1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 165, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGE2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 166, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGE3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 167, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGE4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 168, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGE5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 169, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGFhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 170, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGFiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 171, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGFjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 172, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGFkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 173, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGFlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 174, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGFmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 175, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGIwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 176, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGIxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 177, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGIyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 178, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGIzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 179, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGI0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 180, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGI1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 181, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGI2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 182, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGI3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 183, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGI4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 184, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGI5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 185, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGJhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 186, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGJiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 187, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGJjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 188, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGJkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 189, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGJlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 190, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGJmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 191, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGMwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 192, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGMxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 193, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGMyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 194, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGMzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 195, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGM0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 196, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGM1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 197, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGM2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 198, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGM3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 199, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGM4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 200, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGM5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 201, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGNhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 202, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGNiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 203, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGNjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 204, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGNkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 205, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGNlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 206, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGNmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 207, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGQwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 208, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGQxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 209, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGQyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 210, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGQzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 211, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGQ0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 212, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGQ1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 213, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGQ2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 214, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGQ3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 215, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGQ4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 216, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGQ5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 217, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGRhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 218, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGRiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 219, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGRjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 220, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGRkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 221, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGRlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 222, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGRmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 223, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGUwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 224, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGUxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 225, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGUyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 226, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGUzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 227, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGU0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 228, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGU1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 229, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGU2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 230, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGU3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 231, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGU4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 232, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGU5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 233, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGVhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 234, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGViAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 235, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGVjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 236, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGVkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 237, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGVlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 238, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGVmAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 239, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGYwAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 240, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGYxAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 241, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGYyAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 242, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGYzAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 243, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGY0AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 244, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGY1AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 245, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGY2AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 246, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGY3AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 247, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGY4AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 248, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGY5AAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 249, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGZhAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 250, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGZiAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 251, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGZjAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 252, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGZkAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 253, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 + } + }, + { + "OFPTableStats": { + "active_count": 0, + "apply_actions": 67082241, + "apply_setfields": 0, + "config": 0, + "instructions": 62, + "lookup_count": 0, + "match": 68719476733, + "matched_count": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweGZlAAAAAAAAAAAAAAAAAAAAAAA=", + "table_id": 254, + "wildcards": 68719476733, + "write_actions": 67082241, + "write_setfields": 0 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-29-ofp_port_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-29-ofp_port_stats_request.packet.json index c495983e..9a94ed8b 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-29-ofp_port_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-29-ofp_port_stats_request.packet.json @@ -1,6 +1,6 @@ { - "OFPPortStatsRequest" : { - "port_no" : 4294967295, - "flags" : 0 + "OFPPortStatsRequest": { + "flags": 0, + "port_no": 4294967295 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-3-ofp_flow_mod.packet.json b/ryu/tests/unit/ofproto/json/of12/3-3-ofp_flow_mod.packet.json index 1432c7c5..3ac3c2e2 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-3-ofp_flow_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-3-ofp_flow_mod.packet.json @@ -1,28 +1,28 @@ { - "OFPFlowMod" : { - "table_id" : 0, - "priority" : 123, - "buffer_id" : 65535, - "hard_timeout" : 0, - "instructions" : [ + "OFPFlowMod": { + "buffer_id": 65535, + "command": 0, + "cookie": 0, + "cookie_mask": 0, + "flags": 0, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionGotoTable" : { - "table_id" : 1 + "OFPInstructionGotoTable": { + "table_id": 1 } } - ], - "out_group" : 4294967295, - "flags" : 0, - "match" : { - "OFPMatch" : { - "eth_src" : "f2:0b:a4:7d:f8:ea", - "in_port" : 6 + ], + "match": { + "OFPMatch": { + "eth_src": "f2:0b:a4:7d:f8:ea", + "in_port": 6 } - }, - "cookie" : 0, - "idle_timeout" : 0, - "cookie_mask" : 0, - "out_port" : 4294967295, - "command" : 0 + }, + "out_group": 4294967295, + "out_port": 4294967295, + "priority": 123, + "table_id": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-30-ofp_port_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-30-ofp_port_stats_reply.packet.json index ca46af7e..5754ba7e 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-30-ofp_port_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-30-ofp_port_stats_reply.packet.json @@ -1,41 +1,41 @@ { - "OFPStatsReply" : { - "body" : [ + "OFPStatsReply": { + "body": [ { - "OFPPortStats" : { - "rx_frame_err" : 0, - "rx_dropped" : 0, - "rx_packets" : 0, - "rx_over_err" : 0, - "tx_packets" : 4, - "rx_crc_err" : 0, - "collisions" : 0, - "port_no" : 7, - "tx_dropped" : 0, - "tx_bytes" : 336, - "rx_errors" : 0, - "rx_bytes" : 0, - "tx_errors" : 0 + "OFPPortStats": { + "collisions": 0, + "port_no": 7, + "rx_bytes": 0, + "rx_crc_err": 0, + "rx_dropped": 0, + "rx_errors": 0, + "rx_frame_err": 0, + "rx_over_err": 0, + "rx_packets": 0, + "tx_bytes": 336, + "tx_dropped": 0, + "tx_errors": 0, + "tx_packets": 4 } - }, + }, { - "OFPPortStats" : { - "rx_frame_err" : 0, - "rx_dropped" : 0, - "rx_packets" : 4, - "rx_over_err" : 0, - "tx_packets" : 4, - "rx_crc_err" : 0, - "collisions" : 0, - "port_no" : 6, - "tx_dropped" : 0, - "tx_bytes" : 336, - "rx_errors" : 0, - "rx_bytes" : 336, - "tx_errors" : 0 + "OFPPortStats": { + "collisions": 0, + "port_no": 6, + "rx_bytes": 336, + "rx_crc_err": 0, + "rx_dropped": 0, + "rx_errors": 0, + "rx_frame_err": 0, + "rx_over_err": 0, + "rx_packets": 4, + "tx_bytes": 336, + "tx_dropped": 0, + "tx_errors": 0, + "tx_packets": 4 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-31-ofp_group_features_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-31-ofp_group_features_stats_request.packet.json index dd166615..03974d3e 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-31-ofp_group_features_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-31-ofp_group_features_stats_request.packet.json @@ -1,5 +1,5 @@ { - "OFPGroupFeaturesStatsRequest" : { - "flags" : 0 + "OFPGroupFeaturesStatsRequest": { + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json index 0a373df3..29c38470 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json @@ -1,23 +1,23 @@ { - "OFPStatsReply" : { - "body" : { - "OFPGroupFeaturesStats" : { - "actions" : [ - 67082241, - 67082241, - 67082241, + "OFPStatsReply": { + "body": { + "OFPGroupFeaturesStats": { + "actions": [ + 67082241, + 67082241, + 67082241, 67082241 - ], - "max_groups" : [ - 16777216, - 16777216, - 16777216, + ], + "capabilities": 5, + "max_groups": [ + 16777216, + 16777216, + 16777216, 16777216 - ], - "types" : 15, - "capabilities" : 5 + ], + "types": 15 } - }, - "flags" : 0 + }, + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-33-ofp_group_desc_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-33-ofp_group_desc_stats_request.packet.json index ef0f42c2..e62fe9a0 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-33-ofp_group_desc_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-33-ofp_group_desc_stats_request.packet.json @@ -1,5 +1,5 @@ { - "OFPGroupDescStatsRequest" : { - "flags" : 0 + "OFPGroupDescStatsRequest": { + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json index 5fe0ba18..d662e5d4 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json @@ -1,30 +1,30 @@ { - "OFPStatsReply" : { - "body" : [ + "OFPStatsReply": { + "body": [ { - "OFPGroupDescStats" : { - "group_id" : 1, - "buckets" : [ + "OFPGroupDescStats": { + "buckets": [ { - "OFPBucket" : { - "watch_port" : 1, - "actions" : [ + "OFPBucket": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 2 + "OFPActionOutput": { + "max_len": 65535, + "port": 2 } } - ], - "watch_group" : 1, - "weight" : 1 + ], + "watch_group": 1, + "watch_port": 1, + "weight": 1 } } - ], - "type" : 0 + ], + "group_id": 1, + "type": 0 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-35-ofp_queue_get_config_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-35-ofp_queue_get_config_request.packet.json index e4314fa6..a50308c0 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-35-ofp_queue_get_config_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-35-ofp_queue_get_config_request.packet.json @@ -1,5 +1,5 @@ { - "OFPQueueGetConfigRequest" : { - "port" : 4294967295 + "OFPQueueGetConfigRequest": { + "port": 4294967295 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json index cf1b0c3a..818ca766 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-36-ofp_queue_get_config_reply.packet.json @@ -1,41 +1,41 @@ { - "OFPQueueGetConfigReply" : { - "port" : 4294967295, - "queues" : [ + "OFPQueueGetConfigReply": { + "port": 4294967295, + "queues": [ { - "OFPPacketQueue" : { - "queue_id" : 99, - "port" : 77, - "properties" : [ + "OFPPacketQueue": { + "port": 77, + "properties": [ { - "OFPQueuePropMinRate" : { - "rate" : 10 + "OFPQueuePropMinRate": { + "rate": 10 } - }, + }, { - "OFPQueuePropMaxRate" : { - "rate" : 900 + "OFPQueuePropMaxRate": { + "rate": 900 } } - ] + ], + "queue_id": 99 } - }, + }, { - "OFPPacketQueue" : { - "queue_id" : 88, - "port" : 77, - "properties" : [ + "OFPPacketQueue": { + "port": 77, + "properties": [ { - "OFPQueuePropMinRate" : { - "rate" : 100 + "OFPQueuePropMinRate": { + "rate": 100 } - }, + }, { - "OFPQueuePropMaxRate" : { - "rate" : 200 + "OFPQueuePropMaxRate": { + "rate": 200 } } - ] + ], + "queue_id": 88 } } ] diff --git a/ryu/tests/unit/ofproto/json/of12/3-37-ofp_queue_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-37-ofp_queue_stats_request.packet.json index 50fd7da3..5c7479d3 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-37-ofp_queue_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-37-ofp_queue_stats_request.packet.json @@ -1,7 +1,7 @@ { - "OFPQueueStatsRequest" : { - "port_no" : 4294967295, - "flags" : 0, - "queue_id" : 4294967295 + "OFPQueueStatsRequest": { + "flags": 0, + "port_no": 4294967295, + "queue_id": 4294967295 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-38-ofp_queue_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-38-ofp_queue_stats_reply.packet.json index d32d6bad..2a4066fc 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-38-ofp_queue_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-38-ofp_queue_stats_reply.packet.json @@ -1,34 +1,34 @@ { - "OFPStatsReply" : { - "body" : [ + "OFPStatsReply": { + "body": [ { - "OFPQueueStats" : { - "port_no" : 7, - "tx_packets" : 0, - "tx_bytes" : 0, - "queue_id" : 1, - "tx_errors" : 0 + "OFPQueueStats": { + "port_no": 7, + "queue_id": 1, + "tx_bytes": 0, + "tx_errors": 0, + "tx_packets": 0 } - }, + }, { - "OFPQueueStats" : { - "port_no" : 6, - "tx_packets" : 0, - "tx_bytes" : 0, - "queue_id" : 1, - "tx_errors" : 0 + "OFPQueueStats": { + "port_no": 6, + "queue_id": 1, + "tx_bytes": 0, + "tx_errors": 0, + "tx_packets": 0 } - }, + }, { - "OFPQueueStats" : { - "port_no" : 7, - "tx_packets" : 0, - "tx_bytes" : 0, - "queue_id" : 2, - "tx_errors" : 0 + "OFPQueueStats": { + "port_no": 7, + "queue_id": 2, + "tx_bytes": 0, + "tx_errors": 0, + "tx_packets": 0 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-39-ofp_port_status.packet.json b/ryu/tests/unit/ofproto/json/of12/3-39-ofp_port_status.packet.json index 89ab7408..80d0dcfb 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-39-ofp_port_status.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-39-ofp_port_status.packet.json @@ -1,20 +1,20 @@ { - "OFPPortStatus" : { - "desc" : { - "OFPPort" : { - "curr" : 10248, - "name" : "UG9ydAcAAAAAAAAAAAAAAA==", - "max_speed" : 5000, - "state" : 4, - "supported" : 10248, - "curr_speed" : 5000, - "port_no" : 7, - "advertised" : 10240, - "config" : 0, - "peer" : 10248, - "hw_addr" : "8guk0D9w" + "OFPPortStatus": { + "desc": { + "OFPPort": { + "advertised": 10240, + "config": 0, + "curr": 10248, + "curr_speed": 5000, + "hw_addr": "8guk0D9w", + "max_speed": 5000, + "name": "UG9ydAcAAAAAAAAAAAAAAA==", + "peer": 10248, + "port_no": 7, + "state": 4, + "supported": 10248 } - }, - "reason" : 0 + }, + "reason": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-4-ofp_packet_in.packet.json b/ryu/tests/unit/ofproto/json/of12/3-4-ofp_packet_in.packet.json index f8792c72..62906afb 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-4-ofp_packet_in.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-4-ofp_packet_in.packet.json @@ -1,22 +1,22 @@ { - "OFPPacketIn" : { - "table_id" : 1, - "buffer_id" : 2, - "total_len" : 42, - "match" : { - "OFPMatch" : { - "eth_src" : "f2:0b:a4:7d:f8:ea", - "in_port" : 6, - "eth_dst" : "ff:ff:ff:ff:ff:ff", - "arp_tha" : "00:00:00:00:00:00", - "arp_spa" : "10.0.0.1", - "eth_type" : 2054, - "arp_sha" : "f2:0b:a4:7d:f8:ea", - "arp_op" : 1, - "arp_tpa" : "10.0.0.3" + "OFPPacketIn": { + "buffer_id": 2, + "data": "////////8gukffjqCAYAAQgABgQAAfILpH346goAAAEAAAAAAAAKAAAD", + "match": { + "OFPMatch": { + "arp_op": 1, + "arp_sha": "f2:0b:a4:7d:f8:ea", + "arp_spa": "10.0.0.1", + "arp_tha": "00:00:00:00:00:00", + "arp_tpa": "10.0.0.3", + "eth_dst": "ff:ff:ff:ff:ff:ff", + "eth_src": "f2:0b:a4:7d:f8:ea", + "eth_type": 2054, + "in_port": 6 } - }, - "reason" : 1, - "data" : "////////8gukffjqCAYAAQgABgQAAfILpH346goAAAEAAAAAAAAKAAAD" + }, + "reason": 1, + "table_id": 1, + "total_len": 42 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-40-ofp_flow_removed.packet.json b/ryu/tests/unit/ofproto/json/of12/3-40-ofp_flow_removed.packet.json index e223891f..0dc91f26 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-40-ofp_flow_removed.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-40-ofp_flow_removed.packet.json @@ -1,19 +1,19 @@ { - "OFPFlowRemoved" : { - "table_id" : 0, - "hard_timeout" : 0, - "priority" : 65535, - "duration_nsec" : 48825000, - "match" : { - "OFPMatch" : { - "eth_dst" : "f2:0b:a4:7d:f8:ea" + "OFPFlowRemoved": { + "byte_count": 86, + "cookie": 0, + "duration_nsec": 48825000, + "duration_sec": 3, + "hard_timeout": 0, + "idle_timeout": 3, + "match": { + "OFPMatch": { + "eth_dst": "f2:0b:a4:7d:f8:ea" } - }, - "reason" : 0, - "cookie" : 0, - "idle_timeout" : 3, - "byte_count" : 86, - "duration_sec" : 3, - "packet_count" : 1 + }, + "packet_count": 1, + "priority": 65535, + "reason": 0, + "table_id": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-41-ofp_error_msg_experimenter.packet.json b/ryu/tests/unit/ofproto/json/of12/3-41-ofp_error_msg_experimenter.packet.json index de5a039b..5c2f703f 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-41-ofp_error_msg_experimenter.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-41-ofp_error_msg_experimenter.packet.json @@ -1,7 +1,7 @@ { - "OFPErrorExperimenterMsg" : { - "experimenter" : 999999, - "data" : "amlra2VuIGRhdGE=", - "exp_type" : 60000 + "OFPErrorExperimenterMsg": { + "data": "amlra2VuIGRhdGE=", + "exp_type": 60000, + "experimenter": 999999 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-5-ofp_features_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-5-ofp_features_request.packet.json index 04c90c7f..8f48ad5a 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-5-ofp_features_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-5-ofp_features_request.packet.json @@ -1,3 +1,3 @@ { - "OFPFeaturesRequest" : {} + "OFPFeaturesRequest": {} } diff --git a/ryu/tests/unit/ofproto/json/of12/3-6-ofp_features_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-6-ofp_features_reply.packet.json index de39f5ae..16dada95 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-6-ofp_features_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-6-ofp_features_reply.packet.json @@ -1,40 +1,40 @@ { - "OFPSwitchFeatures" : { - "ports" : { - "6" : { - "OFPPort" : { - "curr" : 10248, - "name" : "UG9ydAYAAAAAAAAAAAAAAA==", - "max_speed" : 5000, - "supported" : 10248, - "state" : 4, - "curr_speed" : 5000, - "port_no" : 6, - "advertised" : 10240, - "config" : 0, - "peer" : 10248, - "hw_addr" : "8gukffjq" + "OFPSwitchFeatures": { + "capabilities": 79, + "datapath_id": 603603843768844288, + "n_buffers": 0, + "n_tables": 255, + "ports": { + "6": { + "OFPPort": { + "advertised": 10240, + "config": 0, + "curr": 10248, + "curr_speed": 5000, + "hw_addr": "8gukffjq", + "max_speed": 5000, + "name": "UG9ydAYAAAAAAAAAAAAAAA==", + "peer": 10248, + "port_no": 6, + "state": 4, + "supported": 10248 } - }, - "7" : { - "OFPPort" : { - "curr" : 10248, - "name" : "UG9ydAcAAAAAAAAAAAAAAA==", - "max_speed" : 5000, - "supported" : 10248, - "state" : 4, - "curr_speed" : 5000, - "port_no" : 7, - "advertised" : 10240, - "config" : 0, - "peer" : 10248, - "hw_addr" : "8guk0D9w" + }, + "7": { + "OFPPort": { + "advertised": 10240, + "config": 0, + "curr": 10248, + "curr_speed": 5000, + "hw_addr": "8guk0D9w", + "max_speed": 5000, + "name": "UG9ydAcAAAAAAAAAAAAAAA==", + "peer": 10248, + "port_no": 7, + "state": 4, + "supported": 10248 } } - }, - "n_tables" : 255, - "capabilities" : 79, - "n_buffers" : 0, - "datapath_id" : 603603843768844288 + } } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-7-ofp_set_config.packet.json b/ryu/tests/unit/ofproto/json/of12/3-7-ofp_set_config.packet.json index 36b19a58..cd5398b7 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-7-ofp_set_config.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-7-ofp_set_config.packet.json @@ -1,6 +1,6 @@ { - "OFPSetConfig" : { - "flags" : 0, - "miss_send_len" : 128 + "OFPSetConfig": { + "flags": 0, + "miss_send_len": 128 } } diff --git a/ryu/tests/unit/ofproto/json/of12/3-8-ofp_get_config_request.packet.json b/ryu/tests/unit/ofproto/json/of12/3-8-ofp_get_config_request.packet.json index dc3a8910..06fe51f4 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-8-ofp_get_config_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-8-ofp_get_config_request.packet.json @@ -1,3 +1,3 @@ { - "OFPGetConfigRequest" : {} + "OFPGetConfigRequest": {} } diff --git a/ryu/tests/unit/ofproto/json/of12/3-9-ofp_get_config_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-9-ofp_get_config_reply.packet.json index 2531ba76..62b37b4d 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-9-ofp_get_config_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-9-ofp_get_config_reply.packet.json @@ -1,6 +1,6 @@ { - "OFPGetConfigReply" : { - "flags" : 0, - "miss_send_len" : 128 + "OFPGetConfigReply": { + "flags": 0, + "miss_send_len": 128 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-0-ofp_desc_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-0-ofp_desc_reply.packet.json index 82df052a..8d59fea2 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-0-ofp_desc_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-0-ofp_desc_reply.packet.json @@ -1,14 +1,14 @@ { - "OFPDescStatsReply" : { - "body" : { - "OFPDescStats" : { - "dp_desc" : "ZHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", - "mfr_desc" : "bWZyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", - "hw_desc" : "aHcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", - "serial_num" : "c2VyaWFsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=", - "sw_desc" : "c3cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" + "OFPDescStatsReply": { + "body": { + "OFPDescStats": { + "dp_desc": "ZHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "hw_desc": "aHcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "mfr_desc": "bWZyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "serial_num": "c2VyaWFsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=", + "sw_desc": "c3cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" } - }, - "flags" : 0 + }, + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-1-ofp_packet_out.packet.json b/ryu/tests/unit/ofproto/json/of13/4-1-ofp_packet_out.packet.json index 7c5e39b4..64fb7903 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-1-ofp_packet_out.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-1-ofp_packet_out.packet.json @@ -1,15 +1,15 @@ { - "OFPPacketOut" : { - "buffer_id" : 4294967295, - "actions" : [ + "OFPPacketOut": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 4294967292 + "OFPActionOutput": { + "max_len": 65535, + "port": 4294967292 } } - ], - "in_port" : 4294967293, - "data" : "8guk0D9w8gukffjqCABFAABU+BoAAP8Br4sKAAABCgAAAggAAgj3YAAAMdYCAAAAAACrjS0xAAAAABAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vAAAAAAAAAAA=" + ], + "buffer_id": 4294967295, + "data": "8guk0D9w8gukffjqCABFAABU+BoAAP8Br4sKAAABCgAAAggAAgj3YAAAMdYCAAAAAACrjS0xAAAAABAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vAAAAAAAAAAA=", + "in_port": 4294967293 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-10-ofp_hello.packet.json b/ryu/tests/unit/ofproto/json/of13/4-10-ofp_hello.packet.json index 593d57b6..182beecc 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-10-ofp_hello.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-10-ofp_hello.packet.json @@ -1,14 +1,14 @@ { - "OFPHello" : { - "elements" : [ + "OFPHello": { + "elements": [ { - "OFPHelloElemVersionBitmap" : { - "versions" : [ - 1, - 2, - 3, - 9, - 10, + "OFPHelloElemVersionBitmap": { + "versions": [ + 1, + 2, + 3, + 9, + 10, 30 ] } diff --git a/ryu/tests/unit/ofproto/json/of13/4-11-ofp_flow_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-11-ofp_flow_stats_request.packet.json index 847ff05c..99c65f83 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-11-ofp_flow_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-11-ofp_flow_stats_request.packet.json @@ -1,13 +1,13 @@ { - "OFPFlowStatsRequest" : { - "table_id" : 0, - "out_group" : 4294967295, - "flags" : 0, - "out_port" : 4294967295, - "cookie" : 0, - "match" : { - "OFPMatch" : {} - }, - "cookie_mask" : 0 + "OFPFlowStatsRequest": { + "cookie": 0, + "cookie_mask": 0, + "flags": 0, + "match": { + "OFPMatch": {} + }, + "out_group": 4294967295, + "out_port": 4294967295, + "table_id": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-12-ofp_flow_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-12-ofp_flow_stats_reply.packet.json index ce29b6de..75d5e080 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-12-ofp_flow_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-12-ofp_flow_stats_reply.packet.json @@ -1,118 +1,118 @@ { - "OFPFlowStatsReply" : { - "body" : [ + "OFPFlowStatsReply": { + "body": [ { - "OFPFlowStats" : { - "table_id" : 0, - "hard_timeout" : 0, - "priority" : 65535, - "instructions" : [], - "flags" : 0, - "duration_nsec" : 115277000, - "match" : { - "OFPMatch" : {} - }, - "cookie" : 0, - "idle_timeout" : 0, - "byte_count" : 0, - "duration_sec" : 358, - "packet_count" : 0 + "OFPFlowStats": { + "byte_count": 0, + "cookie": 0, + "duration_nsec": 115277000, + "duration_sec": 358, + "flags": 0, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [], + "match": { + "OFPMatch": {} + }, + "packet_count": 0, + "priority": 65535, + "table_id": 0 } - }, + }, { - "OFPFlowStats" : { - "table_id" : 0, - "hard_timeout" : 0, - "priority" : 65534, - "instructions" : [ + "OFPFlowStats": { + "byte_count": 0, + "cookie": 0, + "duration_nsec": 115055000, + "duration_sec": 358, + "flags": 0, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionActions" : { - "actions" : [ + "OFPInstructionActions": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 0, - "port" : 4294967290 + "OFPActionOutput": { + "max_len": 0, + "port": 4294967290 } } - ], - "type" : 4 + ], + "type": 4 } } - ], - "flags" : 0, - "duration_nsec" : 115055000, - "match" : { - "OFPMatch" : { - "eth_type" : 2054 + ], + "match": { + "OFPMatch": { + "eth_type": 2054 } - }, - "cookie" : 0, - "idle_timeout" : 0, - "byte_count" : 0, - "duration_sec" : 358, - "packet_count" : 0 + }, + "packet_count": 0, + "priority": 65534, + "table_id": 0 } - }, + }, { - "OFPFlowStats" : { - "table_id" : 0, - "hard_timeout" : 0, - "priority" : 123, - "instructions" : [ + "OFPFlowStats": { + "byte_count": 238, + "cookie": 0, + "duration_nsec": 511582000, + "duration_sec": 316220, + "flags": 0, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionGotoTable" : { - "table_id" : 1 + "OFPInstructionGotoTable": { + "table_id": 1 } } - ], - "flags" : 0, - "duration_nsec" : 511582000, - "match" : { - "OFPMatch" : { - "eth_src" : "f2:0b:a4:7d:f8:ea", - "in_port" : 6 + ], + "match": { + "OFPMatch": { + "eth_src": "f2:0b:a4:7d:f8:ea", + "in_port": 6 } - }, - "cookie" : 0, - "idle_timeout" : 0, - "byte_count" : 238, - "duration_sec" : 316220, - "packet_count" : 3 + }, + "packet_count": 3, + "priority": 123, + "table_id": 0 } - }, + }, { - "OFPFlowStats" : { - "table_id" : 0, - "hard_timeout" : 0, - "priority" : 0, - "instructions" : [ + "OFPFlowStats": { + "byte_count": 98, + "cookie": 0, + "duration_nsec": 980901000, + "duration_sec": 313499, + "flags": 0, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionActions" : { - "actions" : [ + "OFPInstructionActions": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 4294967293 + "OFPActionOutput": { + "max_len": 65535, + "port": 4294967293 } } - ], - "type" : 3 + ], + "type": 3 } } - ], - "flags" : 0, - "duration_nsec" : 980901000, - "match" : { - "OFPMatch" : {} - }, - "cookie" : 0, - "idle_timeout" : 0, - "byte_count" : 98, - "duration_sec" : 313499, - "packet_count" : 1 + ], + "match": { + "OFPMatch": {} + }, + "packet_count": 1, + "priority": 0, + "table_id": 0 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-13-ofp_echo_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-13-ofp_echo_request.packet.json index 56529ab1..e1f2af42 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-13-ofp_echo_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-13-ofp_echo_request.packet.json @@ -1,5 +1,5 @@ { - "OFPEchoRequest" : { - "data" : "aG9nZQ==" + "OFPEchoRequest": { + "data": "aG9nZQ==" } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-14-ofp_echo_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-14-ofp_echo_reply.packet.json index 92b351e2..2a573634 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-14-ofp_echo_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-14-ofp_echo_reply.packet.json @@ -1,5 +1,5 @@ { - "OFPEchoReply" : { - "data" : "aG9nZQ==" + "OFPEchoReply": { + "data": "aG9nZQ==" } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-15-ofp_error_msg.packet.json b/ryu/tests/unit/ofproto/json/of13/4-15-ofp_error_msg.packet.json index 26f86250..e9ab2b5e 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-15-ofp_error_msg.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-15-ofp_error_msg.packet.json @@ -1,7 +1,7 @@ { - "OFPErrorMsg" : { - "data" : "ZnVnYWZ1Z2E=", - "type" : 2, - "code" : 11 + "OFPErrorMsg": { + "code": 11, + "data": "ZnVnYWZ1Z2E=", + "type": 2 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-16-ofp_experimenter.packet.json b/ryu/tests/unit/ofproto/json/of13/4-16-ofp_experimenter.packet.json index 4a09abf4..4ad13c73 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-16-ofp_experimenter.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-16-ofp_experimenter.packet.json @@ -1,7 +1,7 @@ { - "OFPExperimenter" : { - "experimenter" : 98765432, - "data" : "bmF6bw==", - "exp_type" : 123456789 + "OFPExperimenter": { + "data": "bmF6bw==", + "exp_type": 123456789, + "experimenter": 98765432 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-17-ofp_barrier_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-17-ofp_barrier_request.packet.json index 6931ae39..2aae9ec3 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-17-ofp_barrier_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-17-ofp_barrier_request.packet.json @@ -1,3 +1,3 @@ { - "OFPBarrierRequest" : {} + "OFPBarrierRequest": {} } diff --git a/ryu/tests/unit/ofproto/json/of13/4-18-ofp_barrier_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-18-ofp_barrier_reply.packet.json index 0c18a343..11f8cfcc 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-18-ofp_barrier_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-18-ofp_barrier_reply.packet.json @@ -1,3 +1,3 @@ { - "OFPBarrierReply" : {} + "OFPBarrierReply": {} } diff --git a/ryu/tests/unit/ofproto/json/of13/4-19-ofp_role_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-19-ofp_role_request.packet.json index bef79549..5cdbc2f1 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-19-ofp_role_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-19-ofp_role_request.packet.json @@ -1,6 +1,6 @@ { - "OFPRoleRequest" : { - "generation_id" : 17294086455919964160, - "role" : 2 + "OFPRoleRequest": { + "generation_id": 17294086455919964160, + "role": 2 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-2-ofp_flow_mod.packet.json b/ryu/tests/unit/ofproto/json/of13/4-2-ofp_flow_mod.packet.json index 415a20f5..07b57661 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-2-ofp_flow_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-2-ofp_flow_mod.packet.json @@ -1,35 +1,35 @@ { - "OFPFlowMod" : { - "table_id" : 1, - "priority" : 123, - "buffer_id" : 65535, - "hard_timeout" : 0, - "instructions" : [ + "OFPFlowMod": { + "buffer_id": 65535, + "command": 0, + "cookie": 0, + "cookie_mask": 0, + "flags": 0, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionActions" : { - "actions" : [ + "OFPInstructionActions": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 6 + "OFPActionOutput": { + "max_len": 65535, + "port": 6 } } - ], - "type" : 3 + ], + "type": 3 } } - ], - "out_group" : 4294967295, - "flags" : 0, - "match" : { - "OFPMatch" : { - "eth_dst" : "f2:0b:a4:7d:f8:ea" + ], + "match": { + "OFPMatch": { + "eth_dst": "f2:0b:a4:7d:f8:ea" } - }, - "cookie" : 0, - "idle_timeout" : 0, - "cookie_mask" : 0, - "out_port" : 4294967295, - "command" : 0 + }, + "out_group": 4294967295, + "out_port": 4294967295, + "priority": 123, + "table_id": 1 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-20-ofp_role_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-20-ofp_role_reply.packet.json index f03d802b..3fd9a13f 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-20-ofp_role_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-20-ofp_role_reply.packet.json @@ -1,6 +1,6 @@ { - "OFPRoleReply" : { - "generation_id" : 17294086455919964160, - "role" : 3 + "OFPRoleReply": { + "generation_id": 17294086455919964160, + "role": 3 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-21-ofp_group_mod.packet.json b/ryu/tests/unit/ofproto/json/of13/4-21-ofp_group_mod.packet.json index c840bd17..6b66df4d 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-21-ofp_group_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-21-ofp_group_mod.packet.json @@ -1,24 +1,24 @@ { - "OFPGroupMod" : { - "group_id" : 1, - "buckets" : [ + "OFPGroupMod": { + "buckets": [ { - "OFPBucket" : { - "actions" : [ + "OFPBucket": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 2 + "OFPActionOutput": { + "max_len": 65535, + "port": 2 } } - ], - "watch_port" : 1, - "watch_group" : 1, - "weight" : 1 + ], + "watch_group": 1, + "watch_port": 1, + "weight": 1 } } - ], - "type" : 0, - "command" : 0 + ], + "command": 0, + "group_id": 1, + "type": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-22-ofp_port_mod.packet.json b/ryu/tests/unit/ofproto/json/of13/4-22-ofp_port_mod.packet.json index b9baea47..e898735a 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-22-ofp_port_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-22-ofp_port_mod.packet.json @@ -1,9 +1,9 @@ { - "OFPPortMod" : { - "advertise" : 4096, - "port_no" : 1, - "config" : 0, - "hw_addr" : "ABEAABER", - "mask" : 0 + "OFPPortMod": { + "advertise": 4096, + "config": 0, + "hw_addr": "ABEAABER", + "mask": 0, + "port_no": 1 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-23-ofp_table_mod.packet.json b/ryu/tests/unit/ofproto/json/of13/4-23-ofp_table_mod.packet.json index 9f855700..5019c29b 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-23-ofp_table_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-23-ofp_table_mod.packet.json @@ -1,6 +1,6 @@ { - "OFPTableMod" : { - "table_id" : 255, - "config" : 0 + "OFPTableMod": { + "config": 0, + "table_id": 255 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-24-ofp_desc_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-24-ofp_desc_request.packet.json index 6ee5839e..6129d409 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-24-ofp_desc_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-24-ofp_desc_request.packet.json @@ -1,5 +1,5 @@ { - "OFPDescStatsRequest" : { - "flags" : 0 + "OFPDescStatsRequest": { + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-25-ofp_aggregate_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-25-ofp_aggregate_stats_request.packet.json index 1a6f4ec5..48193b2c 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-25-ofp_aggregate_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-25-ofp_aggregate_stats_request.packet.json @@ -1,13 +1,13 @@ { - "OFPAggregateStatsRequest" : { - "table_id" : 255, - "flags" : 0, - "out_group" : 4294967295, - "match" : { - "OFPMatch" : {} - }, - "cookie" : 0, - "out_port" : 4294967295, - "cookie_mask" : 0 + "OFPAggregateStatsRequest": { + "cookie": 0, + "cookie_mask": 0, + "flags": 0, + "match": { + "OFPMatch": {} + }, + "out_group": 4294967295, + "out_port": 4294967295, + "table_id": 255 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-26-ofp_aggregate_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-26-ofp_aggregate_stats_reply.packet.json index b6b9f495..e6fe4fe8 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-26-ofp_aggregate_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-26-ofp_aggregate_stats_reply.packet.json @@ -1,12 +1,12 @@ { - "OFPAggregateStatsReply" : { - "body" : { - "OFPAggregateStats" : { - "flow_count" : 6, - "byte_count" : 574, - "packet_count" : 7 + "OFPAggregateStatsReply": { + "body": { + "OFPAggregateStats": { + "byte_count": 574, + "flow_count": 6, + "packet_count": 7 } - }, - "flags" : 0 + }, + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-27-ofp_table_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-27-ofp_table_stats_request.packet.json index 0e82bf54..03adedd1 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-27-ofp_table_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-27-ofp_table_stats_request.packet.json @@ -1,5 +1,5 @@ { - "OFPTableStatsRequest" : { - "flags" : 0 + "OFPTableStatsRequest": { + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-28-ofp_table_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-28-ofp_table_stats_reply.packet.json index 34929c1c..437eebee 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-28-ofp_table_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-28-ofp_table_stats_reply.packet.json @@ -1,23 +1,23 @@ { - "OFPTableStatsReply" : { - "body" : [ + "OFPTableStatsReply": { + "body": [ { - "OFPTableStats" : { - "table_id" : 0, - "matched_count" : 4, - "lookup_count" : 4, - "active_count" : 4 + "OFPTableStats": { + "active_count": 4, + "lookup_count": 4, + "matched_count": 4, + "table_id": 0 } - }, + }, { - "OFPTableStats" : { - "table_id" : 1, - "matched_count" : 4, - "lookup_count" : 4, - "active_count" : 4 + "OFPTableStats": { + "active_count": 4, + "lookup_count": 4, + "matched_count": 4, + "table_id": 1 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-29-ofp_port_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-29-ofp_port_stats_request.packet.json index c495983e..9a94ed8b 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-29-ofp_port_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-29-ofp_port_stats_request.packet.json @@ -1,6 +1,6 @@ { - "OFPPortStatsRequest" : { - "port_no" : 4294967295, - "flags" : 0 + "OFPPortStatsRequest": { + "flags": 0, + "port_no": 4294967295 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-3-ofp_flow_mod.packet.json b/ryu/tests/unit/ofproto/json/of13/4-3-ofp_flow_mod.packet.json index 1432c7c5..3ac3c2e2 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-3-ofp_flow_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-3-ofp_flow_mod.packet.json @@ -1,28 +1,28 @@ { - "OFPFlowMod" : { - "table_id" : 0, - "priority" : 123, - "buffer_id" : 65535, - "hard_timeout" : 0, - "instructions" : [ + "OFPFlowMod": { + "buffer_id": 65535, + "command": 0, + "cookie": 0, + "cookie_mask": 0, + "flags": 0, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionGotoTable" : { - "table_id" : 1 + "OFPInstructionGotoTable": { + "table_id": 1 } } - ], - "out_group" : 4294967295, - "flags" : 0, - "match" : { - "OFPMatch" : { - "eth_src" : "f2:0b:a4:7d:f8:ea", - "in_port" : 6 + ], + "match": { + "OFPMatch": { + "eth_src": "f2:0b:a4:7d:f8:ea", + "in_port": 6 } - }, - "cookie" : 0, - "idle_timeout" : 0, - "cookie_mask" : 0, - "out_port" : 4294967295, - "command" : 0 + }, + "out_group": 4294967295, + "out_port": 4294967295, + "priority": 123, + "table_id": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-30-ofp_port_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-30-ofp_port_stats_reply.packet.json index bfb6c274..17fb0091 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-30-ofp_port_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-30-ofp_port_stats_reply.packet.json @@ -1,45 +1,45 @@ { - "OFPPortStatsReply" : { - "body" : [ + "OFPPortStatsReply": { + "body": [ { - "OFPPortStats" : { - "rx_frame_err" : 0, - "rx_dropped" : 0, - "rx_over_err" : 0, - "rx_packets" : 0, - "duration_nsec" : 0, - "rx_crc_err" : 0, - "tx_packets" : 4, - "collisions" : 0, - "port_no" : 7, - "duration_sec" : 0, - "tx_dropped" : 0, - "rx_errors" : 0, - "rx_bytes" : 0, - "tx_bytes" : 336, - "tx_errors" : 0 + "OFPPortStats": { + "collisions": 0, + "duration_nsec": 0, + "duration_sec": 0, + "port_no": 7, + "rx_bytes": 0, + "rx_crc_err": 0, + "rx_dropped": 0, + "rx_errors": 0, + "rx_frame_err": 0, + "rx_over_err": 0, + "rx_packets": 0, + "tx_bytes": 336, + "tx_dropped": 0, + "tx_errors": 0, + "tx_packets": 4 } - }, + }, { - "OFPPortStats" : { - "rx_frame_err" : 0, - "rx_dropped" : 0, - "rx_over_err" : 0, - "rx_packets" : 4, - "duration_nsec" : 0, - "rx_crc_err" : 0, - "tx_packets" : 4, - "collisions" : 0, - "port_no" : 6, - "duration_sec" : 0, - "tx_dropped" : 0, - "rx_errors" : 0, - "rx_bytes" : 336, - "tx_bytes" : 336, - "tx_errors" : 0 + "OFPPortStats": { + "collisions": 0, + "duration_nsec": 0, + "duration_sec": 0, + "port_no": 6, + "rx_bytes": 336, + "rx_crc_err": 0, + "rx_dropped": 0, + "rx_errors": 0, + "rx_frame_err": 0, + "rx_over_err": 0, + "rx_packets": 4, + "tx_bytes": 336, + "tx_dropped": 0, + "tx_errors": 0, + "tx_packets": 4 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-31-ofp_group_features_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-31-ofp_group_features_request.packet.json index dd166615..03974d3e 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-31-ofp_group_features_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-31-ofp_group_features_request.packet.json @@ -1,5 +1,5 @@ { - "OFPGroupFeaturesStatsRequest" : { - "flags" : 0 + "OFPGroupFeaturesStatsRequest": { + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-32-ofp_group_features_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-32-ofp_group_features_reply.packet.json index 6d572b99..ab49599d 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-32-ofp_group_features_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-32-ofp_group_features_reply.packet.json @@ -1,23 +1,23 @@ { - "OFPGroupFeaturesStatsReply" : { - "body" : { - "OFPGroupFeaturesStats" : { - "actions" : [ - 67082241, - 67082241, - 67082241, + "OFPGroupFeaturesStatsReply": { + "body": { + "OFPGroupFeaturesStats": { + "actions": [ + 67082241, + 67082241, + 67082241, 67082241 - ], - "max_groups" : [ - 16777216, - 16777216, - 16777216, + ], + "capabilities": 5, + "max_groups": [ + 16777216, + 16777216, + 16777216, 16777216 - ], - "types" : 15, - "capabilities" : 5 + ], + "types": 15 } - }, - "flags" : 0 + }, + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-33-ofp_group_desc_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-33-ofp_group_desc_request.packet.json index ef0f42c2..e62fe9a0 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-33-ofp_group_desc_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-33-ofp_group_desc_request.packet.json @@ -1,5 +1,5 @@ { - "OFPGroupDescStatsRequest" : { - "flags" : 0 + "OFPGroupDescStatsRequest": { + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-34-ofp_group_desc_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-34-ofp_group_desc_reply.packet.json index beeeb800..3c04911f 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-34-ofp_group_desc_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-34-ofp_group_desc_reply.packet.json @@ -1,30 +1,30 @@ { - "OFPGroupDescStatsReply" : { - "body" : [ + "OFPGroupDescStatsReply": { + "body": [ { - "OFPGroupDescStats" : { - "group_id" : 1, - "buckets" : [ + "OFPGroupDescStats": { + "buckets": [ { - "OFPBucket" : { - "watch_port" : 1, - "actions" : [ + "OFPBucket": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 2 + "OFPActionOutput": { + "max_len": 65535, + "port": 2 } } - ], - "watch_group" : 1, - "weight" : 1 + ], + "watch_group": 1, + "watch_port": 1, + "weight": 1 } } - ], - "type" : 0 + ], + "group_id": 1, + "type": 0 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-35-ofp_queue_get_config_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-35-ofp_queue_get_config_request.packet.json index e4314fa6..a50308c0 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-35-ofp_queue_get_config_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-35-ofp_queue_get_config_request.packet.json @@ -1,5 +1,5 @@ { - "OFPQueueGetConfigRequest" : { - "port" : 4294967295 + "OFPQueueGetConfigRequest": { + "port": 4294967295 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-36-ofp_queue_get_config_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-36-ofp_queue_get_config_reply.packet.json index cf1b0c3a..818ca766 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-36-ofp_queue_get_config_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-36-ofp_queue_get_config_reply.packet.json @@ -1,41 +1,41 @@ { - "OFPQueueGetConfigReply" : { - "port" : 4294967295, - "queues" : [ + "OFPQueueGetConfigReply": { + "port": 4294967295, + "queues": [ { - "OFPPacketQueue" : { - "queue_id" : 99, - "port" : 77, - "properties" : [ + "OFPPacketQueue": { + "port": 77, + "properties": [ { - "OFPQueuePropMinRate" : { - "rate" : 10 + "OFPQueuePropMinRate": { + "rate": 10 } - }, + }, { - "OFPQueuePropMaxRate" : { - "rate" : 900 + "OFPQueuePropMaxRate": { + "rate": 900 } } - ] + ], + "queue_id": 99 } - }, + }, { - "OFPPacketQueue" : { - "queue_id" : 88, - "port" : 77, - "properties" : [ + "OFPPacketQueue": { + "port": 77, + "properties": [ { - "OFPQueuePropMinRate" : { - "rate" : 100 + "OFPQueuePropMinRate": { + "rate": 100 } - }, + }, { - "OFPQueuePropMaxRate" : { - "rate" : 200 + "OFPQueuePropMaxRate": { + "rate": 200 } } - ] + ], + "queue_id": 88 } } ] diff --git a/ryu/tests/unit/ofproto/json/of13/4-37-ofp_queue_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-37-ofp_queue_stats_request.packet.json index 50fd7da3..5c7479d3 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-37-ofp_queue_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-37-ofp_queue_stats_request.packet.json @@ -1,7 +1,7 @@ { - "OFPQueueStatsRequest" : { - "port_no" : 4294967295, - "flags" : 0, - "queue_id" : 4294967295 + "OFPQueueStatsRequest": { + "flags": 0, + "port_no": 4294967295, + "queue_id": 4294967295 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-38-ofp_queue_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-38-ofp_queue_stats_reply.packet.json index eb146748..377d753f 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-38-ofp_queue_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-38-ofp_queue_stats_reply.packet.json @@ -1,40 +1,40 @@ { - "OFPQueueStatsReply" : { - "body" : [ + "OFPQueueStatsReply": { + "body": [ { - "OFPQueueStats" : { - "duration_sec" : 0, - "port_no" : 7, - "duration_nsec" : 0, - "tx_bytes" : 0, - "tx_packets" : 0, - "queue_id" : 1, - "tx_errors" : 0 + "OFPQueueStats": { + "duration_nsec": 0, + "duration_sec": 0, + "port_no": 7, + "queue_id": 1, + "tx_bytes": 0, + "tx_errors": 0, + "tx_packets": 0 } - }, + }, { - "OFPQueueStats" : { - "duration_sec" : 0, - "port_no" : 6, - "duration_nsec" : 0, - "tx_bytes" : 0, - "tx_packets" : 0, - "queue_id" : 1, - "tx_errors" : 0 + "OFPQueueStats": { + "duration_nsec": 0, + "duration_sec": 0, + "port_no": 6, + "queue_id": 1, + "tx_bytes": 0, + "tx_errors": 0, + "tx_packets": 0 } - }, + }, { - "OFPQueueStats" : { - "duration_sec" : 0, - "port_no" : 7, - "duration_nsec" : 0, - "tx_bytes" : 0, - "tx_packets" : 0, - "queue_id" : 2, - "tx_errors" : 0 + "OFPQueueStats": { + "duration_nsec": 0, + "duration_sec": 0, + "port_no": 7, + "queue_id": 2, + "tx_bytes": 0, + "tx_errors": 0, + "tx_packets": 0 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-39-ofp_port_status.packet.json b/ryu/tests/unit/ofproto/json/of13/4-39-ofp_port_status.packet.json index 89ab7408..80d0dcfb 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-39-ofp_port_status.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-39-ofp_port_status.packet.json @@ -1,20 +1,20 @@ { - "OFPPortStatus" : { - "desc" : { - "OFPPort" : { - "curr" : 10248, - "name" : "UG9ydAcAAAAAAAAAAAAAAA==", - "max_speed" : 5000, - "state" : 4, - "supported" : 10248, - "curr_speed" : 5000, - "port_no" : 7, - "advertised" : 10240, - "config" : 0, - "peer" : 10248, - "hw_addr" : "8guk0D9w" + "OFPPortStatus": { + "desc": { + "OFPPort": { + "advertised": 10240, + "config": 0, + "curr": 10248, + "curr_speed": 5000, + "hw_addr": "8guk0D9w", + "max_speed": 5000, + "name": "UG9ydAcAAAAAAAAAAAAAAA==", + "peer": 10248, + "port_no": 7, + "state": 4, + "supported": 10248 } - }, - "reason" : 0 + }, + "reason": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-4-ofp_packet_in.packet.json b/ryu/tests/unit/ofproto/json/of13/4-4-ofp_packet_in.packet.json index a4b2f72d..e4bc1e96 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-4-ofp_packet_in.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-4-ofp_packet_in.packet.json @@ -1,23 +1,23 @@ { - "OFPPacketIn" : { - "table_id" : 1, - "buffer_id" : 2, - "total_len" : 42, - "match" : { - "OFPMatch" : { - "eth_src" : "f2:0b:a4:7d:f8:ea", - "in_port" : 6, - "eth_dst" : "ff:ff:ff:ff:ff:ff", - "arp_tha" : "00:00:00:00:00:00", - "arp_spa" : "10.0.0.1", - "eth_type" : 2054, - "arp_sha" : "f2:0b:a4:7d:f8:ea", - "arp_op" : 1, - "arp_tpa" : "10.0.0.3" + "OFPPacketIn": { + "buffer_id": 2, + "cookie": 283686884868096, + "data": "////////8gukffjqCAYAAQgABgQAAfILpH346goAAAEAAAAAAAAKAAAD", + "match": { + "OFPMatch": { + "arp_op": 1, + "arp_sha": "f2:0b:a4:7d:f8:ea", + "arp_spa": "10.0.0.1", + "arp_tha": "00:00:00:00:00:00", + "arp_tpa": "10.0.0.3", + "eth_dst": "ff:ff:ff:ff:ff:ff", + "eth_src": "f2:0b:a4:7d:f8:ea", + "eth_type": 2054, + "in_port": 6 } - }, - "cookie" : 283686884868096, - "reason" : 1, - "data" : "////////8gukffjqCAYAAQgABgQAAfILpH346goAAAEAAAAAAAAKAAAD" + }, + "reason": 1, + "table_id": 1, + "total_len": 42 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-40-ofp_flow_removed.packet.json b/ryu/tests/unit/ofproto/json/of13/4-40-ofp_flow_removed.packet.json index e223891f..0dc91f26 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-40-ofp_flow_removed.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-40-ofp_flow_removed.packet.json @@ -1,19 +1,19 @@ { - "OFPFlowRemoved" : { - "table_id" : 0, - "hard_timeout" : 0, - "priority" : 65535, - "duration_nsec" : 48825000, - "match" : { - "OFPMatch" : { - "eth_dst" : "f2:0b:a4:7d:f8:ea" + "OFPFlowRemoved": { + "byte_count": 86, + "cookie": 0, + "duration_nsec": 48825000, + "duration_sec": 3, + "hard_timeout": 0, + "idle_timeout": 3, + "match": { + "OFPMatch": { + "eth_dst": "f2:0b:a4:7d:f8:ea" } - }, - "reason" : 0, - "cookie" : 0, - "idle_timeout" : 3, - "byte_count" : 86, - "duration_sec" : 3, - "packet_count" : 1 + }, + "packet_count": 1, + "priority": 65535, + "reason": 0, + "table_id": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-42-ofp_get_async_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-42-ofp_get_async_request.packet.json index d6a493a0..7daa5a0f 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-42-ofp_get_async_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-42-ofp_get_async_request.packet.json @@ -1,3 +1,3 @@ { - "OFPGetAsyncRequest" : {} + "OFPGetAsyncRequest": {} } diff --git a/ryu/tests/unit/ofproto/json/of13/4-43-ofp_get_async_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-43-ofp_get_async_reply.packet.json index 3e900bd0..abccf043 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-43-ofp_get_async_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-43-ofp_get_async_reply.packet.json @@ -1,15 +1,15 @@ { - "OFPGetAsyncReply" : { - "port_status_mask" : [ - 7, + "OFPGetAsyncReply": { + "flow_removed_mask": [ + 15, 3 - ], - "packet_in_mask" : [ - 5, + ], + "packet_in_mask": [ + 5, 1 - ], - "flow_removed_mask" : [ - 15, + ], + "port_status_mask": [ + 7, 3 ] } diff --git a/ryu/tests/unit/ofproto/json/of13/4-44-ofp_set_async.packet.json b/ryu/tests/unit/ofproto/json/of13/4-44-ofp_set_async.packet.json index 5c487a1d..da85b880 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-44-ofp_set_async.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-44-ofp_set_async.packet.json @@ -1,15 +1,15 @@ { - "OFPSetAsync" : { - "port_status_mask" : [ - 7, + "OFPSetAsync": { + "flow_removed_mask": [ + 15, 3 - ], - "packet_in_mask" : [ - 5, + ], + "packet_in_mask": [ + 5, 1 - ], - "flow_removed_mask" : [ - 15, + ], + "port_status_mask": [ + 7, 3 ] } diff --git a/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json b/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json index 89cf8b1b..7bbc29ca 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-45-ofp_meter_mod.packet.json @@ -1,29 +1,29 @@ { - "OFPMeterMod" : { - "meter_id" : 100, - "flags" : 14, - "bands" : [ + "OFPMeterMod": { + "bands": [ { - "OFPMeterBandDrop" : { - "rate" : 1000, - "burst_size" : 10 + "OFPMeterBandDrop": { + "burst_size": 10, + "rate": 1000 } - }, + }, { - "OFPMeterBandDscpRemark" : { - "rate" : 1000, - "burst_size" : 10, - "prec_level" : 1 + "OFPMeterBandDscpRemark": { + "burst_size": 10, + "prec_level": 1, + "rate": 1000 } - }, + }, { - "OFPMeterBandExperimenter" : { - "experimenter" : 999, - "rate" : 1000, - "burst_size" : 10 + "OFPMeterBandExperimenter": { + "burst_size": 10, + "experimenter": 999, + "rate": 1000 } } - ], - "command" : 0 + ], + "command": 0, + "flags": 14, + "meter_id": 100 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-46-ofp_flow_mod.packet.json b/ryu/tests/unit/ofproto/json/of13/4-46-ofp_flow_mod.packet.json index 391b42d2..a9e77018 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-46-ofp_flow_mod.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-46-ofp_flow_mod.packet.json @@ -1,40 +1,40 @@ { - "OFPFlowMod" : { - "table_id" : 1, - "priority" : 123, - "buffer_id" : 65535, - "hard_timeout" : 0, - "instructions" : [ + "OFPFlowMod": { + "buffer_id": 65535, + "command": 0, + "cookie": 0, + "cookie_mask": 0, + "flags": 0, + "hard_timeout": 0, + "idle_timeout": 0, + "instructions": [ { - "OFPInstructionMeter" : { - "meter_id" : 1 + "OFPInstructionMeter": { + "meter_id": 1 } - }, + }, { - "OFPInstructionActions" : { - "actions" : [ + "OFPInstructionActions": { + "actions": [ { - "OFPActionOutput" : { - "max_len" : 65535, - "port" : 6 + "OFPActionOutput": { + "max_len": 65535, + "port": 6 } } - ], - "type" : 3 + ], + "type": 3 } } - ], - "out_group" : 4294967295, - "flags" : 0, - "match" : { - "OFPMatch" : { - "eth_dst" : "f2:0b:a4:7d:f8:ea" + ], + "match": { + "OFPMatch": { + "eth_dst": "f2:0b:a4:7d:f8:ea" } - }, - "cookie" : 0, - "idle_timeout" : 0, - "cookie_mask" : 0, - "out_port" : 4294967295, - "command" : 0 + }, + "out_group": 4294967295, + "out_port": 4294967295, + "priority": 123, + "table_id": 1 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-47-ofp_meter_config_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-47-ofp_meter_config_request.packet.json index e01ac85b..2cf19172 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-47-ofp_meter_config_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-47-ofp_meter_config_request.packet.json @@ -1,6 +1,6 @@ { - "OFPMeterConfigStatsRequest" : { - "meter_id" : 4294967295, - "flags" : 0 + "OFPMeterConfigStatsRequest": { + "flags": 0, + "meter_id": 4294967295 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json index e6f1b6de..3f130e2f 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-48-ofp_meter_config_reply.packet.json @@ -1,21 +1,21 @@ { - "OFPMeterConfigStatsReply" : { - "body" : [ + "OFPMeterConfigStatsReply": { + "body": [ { - "OFPMeterConfigStats" : { - "meter_id" : 100, - "flags" : 14, - "bands" : [ + "OFPMeterConfigStats": { + "bands": [ { - "OFPMeterBandDrop" : { - "rate" : 1000, - "burst_size" : 10 + "OFPMeterBandDrop": { + "burst_size": 10, + "rate": 1000 } } - ] + ], + "flags": 14, + "meter_id": 100 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-49-ofp_meter_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-49-ofp_meter_stats_request.packet.json index 1757fd09..966ecd30 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-49-ofp_meter_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-49-ofp_meter_stats_request.packet.json @@ -1,6 +1,6 @@ { - "OFPMeterStatsRequest" : { - "meter_id" : 4294967295, - "flags" : 0 + "OFPMeterStatsRequest": { + "flags": 0, + "meter_id": 4294967295 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-5-ofp_features_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-5-ofp_features_request.packet.json index 04c90c7f..8f48ad5a 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-5-ofp_features_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-5-ofp_features_request.packet.json @@ -1,3 +1,3 @@ { - "OFPFeaturesRequest" : {} + "OFPFeaturesRequest": {} } diff --git a/ryu/tests/unit/ofproto/json/of13/4-50-ofp_meter_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-50-ofp_meter_stats_reply.packet.json index ccbf1104..92ffec8d 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-50-ofp_meter_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-50-ofp_meter_stats_reply.packet.json @@ -1,25 +1,25 @@ { - "OFPMeterStatsReply" : { - "body" : [ + "OFPMeterStatsReply": { + "body": [ { - "OFPMeterStats" : { - "flow_count" : 0, - "duration_sec" : 0, - "meter_id" : 100, - "byte_in_count" : 0, - "duration_nsec" : 480000, - "packet_in_count" : 0, - "band_stats" : [ + "OFPMeterStats": { + "band_stats": [ { - "OFPMeterBandStats" : { - "packet_band_count" : 0, - "byte_band_count" : 0 + "OFPMeterBandStats": { + "byte_band_count": 0, + "packet_band_count": 0 } } - ] + ], + "byte_in_count": 0, + "duration_nsec": 480000, + "duration_sec": 0, + "flow_count": 0, + "meter_id": 100, + "packet_in_count": 0 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-51-ofp_meter_features_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-51-ofp_meter_features_request.packet.json index 195fcb42..ffeab770 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-51-ofp_meter_features_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-51-ofp_meter_features_request.packet.json @@ -1,5 +1,5 @@ { - "OFPMeterFeaturesStatsRequest" : { - "flags" : 0 + "OFPMeterFeaturesStatsRequest": { + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-52-ofp_meter_features_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-52-ofp_meter_features_reply.packet.json index 001180c5..f673f38d 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-52-ofp_meter_features_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-52-ofp_meter_features_reply.packet.json @@ -1,16 +1,16 @@ { - "OFPMeterFeaturesStatsReply" : { - "body" : [ + "OFPMeterFeaturesStatsReply": { + "body": [ { - "OFPMeterFeaturesStats" : { - "band_types" : 2147483654, - "max_meter" : 16777216, - "capabilities" : 15, - "max_color" : 0, - "max_band" : 255 + "OFPMeterFeaturesStats": { + "band_types": 2147483654, + "capabilities": 15, + "max_band": 255, + "max_color": 0, + "max_meter": 16777216 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-53-ofp_port_desc_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-53-ofp_port_desc_request.packet.json index 84a0588c..9ba67f20 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-53-ofp_port_desc_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-53-ofp_port_desc_request.packet.json @@ -1,5 +1,5 @@ { - "OFPPortDescStatsRequest" : { - "flags" : 0 + "OFPPortDescStatsRequest": { + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-54-ofp_port_desc_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-54-ofp_port_desc_reply.packet.json index 63e48fa1..52662216 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-54-ofp_port_desc_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-54-ofp_port_desc_reply.packet.json @@ -1,37 +1,37 @@ { - "OFPPortDescStatsReply" : { - "body" : [ + "OFPPortDescStatsReply": { + "body": [ { - "OFPPort" : { - "curr" : 10248, - "name" : "UG9ydDcAAAAAAAAAAAAAAA==", - "max_speed" : 5000, - "state" : 4, - "supported" : 10248, - "curr_speed" : 5000, - "port_no" : 7, - "advertised" : 10240, - "config" : 0, - "peer" : 10248, - "hw_addr" : "8guk0D9w" + "OFPPort": { + "advertised": 10240, + "config": 0, + "curr": 10248, + "curr_speed": 5000, + "hw_addr": "8guk0D9w", + "max_speed": 5000, + "name": "UG9ydDcAAAAAAAAAAAAAAA==", + "peer": 10248, + "port_no": 7, + "state": 4, + "supported": 10248 } - }, + }, { - "OFPPort" : { - "curr" : 10248, - "name" : "UG9ydDYAAAAAAAAAAAAAAA==", - "max_speed" : 5000, - "state" : 4, - "supported" : 10248, - "curr_speed" : 5000, - "port_no" : 6, - "advertised" : 10240, - "config" : 0, - "peer" : 10248, - "hw_addr" : "8gukffjq" + "OFPPort": { + "advertised": 10240, + "config": 0, + "curr": 10248, + "curr_speed": 5000, + "hw_addr": "8gukffjq", + "max_speed": 5000, + "name": "UG9ydDYAAAAAAAAAAAAAAA==", + "peer": 10248, + "port_no": 6, + "state": 4, + "supported": 10248 } } - ], - "flags" : 0 + ], + "flags": 0 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-56-ofp_table_features_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-56-ofp_table_features_reply.packet.json index b0dc26dd..82424964 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-56-ofp_table_features_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-56-ofp_table_features_reply.packet.json @@ -1,117 +1,117 @@ { - "OFPTableFeaturesStatsReply" : { - "body" : [ + "OFPTableFeaturesStatsReply": { + "body": [ { - "OFPTableFeaturesStats" : { - "table_id" : 0, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "metadata_write" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDAwAAAAAAAAAAAAAAAAAAAAAAA=", - "config" : 0, - "properties" : [] + "OFPTableFeaturesStats": { + "config": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDAwAAAAAAAAAAAAAAAAAAAAAAA=", + "properties": [], + "table_id": 0 } - }, + }, { - "OFPTableFeaturesStats" : { - "table_id" : 1, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "metadata_write" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDAxAAAAAAAAAAAAAAAAAAAAAAA=", - "config" : 0, - "properties" : [] + "OFPTableFeaturesStats": { + "config": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDAxAAAAAAAAAAAAAAAAAAAAAAA=", + "properties": [], + "table_id": 1 } - }, + }, { - "OFPTableFeaturesStats" : { - "table_id" : 2, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "metadata_write" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDAyAAAAAAAAAAAAAAAAAAAAAAA=", - "config" : 0, - "properties" : [] + "OFPTableFeaturesStats": { + "config": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDAyAAAAAAAAAAAAAAAAAAAAAAA=", + "properties": [], + "table_id": 2 } - }, + }, { - "OFPTableFeaturesStats" : { - "table_id" : 3, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "metadata_write" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDAzAAAAAAAAAAAAAAAAAAAAAAA=", - "config" : 0, - "properties" : [] + "OFPTableFeaturesStats": { + "config": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDAzAAAAAAAAAAAAAAAAAAAAAAA=", + "properties": [], + "table_id": 3 } - }, + }, { - "OFPTableFeaturesStats" : { - "table_id" : 4, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "metadata_write" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA0AAAAAAAAAAAAAAAAAAAAAAA=", - "config" : 0, - "properties" : [] + "OFPTableFeaturesStats": { + "config": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA0AAAAAAAAAAAAAAAAAAAAAAA=", + "properties": [], + "table_id": 4 } - }, + }, { - "OFPTableFeaturesStats" : { - "table_id" : 5, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "metadata_write" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA1AAAAAAAAAAAAAAAAAAAAAAA=", - "config" : 0, - "properties" : [] + "OFPTableFeaturesStats": { + "config": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA1AAAAAAAAAAAAAAAAAAAAAAA=", + "properties": [], + "table_id": 5 } - }, + }, { - "OFPTableFeaturesStats" : { - "table_id" : 6, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "metadata_write" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA2AAAAAAAAAAAAAAAAAAAAAAA=", - "config" : 0, - "properties" : [] + "OFPTableFeaturesStats": { + "config": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA2AAAAAAAAAAAAAAAAAAAAAAA=", + "properties": [], + "table_id": 6 } - }, + }, { - "OFPTableFeaturesStats" : { - "table_id" : 7, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "metadata_write" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA3AAAAAAAAAAAAAAAAAAAAAAA=", - "config" : 0, - "properties" : [] + "OFPTableFeaturesStats": { + "config": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA3AAAAAAAAAAAAAAAAAAAAAAA=", + "properties": [], + "table_id": 7 } - }, + }, { - "OFPTableFeaturesStats" : { - "table_id" : 8, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "metadata_write" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA4AAAAAAAAAAAAAAAAAAAAAAA=", - "config" : 0, - "properties" : [] + "OFPTableFeaturesStats": { + "config": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA4AAAAAAAAAAAAAAAAAAAAAAA=", + "properties": [], + "table_id": 8 } - }, + }, { - "OFPTableFeaturesStats" : { - "table_id" : 9, - "max_entries" : 16777216, - "metadata_match" : 18446744073709551615, - "metadata_write" : 18446744073709551615, - "name" : "RmxvdyBUYWJsZSAweDA5AAAAAAAAAAAAAAAAAAAAAAA=", - "config" : 0, - "properties" : [] + "OFPTableFeaturesStats": { + "config": 0, + "max_entries": 16777216, + "metadata_match": 18446744073709551615, + "metadata_write": 18446744073709551615, + "name": "RmxvdyBUYWJsZSAweDA5AAAAAAAAAAAAAAAAAAAAAAA=", + "properties": [], + "table_id": 9 } } - ], - "flags" : 2 + ], + "flags": 2 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-6-ofp_features_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-6-ofp_features_reply.packet.json index 4786c9a5..624bfe92 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-6-ofp_features_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-6-ofp_features_reply.packet.json @@ -1,9 +1,9 @@ { - "OFPSwitchFeatures" : { - "capabilities" : 79, - "n_tables" : 255, - "auxiliary_id" : 99, - "datapath_id" : 603603843768844288, - "n_buffers" : 0 + "OFPSwitchFeatures": { + "auxiliary_id": 99, + "capabilities": 79, + "datapath_id": 603603843768844288, + "n_buffers": 0, + "n_tables": 255 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-7-ofp_set_config.packet.json b/ryu/tests/unit/ofproto/json/of13/4-7-ofp_set_config.packet.json index 36b19a58..cd5398b7 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-7-ofp_set_config.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-7-ofp_set_config.packet.json @@ -1,6 +1,6 @@ { - "OFPSetConfig" : { - "flags" : 0, - "miss_send_len" : 128 + "OFPSetConfig": { + "flags": 0, + "miss_send_len": 128 } } diff --git a/ryu/tests/unit/ofproto/json/of13/4-8-ofp_get_config_request.packet.json b/ryu/tests/unit/ofproto/json/of13/4-8-ofp_get_config_request.packet.json index dc3a8910..06fe51f4 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-8-ofp_get_config_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-8-ofp_get_config_request.packet.json @@ -1,3 +1,3 @@ { - "OFPGetConfigRequest" : {} + "OFPGetConfigRequest": {} } diff --git a/ryu/tests/unit/ofproto/json/of13/4-9-ofp_get_config_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-9-ofp_get_config_reply.packet.json index 2531ba76..62b37b4d 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-9-ofp_get_config_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-9-ofp_get_config_reply.packet.json @@ -1,6 +1,6 @@ { - "OFPGetConfigReply" : { - "flags" : 0, - "miss_send_len" : 128 + "OFPGetConfigReply": { + "flags": 0, + "miss_send_len": 128 } }