backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-flow_removed.packet.json
1 {
2     "OFPFlowRemoved": {
3         "cookie": 1234605616436508552,
4         "hard_timeout": 255,
5         "idle_timeout": 255,
6         "match": {
7             "OFPMatch": {
8                 "length": 12,
9                 "oxm_fields": [
10                     {
11                         "OXMTlv": {
12                             "field": "in_port",
13                             "mask": null,
14                             "value": 1
15                         }
16                     }
17                 ],
18                 "type": 1
19             }
20         },
21         "priority": 1,
22         "reason": 0,
23         "stats": {
24             "OFPStats": {
25                 "length": 12,
26                 "oxs_fields": [
27                     {
28                         "OXSTlv": {
29                             "field": "flow_count",
30                             "value": 1
31                         }
32                     }
33                 ]
34             }
35         },
36         "table_id": 1
37     }
38 }