backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of14 / 5-2-ofp_flow_mod.packet.json
1 {
2    "OFPFlowMod": {
3       "buffer_id": 65535, 
4       "command": 0, 
5       "cookie": 0, 
6       "cookie_mask": 0, 
7       "flags": 0, 
8       "hard_timeout": 0, 
9       "idle_timeout": 0, 
10       "importance": 0, 
11       "instructions": [
12          {
13             "OFPInstructionActions": {
14                "actions": [
15                   {
16                      "OFPActionSetField": {
17                         "field": {
18                            "OXMTlv": {
19                               "field": "vlan_vid", 
20                               "mask": null, 
21                               "value": 258
22                            }
23                         },
24                         "len": 16,
25                         "type": 25
26                      }
27                   }, 
28                   {
29                      "OFPActionCopyTtlOut": {
30                         "len": 8, 
31                         "type": 11
32                      }
33                   }, 
34                   {
35                      "OFPActionCopyTtlIn": {
36                         "len": 8, 
37                         "type": 12
38                      }
39                   }, 
40                   {
41                      "OFPActionCopyTtlIn": {
42                         "len": 8, 
43                         "type": 12
44                      }
45                   }, 
46                   {
47                      "OFPActionPopPbb": {
48                         "len": 8, 
49                         "type": 27
50                      }
51                   }, 
52                   {
53                      "OFPActionPushPbb": {
54                         "ethertype": 4660, 
55                         "len": 8, 
56                         "type": 26
57                      }
58                   }, 
59                   {
60                      "OFPActionPopMpls": {
61                         "ethertype": 39030, 
62                         "len": 8, 
63                         "type": 20
64                      }
65                   }, 
66                   {
67                      "OFPActionPushMpls": {
68                         "ethertype": 34887, 
69                         "len": 8, 
70                         "type": 19
71                      }
72                   }, 
73                   {
74                      "OFPActionPopVlan": {
75                         "len": 8, 
76                         "type": 18
77                      }
78                   }, 
79                   {
80                      "OFPActionPushVlan": {
81                         "ethertype": 33024, 
82                         "len": 8, 
83                         "type": 17
84                      }
85                   }, 
86                   {
87                      "OFPActionDecMplsTtl": {
88                         "len": 8, 
89                         "type": 16
90                      }
91                   }, 
92                   {
93                      "OFPActionSetMplsTtl": {
94                         "len": 8, 
95                         "mpls_ttl": 10, 
96                         "type": 15
97                      }
98                   }, 
99                   {
100                      "OFPActionDecNwTtl": {
101                         "len": 8, 
102                         "type": 24
103                      }
104                   }, 
105                   {
106                      "OFPActionSetNwTtl": {
107                         "len": 8, 
108                         "nw_ttl": 10, 
109                         "type": 23
110                      }
111                   }, 
112                   {
113                      "OFPActionExperimenterUnknown": {
114                         "data": "AAECAwQFBgc=", 
115                         "experimenter": 101, 
116                         "len": 16, 
117                         "type": 65535
118                      }
119                   }, 
120                   {
121                      "OFPActionSetQueue": {
122                         "len": 8, 
123                         "queue_id": 3, 
124                         "type": 21
125                      }
126                   }, 
127                   {
128                      "OFPActionGroup": {
129                         "group_id": 99, 
130                         "len": 8, 
131                         "type": 22
132                      }
133                   }, 
134                   {
135                      "OFPActionOutput": {
136                         "len": 16, 
137                         "max_len": 65535, 
138                         "port": 6, 
139                         "type": 0
140                      }
141                   }
142                ], 
143                "len": 176, 
144                "type": 3
145             }
146          }, 
147          {
148             "OFPInstructionActions": {
149                "actions": [
150                   {
151                      "OFPActionSetField": {
152                         "field": {
153                            "OXMTlv": {
154                               "field": "eth_src", 
155                               "mask": null, 
156                               "value": "01:02:03:04:05:06"
157                            }
158                         },
159                         "len": 16,
160                         "type": 25
161                      }
162                   }, 
163                   {
164                      "OFPActionSetField": {
165                         "field": {
166                            "OXMTlv": {
167                               "field": "pbb_uca", 
168                               "mask": null, 
169                               "value": 1
170                            }
171                         },
172                         "len": 16,
173                         "type": 25
174                      }
175                   }
176                ], 
177                "len": 40, 
178                "type": 4
179             }
180          }
181       ], 
182       "match": {
183          "OFPMatch": {
184             "length": 14, 
185             "oxm_fields": [
186                {
187                   "OXMTlv": {
188                      "field": "eth_dst", 
189                      "mask": null, 
190                      "value": "f2:0b:a4:7d:f8:ea"
191                   }
192                }
193             ], 
194             "type": 1
195          }
196       }, 
197       "out_group": 4294967295, 
198       "out_port": 4294967295, 
199       "priority": 123, 
200       "table_id": 1
201    }
202 }