backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-queue_stats_reply.packet.json
1 {
2    "OFPQueueStatsReply": {
3       "body": [
4          {
5             "OFPQueueStats": {
6                "duration_nsec": 0, 
7                "duration_sec": 0, 
8                "length": 104, 
9                "port_no": 7, 
10                "properties": [
11                   {
12                      "OFPQueueStatsPropExperimenter": {
13                         "data": [], 
14                         "exp_type": 0, 
15                         "experimenter": 101, 
16                         "length": 12, 
17                         "type": 65535
18                      }
19                   }, 
20                   {
21                      "OFPQueueStatsPropExperimenter": {
22                         "data": [
23                            1
24                         ], 
25                         "exp_type": 1, 
26                         "experimenter": 101, 
27                         "length": 16, 
28                         "type": 65535
29                      }
30                   }, 
31                   {
32                      "OFPQueueStatsPropExperimenter": {
33                         "data": [
34                            1, 
35                            2
36                         ], 
37                         "exp_type": 2, 
38                         "experimenter": 101, 
39                         "length": 20, 
40                         "type": 65535
41                      }
42                   }
43                ], 
44                "queue_id": 1, 
45                "tx_bytes": 0, 
46                "tx_errors": 0, 
47                "tx_packets": 0
48             }
49          }, 
50          {
51             "OFPQueueStats": {
52                "duration_nsec": 0, 
53                "duration_sec": 0, 
54                "length": 48, 
55                "port_no": 6, 
56                "properties": [], 
57                "queue_id": 1, 
58                "tx_bytes": 0, 
59                "tx_errors": 0, 
60                "tx_packets": 0
61             }
62          }, 
63          {
64             "OFPQueueStats": {
65                "duration_nsec": 0, 
66                "duration_sec": 0, 
67                "length": 48, 
68                "port_no": 7, 
69                "properties": [], 
70                "queue_id": 2, 
71                "tx_bytes": 0, 
72                "tx_errors": 0, 
73                "tx_packets": 0
74             }
75          }
76       ], 
77       "flags": 0, 
78       "type": 5
79    }
80 }