backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of13 / ovs-ofctl-of13-action_ct.packet.json
1 {
2    "OFPFlowMod": {
3       "buffer_id": 4294967295, 
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             "OFPInstructionActions": {
13                "actions": [
14                   {
15                      "NXActionCT": {
16                         "actions": [], 
17                         "alg": 0, 
18                         "experimenter": 8992, 
19                         "flags": 0, 
20                         "len": 24, 
21                         "recirc_table": 4, 
22                         "subtype": 35, 
23                         "type": 65535, 
24                         "zone_ofs_nbits": 283,
25                         "zone_src": "reg0"
26                      }
27                   }
28                ], 
29                "len": 32, 
30                "type": 4
31             }
32          }
33       ], 
34       "match": {
35          "OFPMatch": {
36             "length": 22, 
37             "oxm_fields": [
38                {
39                   "OXMTlv": {
40                      "field": "eth_type", 
41                      "mask": null, 
42                      "value": 2048
43                   }
44                }, 
45                {
46                   "OXMTlv": {
47                      "field": "ct_state", 
48                      "mask": 32, 
49                      "value": 0
50                   }
51                }
52             ], 
53             "type": 1
54          }
55       }, 
56       "out_group": 4294967295, 
57       "out_port": 4294967295, 
58       "priority": 32768, 
59       "table_id": 3
60    }
61 }