backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of12 / 3-3-ofp_flow_mod.packet.json
1 {
2    "OFPFlowMod": {
3       "buffer_id": 65535, 
4       "command": 0, 
5       "cookie": 0, 
6       "cookie_mask": 0, 
7       "flags": 0, 
8       "hard_timeout": 0, 
9       "idle_timeout": 0, 
10       "instructions": [
11          {
12             "OFPInstructionGotoTable": {
13                "len": 8, 
14                "table_id": 1, 
15                "type": 1
16             }
17          }
18       ], 
19       "match": {
20          "OFPMatch": {
21             "length": 22, 
22             "oxm_fields": [
23                {
24                   "OXMTlv": {
25                      "field": "in_port", 
26                      "mask": null, 
27                      "value": 6
28                   }
29                }, 
30                {
31                   "OXMTlv": {
32                      "field": "eth_src", 
33                      "mask": null, 
34                      "value": "f2:0b:a4:7d:f8:ea"
35                   }
36                }
37             ], 
38             "type": 1
39          }
40       }, 
41       "out_group": 4294967295, 
42       "out_port": 4294967295, 
43       "priority": 123, 
44       "table_id": 0
45    }
46 }