backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of10 / ovs-ofctl-of10-action_dec_nw_ttl.packet.json
1 {
2     "OFPFlowMod": {
3         "actions": [
4             {
5                 "NXActionDecTtl": {
6                     "subtype": 18, 
7                     "vendor": 8992
8                 }
9             }
10         ], 
11         "buffer_id": 4294967295, 
12         "command": 0, 
13         "cookie": 0, 
14         "flags": 0, 
15         "hard_timeout": 0, 
16         "idle_timeout": 0, 
17         "match": {
18             "OFPMatch": {
19                 "dl_dst": "00:00:00:00:00:00", 
20                 "dl_src": "00:00:00:00:00:00", 
21                 "dl_type": 34887, 
22                 "dl_vlan": 0, 
23                 "dl_vlan_pcp": 0, 
24                 "in_port": 0, 
25                 "nw_dst": "0.0.0.0", 
26                 "nw_proto": 0, 
27                 "nw_src": "0.0.0.0", 
28                 "nw_tos": 0, 
29                 "tp_dst": 0, 
30                 "tp_src": 0, 
31                 "wildcards": 3678447
32             }
33         }, 
34         "out_port": 65535, 
35         "priority": 100
36     }
37 }