backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of13 / ovs-ofctl-of13-action_ct_clear.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                      "NXActionCTClear": {
16                         "experimenter": 8992, 
17                         "len": 16, 
18                         "subtype": 43, 
19                         "type": 65535
20                      }
21                   }
22                ], 
23                "len": 24, 
24                "type": 4
25             }
26          }
27       ], 
28       "match": {
29          "OFPMatch": {
30             "length": 22, 
31             "oxm_fields": [
32                {
33                   "OXMTlv": {
34                      "field": "eth_type", 
35                      "mask": null, 
36                      "value": 2048
37                   }
38                }, 
39                {
40                   "OXMTlv": {
41                      "field": "ct_state", 
42                      "mask": 32, 
43                      "value": 32
44                   }
45                }
46             ], 
47             "type": 1
48          }
49       }, 
50       "out_group": 4294967295, 
51       "out_port": 4294967295, 
52       "priority": 32768, 
53       "table_id": 3
54    }
55 }