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