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