backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of12 / 3-38-ofp_queue_stats_reply.packet.json
1 {
2    "OFPStatsReply": {
3       "body": [
4          {
5             "OFPQueueStats": {
6                "port_no": 7, 
7                "queue_id": 1, 
8                "tx_bytes": 0, 
9                "tx_errors": 0, 
10                "tx_packets": 0
11             }
12          }, 
13          {
14             "OFPQueueStats": {
15                "port_no": 6, 
16                "queue_id": 1, 
17                "tx_bytes": 0, 
18                "tx_errors": 0, 
19                "tx_packets": 0
20             }
21          }, 
22          {
23             "OFPQueueStats": {
24                "port_no": 7, 
25                "queue_id": 2, 
26                "tx_bytes": 0, 
27                "tx_errors": 0, 
28                "tx_packets": 0
29             }
30          }
31       ], 
32       "flags": 0, 
33       "type": 5
34    }
35 }