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