backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of12 / 3-12-ofp_flow_stats_reply.packet.json
1 {
2    "OFPStatsReply": {
3       "body": [
4          {
5             "OFPFlowStats": {
6                "byte_count": 0, 
7                "cookie": 0, 
8                "duration_nsec": 115277000, 
9                "duration_sec": 358, 
10                "hard_timeout": 0, 
11                "idle_timeout": 0, 
12                "instructions": [], 
13                "length": 56, 
14                "match": {
15                   "OFPMatch": {
16                      "length": 4, 
17                      "oxm_fields": [], 
18                      "type": 1
19                   }
20                }, 
21                "packet_count": 0, 
22                "priority": 65535, 
23                "table_id": 0
24             }
25          }, 
26          {
27             "OFPFlowStats": {
28                "byte_count": 0, 
29                "cookie": 0, 
30                "duration_nsec": 115055000, 
31                "duration_sec": 358, 
32                "hard_timeout": 0, 
33                "idle_timeout": 0, 
34                "instructions": [
35                   {
36                      "OFPInstructionActions": {
37                         "actions": [
38                            {
39                               "OFPActionOutput": {
40                                  "len": 16, 
41                                  "max_len": 0, 
42                                  "port": 4294967290, 
43                                  "type": 0
44                               }
45                            }
46                         ], 
47                         "len": 24, 
48                         "type": 4
49                      }
50                   }
51                ], 
52                "length": 88, 
53                "match": {
54                   "OFPMatch": {
55                      "length": 10, 
56                      "oxm_fields": [
57                         {
58                            "OXMTlv": {
59                               "field": "eth_type", 
60                               "mask": null, 
61                               "value": 2054
62                            }
63                         }
64                      ], 
65                      "type": 1
66                   }
67                }, 
68                "packet_count": 0, 
69                "priority": 65534, 
70                "table_id": 0
71             }
72          }, 
73          {
74             "OFPFlowStats": {
75                "byte_count": 238, 
76                "cookie": 0, 
77                "duration_nsec": 511582000, 
78                "duration_sec": 316220, 
79                "hard_timeout": 0, 
80                "idle_timeout": 0, 
81                "instructions": [
82                   {
83                      "OFPInstructionGotoTable": {
84                         "len": 8, 
85                         "table_id": 1, 
86                         "type": 1
87                      }
88                   }
89                ], 
90                "length": 80, 
91                "match": {
92                   "OFPMatch": {
93                      "length": 22, 
94                      "oxm_fields": [
95                         {
96                            "OXMTlv": {
97                               "field": "in_port", 
98                               "mask": null, 
99                               "value": 6
100                            }
101                         }, 
102                         {
103                            "OXMTlv": {
104                               "field": "eth_src", 
105                               "mask": null, 
106                               "value": "f2:0b:a4:7d:f8:ea"
107                            }
108                         }
109                      ], 
110                      "type": 1
111                   }
112                }, 
113                "packet_count": 3, 
114                "priority": 123, 
115                "table_id": 0
116             }
117          }, 
118          {
119             "OFPFlowStats": {
120                "byte_count": 98, 
121                "cookie": 0, 
122                "duration_nsec": 980901000, 
123                "duration_sec": 313499, 
124                "hard_timeout": 0, 
125                "idle_timeout": 0, 
126                "instructions": [
127                   {
128                      "OFPInstructionActions": {
129                         "actions": [
130                            {
131                               "OFPActionOutput": {
132                                  "len": 16, 
133                                  "max_len": 65535, 
134                                  "port": 4294967293, 
135                                  "type": 0
136                               }
137                            }
138                         ], 
139                         "len": 24, 
140                         "type": 3
141                      }
142                   }
143                ], 
144                "length": 80, 
145                "match": {
146                   "OFPMatch": {
147                      "length": 4, 
148                      "oxm_fields": [], 
149                      "type": 1
150                   }
151                }, 
152                "packet_count": 1, 
153                "priority": 0, 
154                "table_id": 0
155             }
156          }
157       ], 
158       "flags": 0, 
159       "type": 1
160    }
161 }