backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of13 / libofproto-OFP13-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       "instructions": [
11          {
12             "OFPInstructionActions": {
13                "actions": [
14                   {
15                      "OFPActionPopVlan": {
16                         "len": 8, 
17                         "type": 18
18                      }
19                   }, 
20                   {
21                      "OFPActionSetField": {
22                         "field": {
23                            "OXMTlv": {
24                               "field": "ipv4_dst", 
25                               "mask": null, 
26                               "value": "192.168.2.9"
27                            }
28                         },
29                         "len": 16,
30                         "type": 25
31                      }
32                   }
33                ], 
34                "len": 32, 
35                "type": 4
36             }
37          }, 
38          {
39             "OFPInstructionGotoTable": {
40                "len": 8, 
41                "table_id": 100, 
42                "type": 1
43             }
44          }
45       ], 
46       "match": {
47          "OFPMatch": {
48             "length": 12, 
49             "oxm_fields": [
50                {
51                   "OXMTlv": {
52                      "field": "conj_id", 
53                      "mask": null, 
54                      "value": 11259375
55                   }
56                }
57             ], 
58             "type": 1
59          }
60       }, 
61       "out_group": 0, 
62       "out_port": 0, 
63       "priority": 0, 
64       "table_id": 3
65    }
66 }