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