backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of14 / 5-44-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             "OFPInstructionMeter": {
14                "len": 8, 
15                "meter_id": 1, 
16                "type": 6
17             }
18          }, 
19          {
20             "OFPInstructionActions": {
21                "actions": [
22                   {
23                      "OFPActionOutput": {
24                         "len": 16, 
25                         "max_len": 65535, 
26                         "port": 6, 
27                         "type": 0
28                      }
29                   }
30                ], 
31                "len": 24, 
32                "type": 3
33             }
34          }
35       ], 
36       "match": {
37          "OFPMatch": {
38             "length": 14, 
39             "oxm_fields": [
40                {
41                   "OXMTlv": {
42                      "field": "eth_dst", 
43                      "mask": null, 
44                      "value": "f2:0b:a4:7d:f8:ea"
45                   }
46                }
47             ], 
48             "type": 1
49          }
50       }, 
51       "out_group": 4294967295, 
52       "out_port": 4294967295, 
53       "priority": 123, 
54       "table_id": 1
55    }
56 }