[ create a new paste ] login | about

Link: http://codepad.org/APdmOTGN    [ raw code | fork ]

C, pasted on Jan 10:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
Jan 10 14:45:56 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:45:57 localhost ovs-vswitchd: 04330|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:45:57 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:45:57 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:45:57 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:45:57 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:45:57 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:45:57 localhost ovs-vswitchd: 04331|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:45:57 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:45:57 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:45:57 localhost ovs-vswitchd: 04332|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:45:57 localhost ovs-vswitchd: 04333|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:45:57 localhost ovs-vswitchd: 04334|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:45:57 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:45:57 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:45:58 localhost ovs-vswitchd: 04335|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:45:58 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:45:58 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:45:58 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:45:58 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:45:58 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:45:58 localhost ovs-vswitchd: 04336|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:45:58 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:45:58 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:45:58 localhost ovs-vswitchd: 04337|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:45:58 localhost ovs-vswitchd: 04338|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:45:58 localhost ovs-vswitchd: 04339|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:45:58 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:45:58 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:45:59 localhost ovs-vswitchd: 04340|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:45:59 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:45:59 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:45:59 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:45:59 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:45:59 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:45:59 localhost ovs-vswitchd: 04341|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:45:59 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:45:59 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:45:59 localhost ovs-vswitchd: 04342|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:45:59 localhost ovs-vswitchd: 04343|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:45:59 localhost ovs-vswitchd: 04344|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:45:59 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:45:59 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:00 localhost ovs-vswitchd: 04345|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:00 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:00 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:00 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:00 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:00 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:00 localhost ovs-vswitchd: 04346|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:00 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:00 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:00 localhost ovs-vswitchd: 04347|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:00 localhost ovs-vswitchd: 04348|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:00 localhost ovs-vswitchd: 04349|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:00 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:00 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:01 localhost ovs-vswitchd: 04350|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:01 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:01 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:01 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:01 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:01 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:01 localhost ovs-vswitchd: 04351|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:01 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:01 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:01 localhost ovs-vswitchd: 04352|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:01 localhost ovs-vswitchd: 04353|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:01 localhost ovs-vswitchd: 04354|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:01 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:01 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:02 localhost ovs-vswitchd: 04355|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:02 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:02 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:02 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:02 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:02 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:02 localhost ovs-vswitchd: 04356|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:02 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:02 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:02 localhost ovs-vswitchd: 04357|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:02 localhost ovs-vswitchd: 04358|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:02 localhost ovs-vswitchd: 04359|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:02 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:02 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:03 localhost ovs-vswitchd: 04360|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:03 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:03 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:03 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:03 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:03 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:03 localhost ovs-vswitchd: 04361|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:03 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:03 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:03 localhost ovs-vswitchd: 04362|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:03 localhost ovs-vswitchd: 04363|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:03 localhost ovs-vswitchd: 04364|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:03 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:03 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:04 localhost ovs-vswitchd: 04365|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:04 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:04 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:04 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:04 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:04 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:04 localhost ovs-vswitchd: 04366|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:04 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:04 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:04 localhost ovs-vswitchd: 04367|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:04 localhost ovs-vswitchd: 04368|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:04 localhost ovs-vswitchd: 04369|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:04 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004)
Jan 10 14:46:04 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 00:1b:21:6a:85:88, ethertype IPv4 (0x0800), length 74: 10.0.0.10.38710 > 10.0.0.13.5004: S 3410511224:3410511224(0) win 14600 <mss 1460,sackOK,timestamp 9255458 0,nop,wscale 6>
Jan 10 14:46:04 localhost ovs-vswitchd: 04370|dpif|DBG|system@dp0: execute 0 on packet 66:f3:43:38:f4:a2 > 00:1f:29:32:92:4d, ethertype IPv4 (0x0800), length 113: 10.0.0.12.5004 > 10.0.0.10.9998: UDP, length 71
Jan 10 14:46:05 localhost ovs-vswitchd: 04371|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:05 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:05 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:05 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:05 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:05 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:05 localhost ovs-vswitchd: 04372|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:05 localhost ovs-vswitchd: 04373|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:05 localhost ovs-vswitchd: 04374|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:05 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:05 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:05 localhost ovs-vswitchd: 04375|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:05 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:05 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:06 localhost ovs-vswitchd: 04376|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:06 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:06 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:06 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:06 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:06 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:06 localhost ovs-vswitchd: 04377|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:06 localhost ovs-vswitchd: 04378|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:06 localhost ovs-vswitchd: 04379|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:06 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:06 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:06 localhost ovs-vswitchd: 04380|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:06 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:06 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:07 localhost ovs-vswitchd: 04381|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:07 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:07 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:07 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:07 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:07 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:07 localhost ovs-vswitchd: 04382|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:07 localhost ovs-vswitchd: 04383|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:07 localhost ovs-vswitchd: 04384|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:07 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:07 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:07 localhost ovs-vswitchd: 04385|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:07 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004)
Jan 10 14:46:07 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 00:1b:21:6a:85:88, ethertype IPv4 (0x0800), length 74: 10.0.0.10.38710 > 10.0.0.13.5004: S 3410511224:3410511224(0) win 14600 <mss 1460,sackOK,timestamp 9255759 0,nop,wscale 6>
Jan 10 14:46:07 localhost ovs-vswitchd: 04386|dpif|DBG|system@dp0: execute set(eth(src=00:1f:29:32:92:4d,dst=00:1f:29:32:92:4d)),set(ipv4(src=10.0.0.10,dst=10.0.0.10,proto=6,tos=0,ttl=64,frag=no)),set(tcp(src=38710,dst=9877)),0 on packet 00:1f:29:32:92:4d > 00:1b:21:6a:85:88, ethertype IPv4 (0x0800), length 74: 10.0.0.10.38710 > 10.0.0.13.5004: S 3410511224:3410511224(0) win 14600 <mss 1460,sackOK,timestamp 9255759 0,nop,wscale 6>
Jan 10 14:46:07 localhost ovs-vswitchd: 04387|dpif|DBG|system@dp0: put[create][modify] in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), actions:set(eth(src=00:1f:29:32:92:4d,dst=00:1f:29:32:92:4d)),set(ipv4(src=10.0.0.10,dst=10.0.0.10,proto=6,tos=0,ttl=64,frag=no)),set(tcp(src=38710,dst=9877)),0
Jan 10 14:46:07 localhost ovs-vswitchd: 04388|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:07 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:07 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:08 localhost ovs-vswitchd: 04389|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:08 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:08 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:08 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:08 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:08 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:08 localhost ovs-vswitchd: 04390|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:08 localhost ovs-vswitchd: 04391|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:08 localhost ovs-vswitchd: 04392|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:08 localhost ovs-vswitchd: 04393|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:08 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:08 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:08 localhost ovs-vswitchd: 04394|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:08 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:08 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:09 localhost ovs-vswitchd: 04395|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:09 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:09 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:09 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:09 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:09 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:09 localhost ovs-vswitchd: 04396|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:09 localhost ovs-vswitchd: 04397|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:09 localhost ovs-vswitchd: 04398|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:09 localhost ovs-vswitchd: 04399|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:09 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:09 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:09 localhost ovs-vswitchd: 04400|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:09 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:09 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:10 localhost ovs-vswitchd: 04401|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:10 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:10 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:10 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:10 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:10 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:10 localhost ovs-vswitchd: 04402|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:10 localhost ovs-vswitchd: 04403|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:10 localhost ovs-vswitchd: 04404|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:10 localhost ovs-vswitchd: 04405|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:10 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:10 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:10 localhost ovs-vswitchd: 04406|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:10 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:10 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:11 localhost ovs-vswitchd: 04407|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:11 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:11 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:11 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:11 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:11 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:11 localhost ovs-vswitchd: 04408|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:11 localhost ovs-vswitchd: 04409|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:11 localhost ovs-vswitchd: 04410|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:11 localhost ovs-vswitchd: 04411|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:11 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:11 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:11 localhost ovs-vswitchd: 04412|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:11 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:11 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:12 localhost ovs-vswitchd: 04413|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:12 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:12 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:12 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:12 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:12 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:12 localhost ovs-vswitchd: 04414|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:12 localhost ovs-vswitchd: 04415|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:12 localhost ovs-vswitchd: 04416|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:12 localhost ovs-vswitchd: 04417|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:12 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:12 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:12 localhost ovs-vswitchd: 04418|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:12 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:12 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:13 localhost ovs-vswitchd: 04419|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:13 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:13 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:13 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:13 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:13 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:13 localhost ovs-vswitchd: 04420|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:13 localhost ovs-vswitchd: 04421|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:13 localhost ovs-vswitchd: 04422|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:13 localhost ovs-vswitchd: 04423|dpif|DBG|system@dp0: flow_del in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:13 localhost ovs-vswitchd: 04424|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:13 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:13 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:13 localhost ovs-vswitchd: 04425|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:13 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004)
Jan 10 14:46:13 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 00:1b:21:6a:85:88, ethertype IPv4 (0x0800), length 74: 10.0.0.10.38710 > 10.0.0.13.5004: S 3410511224:3410511224(0) win 14600 <mss 1460,sackOK,timestamp 9256360 0,nop,wscale 6>
Jan 10 14:46:13 localhost ovs-vswitchd: 04426|dpif|DBG|system@dp0: execute set(eth(src=00:1f:29:32:92:4d,dst=00:1f:29:32:92:4d)),set(ipv4(src=10.0.0.10,dst=10.0.0.10,proto=6,tos=0,ttl=64,frag=no)),set(tcp(src=38710,dst=9877)),0 on packet 00:1f:29:32:92:4d > 00:1b:21:6a:85:88, ethertype IPv4 (0x0800), length 74: 10.0.0.10.38710 > 10.0.0.13.5004: S 3410511224:3410511224(0) win 14600 <mss 1460,sackOK,timestamp 9256360 0,nop,wscale 6>
Jan 10 14:46:13 localhost ovs-vswitchd: 04427|dpif|DBG|system@dp0: put[create][modify] in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), actions:set(eth(src=00:1f:29:32:92:4d,dst=00:1f:29:32:92:4d)),set(ipv4(src=10.0.0.10,dst=10.0.0.10,proto=6,tos=0,ttl=64,frag=no)),set(tcp(src=38710,dst=9877)),0
Jan 10 14:46:13 localhost ovs-vswitchd: 04428|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:13 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:13 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:14 localhost ovs-vswitchd: 04429|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:14 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:14 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:14 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:14 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:14 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:14 localhost ovs-vswitchd: 04430|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:14 localhost ovs-vswitchd: 04431|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:14 localhost ovs-vswitchd: 04432|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:14 localhost ovs-vswitchd: 04433|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:14 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:14 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:14 localhost ovs-vswitchd: 04434|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:14 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:14 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:15 localhost ovs-vswitchd: 04435|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:15 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:15 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:15 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:15 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:15 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:15 localhost ovs-vswitchd: 04436|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:15 localhost ovs-vswitchd: 04437|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:15 localhost ovs-vswitchd: 04438|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:15 localhost ovs-vswitchd: 04439|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:15 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:15 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:15 localhost ovs-vswitchd: 04440|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:15 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:15 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:16 localhost ovs-vswitchd: 04441|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:16 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:16 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:16 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:16 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:16 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:16 localhost ovs-vswitchd: 04442|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:16 localhost ovs-vswitchd: 04443|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:16 localhost ovs-vswitchd: 04444|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:16 localhost ovs-vswitchd: 04445|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:16 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:16 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:16 localhost ovs-vswitchd: 04446|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:16 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:16 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:17 localhost ovs-vswitchd: 04447|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:17 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:17 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:17 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:17 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:17 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:17 localhost ovs-vswitchd: 04448|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:17 localhost ovs-vswitchd: 04449|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:17 localhost ovs-vswitchd: 04450|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:17 localhost ovs-vswitchd: 04451|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:17 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:17 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:17 localhost ovs-vswitchd: 04452|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:17 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:17 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:18 localhost ovs-vswitchd: 04453|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:18 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:18 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:18 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:18 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:18 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:18 localhost ovs-vswitchd: 04454|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:18 localhost ovs-vswitchd: 04455|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:18 localhost ovs-vswitchd: 04456|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:18 localhost ovs-vswitchd: 04457|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:18 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:18 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:18 localhost ovs-vswitchd: 04458|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:18 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:18 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:19 localhost ovs-vswitchd: 04459|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:19 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:19 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:19 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:19 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:19 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:19 localhost ovs-vswitchd: 04460|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:19 localhost ovs-vswitchd: 04461|dpif|DBG|system@dp0: flow_dump in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:19 localhost ovs-vswitchd: 04462|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:19 localhost ovs-vswitchd: 04463|dpif|DBG|system@dp0: flow_del in_port(0),eth(src=00:1f:29:32:92:4d,dst=00:1b:21:6a:85:88),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.13,proto=6,tos=0,ttl=64,frag=no),tcp(src=38710,dst=5004), packets:0, bytes:0, used:never
Jan 10 14:46:19 localhost ovs-vswitchd: 04464|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:19 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:19 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:19 localhost ovs-vswitchd: 04465|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:19 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:19 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:20 localhost ovs-vswitchd: 04466|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:20 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:20 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:20 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:20 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:20 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:20 localhost ovs-vswitchd: 04467|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:20 localhost ovs-vswitchd: 04468|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:20 localhost ovs-vswitchd: 04469|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:20 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:20 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:20 localhost ovs-vswitchd: 04470|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:20 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:20 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:21 localhost ovs-vswitchd: 04471|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:21 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:21 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:21 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:21 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:21 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:21 localhost ovs-vswitchd: 04472|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:21 localhost ovs-vswitchd: 04473|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:21 localhost ovs-vswitchd: 04474|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:21 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:21 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:21 localhost ovs-vswitchd: 04475|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:21 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:21 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:22 localhost ovs-vswitchd: 04476|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:22 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:22 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:22 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:22 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:22 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:22 localhost ovs-vswitchd: 04477|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:22 localhost ovs-vswitchd: 04478|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:22 localhost ovs-vswitchd: 04479|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:22 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:22 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:22 localhost ovs-vswitchd: 04480|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:22 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:22 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:23 localhost ovs-vswitchd: 04481|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:23 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:23 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:23 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:23 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:23 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:23 localhost ovs-vswitchd: 04482|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:23 localhost ovs-vswitchd: 04483|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:23 localhost ovs-vswitchd: 04484|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:23 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:23 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:23 localhost ovs-vswitchd: 04485|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:23 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:23 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:24 localhost ovs-vswitchd: 04486|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:24 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:24 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:24 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:24 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:24 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:24 localhost ovs-vswitchd: 04487|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:24 localhost ovs-vswitchd: 04488|dpif|DBG|system@dp0: dumped all flows
Jan 10 14:46:24 localhost ovs-vswitchd: 04489|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:24 localhost ovs-vswitchd: in_port(0),eth(src=00:1f:29:32:92:4d,dst=66:f3:43:38:f4:a2),eth_type(0x0800),ipv4(src=10.0.0.10,dst=10.0.0.100,proto=17,tos=0,ttl=64,frag=no),udp(src=59383,dst=9997)
Jan 10 14:46:24 localhost ovs-vswitchd: 00:1f:29:32:92:4d > 66:f3:43:38:f4:a2, ethertype IPv4 (0x0800), length 97: 10.0.0.10.59383 > 10.0.0.100.9997: UDP, length 55
Jan 10 14:46:24 localhost ovs-vswitchd: 04490|dpif|DBG|system@dp0: execute 1 on packet 00:00:00:00:00:10 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 35: 
Jan 10 14:46:24 localhost ovs-vswitchd: 	0x0000:  0208 0764 7069 643a 3130 0403 0200 0106  ...dpid:10......
Jan 10 14:46:24 localhost ovs-vswitchd: 	0x0010:  0200 7800 00                             ..x..
Jan 10 14:46:25 localhost ovs-vswitchd: 04491|dpif|DBG|system@dp0: miss upcall:
Jan 10 14:46:25 localhost ovs-vswitchd: in_port(1),eth(src=00:26:f1:3f:e4:80,dst=01:23:20:00:00:01),eth_type(0x27a0)
Jan 10 14:46:25 localhost ovs-vswitchd: 00:26:f1:3f:e4:80 > 01:23:20:00:00:01, ethertype Unknown (0x27a0), length 60: 
Jan 10 14:46:25 localhost ovs-vswitchd: 	0x0000:  0215 0764 7069 643a 3365 3830 3032 3666  ...dpid:3e80026f
Jan 10 14:46:25 localhost ovs-vswitchd: 	0x0010:  3133 6665 3438 3004 0302 0010 0602 0078  13fe480........x
Jan 10 14:46:25 localhost ovs-vswitchd: 	0x0020:  0000 0000 0000 0000 0000 0000 0000       ..............
Jan 10 14:46:25 localhost ovs-vswitchd: 04492|dpif|DBG|system@dp0: flow_dump_start success
Jan 10 14:46:25 localhost ovs-vswitchd: 04493|dpif|DBG|system@dp0: dumped all flows


Create a new paste based on this one


Comments: