backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / lib-ofctl-OFP15-flow_desc_request.packet.json
1 {
2     "OFPFlowDescStatsRequest": {
3         "cookie": 1234605616436508552,
4         "cookie_mask": 18446744073709551615,
5         "flags": 0,
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         "out_group": 4294967295,
22         "out_port": 4294967295,
23         "table_id": 1,
24         "type": 1
25     }
26 }