backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-packet_out.packet.json
1 {
2     "OFPPacketOut": {
3         "actions": [
4             {
5                 "OFPActionOutput": {
6                     "len": 16,
7                     "max_len": 65535,
8                     "port": 4294967291,
9                     "type": 0
10                 }
11             }
12         ],
13         "actions_len": 16,
14         "buffer_id": 4294967295,
15         "data": "dGVzdA==",
16         "match": {
17             "OFPMatch": {
18                 "length": 12,
19                 "oxm_fields": [
20                     {
21                         "OXMTlv": {
22                             "field": "in_port",
23                             "mask": null,
24                             "value": 4294967040
25                         }
26                     }
27                 ],
28                 "type": 1
29             }
30         }
31     }
32 }