summaryrefslogtreecommitdiffhomepage
path: root/tests/unit/ofproto/json/of13/ovs-ofctl-of13-match_move_nx_register.packet.json
blob: 7457278bd450e7521555ff4720fcbb3f7a5fc1f1 (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
{
    "OFPFlowMod": {
        "buffer_id": 4294967295,
        "command": 1,
        "cookie": 1311768467463790320,
        "cookie_mask": 18446744073709551615,
        "flags": 0,
        "hard_timeout": 0,
        "idle_timeout": 0,
        "instructions": [
            {
                "OFPInstructionActions": {
                    "actions": [
                        {
                            "NXActionRegMove": {
                                "dst_field": "reg1",
                                "dst_ofs": 0,
                                "experimenter": 8992,
                                "len": 24,
                                "n_bits": 6,
                                "src_field": "reg0",
                                "src_ofs": 10,
                                "subtype": 6,
                                "type": 65535
                            }
                        }
                    ],
                    "len": 32,
                    "type": 4
                }
            }
        ],
        "match": {
            "OFPMatch": {
                "length": 24,
                "oxm_fields": [
                    {
                        "OXMTlv": {
                            "field": "reg0",
                            "mask": null,
                            "value": 4660
                        }
                    },
                    {
                        "OXMTlv": {
                            "field": "reg5",
                            "mask": 65535,
                            "value": 43981
                        }
                    }
                ],
                "type": 1
            }
        },
        "out_group": 4294967295,
        "out_port": 4294967295,
        "priority": 32768,
        "table_id": 3
    }
}