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