summaryrefslogtreecommitdiffhomepage
path: root/tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_ct.packet.json
blob: b1157e9a9f8e962d8a948244df8583e56785b84d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
   "OFPFlowMod": {
      "buffer_id": 4294967295, 
      "command": 0, 
      "cookie": 0, 
      "cookie_mask": 0, 
      "flags": 0, 
      "hard_timeout": 0, 
      "idle_timeout": 0, 
      "instructions": [
         {
            "OFPInstructionActions": {
               "actions": [
                  {
                     "NXActionCT": {
                        "actions": [], 
                        "alg": 0, 
                        "experimenter": 8992, 
                        "flags": 0, 
                        "len": 24, 
                        "recirc_table": 4, 
                        "subtype": 35, 
                        "type": 65535, 
                        "zone_ofs_nbits": 283,
                        "zone_src": "reg0"
                     }
                  }
               ], 
               "len": 32, 
               "type": 4
            }
         }
      ], 
      "match": {
         "OFPMatch": {
            "length": 22, 
            "oxm_fields": [
               {
                  "OXMTlv": {
                     "field": "eth_type", 
                     "mask": null, 
                     "value": 2048
                  }
               }, 
               {
                  "OXMTlv": {
                     "field": "ct_state", 
                     "mask": 32, 
                     "value": 0
                  }
               }
            ], 
            "type": 1
         }
      }, 
      "out_group": 4294967295, 
      "out_port": 4294967295, 
      "priority": 32768, 
      "table_id": 3
   }
}