backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-flow_mod_match_conj.packet.json
1 {
2    "OFPFlowMod": {
3       "buffer_id": 0, 
4       "command": 0, 
5       "cookie": 1311768467463790320, 
6       "cookie_mask": 18446744073709551615, 
7       "flags": 0, 
8       "hard_timeout": 0, 
9       "idle_timeout": 0, 
10       "importance": 39032, 
11       "instructions": [
12          {
13             "OFPInstructionActions": {
14                "actions": [
15                   {
16                      "OFPActionPopVlan": {
17                         "len": 8, 
18                         "type": 18
19                      }
20                   }, 
21                   {
22                      "OFPActionSetField": {
23                         "field": {
24                            "OXMTlv": {
25                               "field": "ipv4_dst", 
26                               "mask": null, 
27                               "value": "192.168.2.9"
28                            }
29                         },
30                         "len": 16,
31                         "type": 25
32                      }
33                   }
34                ], 
35                "len": 32, 
36                "type": 4
37             }
38          }, 
39          {
40             "OFPInstructionGotoTable": {
41                "len": 8, 
42                "table_id": 100, 
43                "type": 1
44             }
45          }
46       ], 
47       "match": {
48          "OFPMatch": {
49             "length": 12, 
50             "oxm_fields": [
51                {
52                   "OXMTlv": {
53                      "field": "conj_id", 
54                      "mask": null, 
55                      "value": 11259375
56                   }
57                }
58             ], 
59             "type": 1
60          }
61       }, 
62       "out_group": 0, 
63       "out_port": 0, 
64       "priority": 0, 
65       "table_id": 3
66    }
67 }