summaryrefslogtreecommitdiffhomepage
path: root/tests/unit/ofproto/json/of13/ovs-ofctl-of13-action_sample.packet.json
blob: a5a374ad69bab99f1f90182aaaf2a3fa6e041806 (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
{
    "OFPFlowMod": {
        "buffer_id": 4294967295, 
        "command": 0, 
        "cookie": 0, 
        "cookie_mask": 0, 
        "flags": 0, 
        "hard_timeout": 0, 
        "idle_timeout": 0, 
        "instructions": [
            {
                "OFPInstructionActions": {
                    "actions": [
                        {
                            "NXActionSample": {
                                "collector_set_id": 1, 
                                "experimenter": 8992, 
                                "len": 24, 
                                "obs_domain_id": 2, 
                                "obs_point_id": 3, 
                                "probability": 3, 
                                "subtype": 29, 
                                "type": 65535
                            }
                        }
                    ], 
                    "len": 32, 
                    "type": 4
                }
            }
        ], 
        "match": {
            "OFPMatch": {
                "length": 4, 
                "oxm_fields": [], 
                "type": 1
            }
        }, 
        "out_group": 4294967295, 
        "out_port": 4294967295, 
        "priority": 100, 
        "table_id": 0
    }
}