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