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