summaryrefslogtreecommitdiffhomepage
path: root/tests/unit/ofproto/json/of10/ovs-ofctl-of10-action_set_mpls_tc.packet.json
blob: 864fd7e73b7ec3125208ecb6bd757021da98aea8 (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
{
    "OFPFlowMod": {
        "actions": [
            {
                "NXActionSetMplsTc": {
                    "subtype": 31, 
                    "tc": 10, 
                    "vendor": 8992
                }
            }
        ], 
        "buffer_id": 4294967295, 
        "command": 0, 
        "cookie": 0, 
        "flags": 0, 
        "hard_timeout": 0, 
        "idle_timeout": 0, 
        "match": {
            "OFPMatch": {
                "dl_dst": "00:00:00:00:00:00", 
                "dl_src": "00:00:00:00:00:00", 
                "dl_type": 34887, 
                "dl_vlan": 0, 
                "dl_vlan_pcp": 0, 
                "in_port": 0, 
                "nw_dst": "0.0.0.0", 
                "nw_proto": 0, 
                "nw_src": "0.0.0.0", 
                "nw_tos": 0, 
                "tp_dst": 0, 
                "tp_src": 0, 
                "wildcards": 3678447
            }
        }, 
        "out_port": 65535, 
        "priority": 100
    }
}