backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / ofproto / json / of15 / libofproto-OFP15-bundle_add.packet.json
1 {
2    "OFPBundleAddMsg": {
3       "bundle_id": 99999999, 
4       "flags": 1, 
5       "message": {
6          "OFPFlowMod": {
7             "buffer_id": 0, 
8             "command": 0, 
9             "cookie": 1311768467463790320, 
10             "cookie_mask": 18446744073709551615, 
11             "flags": 0, 
12             "hard_timeout": 0, 
13             "idle_timeout": 0, 
14             "importance": 39032, 
15             "instructions": [
16                {
17                   "OFPInstructionActions": {
18                      "actions": [
19                         {
20                            "OFPActionPopVlan": {
21                               "len": 8, 
22                               "type": 18
23                            }
24                         }, 
25                         {
26                            "OFPActionSetField": {
27                               "field": {
28                                  "OXMTlv": {
29                                     "field": "ipv4_dst", 
30                                     "mask": null, 
31                                     "value": "192.168.2.9"
32                                  }
33                               },
34                               "len": 16,
35                               "type": 25
36                            }
37                         }, 
38                         {
39                            "NXActionLearn": {
40                               "cookie": 0, 
41                               "experimenter": 8992, 
42                               "fin_hard_timeout": 0, 
43                               "fin_idle_timeout": 0, 
44                               "flags": 0, 
45                               "hard_timeout": 300, 
46                               "idle_timeout": 0, 
47                               "len": 96, 
48                               "priority": 1, 
49                               "specs": [
50                                  {
51                                     "NXFlowSpecMatch": {
52                                        "dst": [
53                                           "vlan_vid", 
54                                           0
55                                        ], 
56                                        "n_bits": 12, 
57                                        "src": [
58                                           "vlan_vid", 
59                                           0
60                                        ]
61                                     }
62                                  }, 
63                                  {
64                                     "NXFlowSpecMatch": {
65                                        "dst": [
66                                           "eth_dst_nxm", 
67                                           0
68                                        ], 
69                                        "n_bits": 48, 
70                                        "src": [
71                                           "eth_src_nxm", 
72                                           0
73                                        ]
74                                     }
75                                  }, 
76                                  {
77                                     "NXFlowSpecLoad": {
78                                        "dst": [
79                                           "vlan_vid", 
80                                           0
81                                        ], 
82                                        "n_bits": 12, 
83                                        "src": 0
84                                     }
85                                  }, 
86                                  {
87                                     "NXFlowSpecLoad": {
88                                        "dst": [
89                                           "tunnel_id_nxm", 
90                                           0
91                                        ], 
92                                        "n_bits": 64, 
93                                        "src": [
94                                           "tunnel_id_nxm", 
95                                           0
96                                        ]
97                                     }
98                                  }, 
99                                  {
100                                     "NXFlowSpecOutput": {
101                                        "dst": "", 
102                                        "n_bits": 32, 
103                                        "src": [
104                                           "in_port", 
105                                           0
106                                        ]
107                                     }
108                                  }
109                               ], 
110                               "subtype": 16, 
111                               "table_id": 99, 
112                               "type": 65535
113                            }
114                         }
115                      ], 
116                      "len": 128, 
117                      "type": 4
118                   }
119                }, 
120                {
121                   "OFPInstructionGotoTable": {
122                      "len": 8, 
123                      "table_id": 100, 
124                      "type": 1
125                   }
126                }
127             ], 
128             "match": {
129                "OFPMatch": {
130                   "length": 70, 
131                   "oxm_fields": [
132                      {
133                         "OXMTlv": {
134                            "field": "in_port", 
135                            "mask": null, 
136                            "value": 43981
137                         }
138                      }, 
139                      {
140                         "OXMTlv": {
141                            "field": "eth_dst", 
142                            "mask": null, 
143                            "value": "aa:bb:cc:99:88:77"
144                         }
145                      }, 
146                      {
147                         "OXMTlv": {
148                            "field": "eth_type", 
149                            "mask": null, 
150                            "value": 2048
151                         }
152                      }, 
153                      {
154                         "OXMTlv": {
155                            "field": "vlan_vid", 
156                            "mask": null, 
157                            "value": 5095
158                         }
159                      }, 
160                      {
161                         "OXMTlv": {
162                            "field": "ipv4_dst", 
163                            "mask": null, 
164                            "value": "192.168.2.1"
165                         }
166                      }, 
167                      {
168                         "OXMTlv": {
169                            "field": "tunnel_id", 
170                            "mask": null, 
171                            "value": 50000
172                         }
173                      }, 
174                      {
175                         "OXMTlv": {
176                            "field": "tun_ipv4_src", 
177                            "mask": null, 
178                            "value": "192.168.2.3"
179                         }
180                      }, 
181                      {
182                         "OXMTlv": {
183                            "field": "tun_ipv4_dst", 
184                            "mask": null, 
185                            "value": "192.168.2.4"
186                         }
187                      }
188                   ], 
189                   "type": 1
190                }
191             }, 
192             "out_group": 0, 
193             "out_port": 0, 
194             "priority": 0, 
195             "table_id": 2
196          }
197       }, 
198       "properties": []
199    }
200 }