backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of14 / 5-28-ofp_table_stats_reply.packet.json
1 {
2    "OFPTableStatsReply": {
3       "body": [
4          {
5             "OFPTableStats": {
6                "active_count": 4, 
7                "lookup_count": 4, 
8                "matched_count": 4, 
9                "table_id": 0
10             }
11          }, 
12          {
13             "OFPTableStats": {
14                "active_count": 4, 
15                "lookup_count": 4, 
16                "matched_count": 4, 
17                "table_id": 1
18             }
19          }
20       ], 
21       "flags": 0, 
22       "type": 3
23    }
24 }