backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of14 / 5-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       "importance": 0, 
11       "instructions": [
12          {
13             "OFPInstructionGotoTable": {
14                "len": 8, 
15                "table_id": 1, 
16                "type": 1
17             }
18          }
19       ], 
20       "match": {
21          "OFPMatch": {
22             "length": 22, 
23             "oxm_fields": [
24                {
25                   "OXMTlv": {
26                      "field": "in_port", 
27                      "mask": null, 
28                      "value": 6
29                   }
30                }, 
31                {
32                   "OXMTlv": {
33                      "field": "eth_src", 
34                      "mask": null, 
35                      "value": "f2:0b:a4:7d:f8:ea"
36                   }
37                }
38             ], 
39             "type": 1
40          }
41       }, 
42       "out_group": 4294967295, 
43       "out_port": 4294967295, 
44       "priority": 123, 
45       "table_id": 0
46    }
47 }