backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of13 / 4-30-ofp_port_stats_reply.packet.json
1 {
2    "OFPPortStatsReply": {
3       "body": [
4          {
5             "OFPPortStats": {
6                "collisions": 0, 
7                "duration_nsec": 0, 
8                "duration_sec": 0, 
9                "port_no": 7, 
10                "rx_bytes": 0, 
11                "rx_crc_err": 0, 
12                "rx_dropped": 0, 
13                "rx_errors": 0, 
14                "rx_frame_err": 0, 
15                "rx_over_err": 0, 
16                "rx_packets": 0, 
17                "tx_bytes": 336, 
18                "tx_dropped": 0, 
19                "tx_errors": 0, 
20                "tx_packets": 4
21             }
22          }, 
23          {
24             "OFPPortStats": {
25                "collisions": 0, 
26                "duration_nsec": 0, 
27                "duration_sec": 0, 
28                "port_no": 6, 
29                "rx_bytes": 336, 
30                "rx_crc_err": 0, 
31                "rx_dropped": 0, 
32                "rx_errors": 0, 
33                "rx_frame_err": 0, 
34                "rx_over_err": 0, 
35                "rx_packets": 4, 
36                "tx_bytes": 336, 
37                "tx_dropped": 0, 
38                "tx_errors": 0, 
39                "tx_packets": 4
40             }
41          }
42       ], 
43       "flags": 0, 
44       "type": 4
45    }
46 }