backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / lib-ofctl-OFP15-flow_desc_reply.packet.json
1 {
2     "OFPFlowDescStatsReply": {
3         "body": [
4             {
5                 "OFPFlowDesc": {
6                     "cookie": 1234605616436508552, 
7                     "flags": 1, 
8                     "hard_timeout": 255, 
9                     "idle_timeout": 255, 
10                     "importance": 43690, 
11                     "instructions": [
12                         {
13                             "OFPInstructionGotoTable": {
14                                 "len": 8, 
15                                 "table_id": 2, 
16                                 "type": 1
17                             }
18                         }, 
19                         {
20                             "OFPInstructionActions": {
21                                 "actions": [
22                                      {
23                                          "OFPActionMeter": {
24                                              "len": 8,
25                                              "meter_id": 2,
26                                              "type": 29
27                                          }
28                                      }
29                                 ],
30                                 "len": 8,
31                                 "type": 3
32                             }
33                         },
34                         {
35                             "OFPInstructionActions": {
36                                 "actions": [
37                                      {
38                                          "OFPActionCopyField": {
39                                              "type": 28,
40                                              "len": 20,
41                                              "n_bits": 32, 
42                                              "src_offset": 1, 
43                                              "dst_offset": 2, 
44                                              "oxm_ids": [
45                                                  {
46                                                      "OFPOxmId": {
47                                                          "hasmask": false, 
48                                                          "length": 0, 
49                                                          "type": "eth_src"
50                                                      }
51                                                  }, 
52                                                  {
53                                                      "OFPOxmId": {
54                                                         "hasmask": false, 
55                                                         "length": 0, 
56                                                         "type": "eth_dst"
57                                                      }
58                                                  }
59                                              ]
60                                          }
61                                     }
62                                 ],
63                                 "len": 28,
64                                 "type": 4
65                             }
66                         }
67                     ], 
68                     "length": 84, 
69                     "match": {
70                         "OFPMatch": {
71                             "length": 12, 
72                             "oxm_fields": [
73                                 {
74                                     "OXMTlv": {
75                                         "field": "in_port", 
76                                         "mask": null, 
77                                         "value": 1
78                                     }
79                                 }
80                             ], 
81                             "type": 1
82                         }
83                     }, 
84                     "priority": 5, 
85                     "stats": {
86                         "OFPStats": {
87                             "length": 12, 
88                             "oxs_fields": [
89                                 {
90                                     "OXSTlv": {
91                                         "field": "flow_count", 
92                                         "value": 1
93                                     }
94                                 }
95                             ]
96                         }
97                     }, 
98                     "table_id": 1
99                 }
100             }
101         ], 
102         "flags": 0, 
103         "type": 1
104     }
105 }