]> git.proxmox.com Git - ovs.git/blob - tests/ofp-actions.at
ofp-actions: Translate OF1.0 "enqueue" actions for OF1.1+.
[ovs.git] / tests / ofp-actions.at
1 AT_BANNER([OpenFlow actions])
2
3 AT_SETUP([OpenFlow 1.0 action translation])
4 AT_KEYWORDS([ofp-actions OF1.0])
5 AT_DATA([test-data], [dnl
6 # actions=LOCAL
7 0000 0008 fffe 04d2
8
9 # actions=CONTROLLER:1234
10 0000 0008 fffd 04d2
11
12 # actions=mod_vlan_vid:9
13 0001 0008 0009 0000
14
15 # actions=mod_vlan_pcp:6
16 0002 0008 06 000000
17
18 # actions=strip_vlan
19 0003 0008 00000000
20
21 # actions=mod_dl_src:00:11:22:33:44:55
22 0004 0010 001122334455 000000000000
23
24 # actions=mod_dl_dst:10:20:30:40:50:60
25 0005 0010 102030405060 000000000000
26
27 # actions=mod_nw_src:1.2.3.4
28 0006 0008 01020304
29
30 # actions=mod_nw_dst:192.168.0.1
31 0007 0008 c0a80001
32
33 # actions=mod_nw_tos:48
34 0008 0008 30 000000
35
36 # actions=mod_tp_src:80
37 0009 0008 0050 0000
38
39 # actions=mod_tp_dst:443
40 000a 0008 01bb 0000
41
42 # actions=enqueue:10:55
43 000b 0010 000a 000000000000 00000037
44
45 # actions=resubmit:5
46 ffff 0010 00002320 0001 0005 00000000
47
48 # actions=set_tunnel:0x12345678
49 ffff 0010 00002320 0002 0000 12345678
50
51 # actions=set_queue:2309737729
52 ffff 0010 00002320 0004 0000 89abcd01
53
54 # actions=pop_queue
55 ffff 0010 00002320 0005 000000000000
56
57 # actions=move:NXM_OF_IN_PORT[]->NXM_OF_VLAN_TCI[]
58 ffff 0018 00002320 0006 0010 0000 0000 00000002 00000802
59
60 # actions=load:0xf009->NXM_OF_VLAN_TCI[]
61 ffff 0018 00002320 0007 000f 00000802 000000000000f009
62
63 # actions=note:11.e9.9a.ad.67.f3
64 ffff 0010 00002320 0008 11e99aad67f3
65
66 # actions=set_tunnel64:0xc426384d49c53d60
67 ffff 0018 00002320 0009 000000000000 c426384d49c53d60
68
69 # actions=set_tunnel64:0x885f3298
70 ffff 0018 00002320 0009 000000000000 00000000885f3298
71
72 # bad OpenFlow10 actions: OFPBIC_UNSUP_INST
73 & ofp_actions|WARN|write_metadata instruction not allowed here
74 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffffffffffffffff
75
76 # bad OpenFlow10 actions: OFPBIC_UNSUP_INST
77 & ofp_actions|WARN|write_metadata instruction not allowed here
78 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffff0000ffff0000
79
80 # actions=multipath(eth_src,50,modulo_n,1,0,NXM_NX_REG0[])
81 ffff 0020 00002320 000a 0000 0032 0000 0000 0000 0000 0000 0000 001f 00010004
82
83 # actions=bundle(eth_src,0,hrw,ofport,slaves:4,8)
84 ffff 0028 00002320 000c 0001 0000 0000 00000002 0002 0000 00000000 00000000 dnl
85 0004 0008 00000000
86
87 # actions=bundle_load(eth_src,0,hrw,ofport,NXM_NX_REG0[],slaves:4,8)
88 ffff 0028 00002320 000d 0001 0000 0000 00000002 0002 001f 00010004 00000000 dnl
89 0004 0008 00000000
90
91 # actions=resubmit(10,5)
92 ffff 0010 00002320 000e 000a 05 000000
93
94 # actions=output:NXM_NX_REG1[5..10]
95 ffff 0018 00002320 000f 0145 00010204 ffff 000000000000
96
97 # actions=learn(table=2,idle_timeout=10,hard_timeout=20,fin_idle_timeout=2,fin_hard_timeout=4,priority=80,cookie=0x123456789abcdef0,NXM_OF_VLAN_TCI[0..11],NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],output:NXM_OF_IN_PORT[])
98 ffff 0048 00002320 0010 000a 0014 0050 123456789abcdef0 0000 02 00 0002 0004 dnl
99 000c 00000802 0000 00000802 0000 dnl
100 0030 00000406 0000 00000206 0000 dnl
101 1010 00000002 0000 dnl
102 00000000
103
104 # actions=exit
105 ffff 0010 00002320 0011 000000000000
106
107 # actions=dec_ttl
108 ffff 0010 00002320 0012 000000000000
109
110 # actions=fin_timeout(idle_timeout=10,hard_timeout=20)
111 ffff 0010 00002320 0013 000a 0014 0000
112
113 # actions=controller(reason=invalid_ttl,max_len=1234,id=5678)
114 ffff 0010 00002320 0014 04d2 162e 02 00
115
116 # actions=controller(reason=invalid_ttl,max_len=1234,id=5678,userdata=01.02.03.04.05,pause)
117 ffff 0040 00002320 0025 000000000000 dnl
118 0000 0008 04d2 0000 dnl
119 0001 0008 162e 0000 dnl
120 0002 0005 02 000000 dnl
121 0003 0009 0102030405 00000000000000 dnl
122 0004 0004 00000000
123
124 # actions=dec_ttl(32768,12345,90,765,1024)
125 ffff 0020 00002320 0015 000500000000 80003039005A02fd 0400000000000000
126
127 # actions=sample(probability=12345,collector_set_id=23456,obs_domain_id=34567,obs_point_id=45678)
128 ffff 0018 00002320 001d 3039 00005BA0 00008707 0000B26E
129
130 # actions=sample(probability=12345,collector_set_id=23456,obs_domain_id=34567,obs_point_id=45678,sampling_port=56789)
131 ffff 0020 00002320 0026 3039 00005BA0 00008707 0000B26E DDD50000 00000000
132
133 # bad OpenFlow10 actions: OFPBAC_BAD_LEN
134 & ofp_actions|WARN|OpenFlow action OFPAT_OUTPUT length 240 exceeds action buffer length 8
135 & ofp_actions|WARN|bad action at offset 0 (OFPBAC_BAD_LEN):
136 & 00000000 00 00 00 f0 00 00 00 00-
137 00 00 00 f0 00 00 00 00
138
139 # bad OpenFlow10 actions: OFPBAC_BAD_LEN
140 & ofp_actions|WARN|OpenFlow action OFPAT_OUTPUT length 16 not in valid range [[8,8]]
141 & ofp_actions|WARN|bad action at offset 0 (OFPBAC_BAD_LEN):
142 & 00000000 00 00 00 10 ff fe ff ff-00 00 00 00 00 00 00 00
143 00 00 00 10 ff fe ff ff 00 00 00 00 00 00 00 00
144
145 # bad OpenFlow10 actions: OFPBAC_BAD_LEN
146 & ofp_actions|WARN|OpenFlow action NXAST_DEC_TTL_CNT_IDS length 17 is not a multiple of 8
147 ffff 0011 00002320 0015 0001 00000000 0000000000000000
148
149 # bad OpenFlow10 actions: OFPBAC_BAD_OUT_PORT
150 0000 0008 ffff 0000
151
152 # actions=ct()
153 ffff 0018 00002320 0023 0000 00000000 0000 FF 000000 0000
154
155 # actions=ct(commit)
156 ffff 0018 00002320 0023 0001 00000000 0000 FF 000000 0000
157
158 # actions=ct(table=10)
159 ffff 0018 00002320 0023 0000 00000000 0000 0A 000000 0000
160
161 # actions=ct(zone=10)
162 ffff 0018 00002320 0023 0000 00000000 000A FF 000000 0000
163
164 # actions=ct(zone=NXM_NX_REG0[0..15])
165 ffff 0018 00002320 0023 0000 00010004 000F FF 000000 0000
166
167 dnl Can't read 8 bits from register into 16-bit zone.
168 # bad OpenFlow10 actions: OFPBAC_BAD_SET_LEN
169 ffff 0018 00002320 0023 0000 00010004 0007 FF 000000 0000
170
171 dnl Can't read 32 bits from register into 16-bit zone.
172 # bad OpenFlow10 actions: OFPBAC_BAD_SET_LEN
173 ffff 0018 00002320 0023 0000 00010004 001F FF 000000 0000
174
175 # actions=ct(commit,exec(load:0xf009->NXM_NX_CT_MARK[]))
176 ffff 0030 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
177 ffff 0018 00002320 0007 001f 0001d604 000000000000f009
178
179 # bad OpenFlow10 actions: OFPBAC_BAD_SET_ARGUMENT
180 & ofp_actions|WARN|cannot set CT fields outside of ct action
181 ffff 0018 00002320 0007 001f 0001d604 000000000000f009
182
183 # bad OpenFlow10 actions: OFPBAC_BAD_SET_ARGUMENT
184 & meta_flow|WARN|destination field ct_zone is not writable
185 ffff 0030 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
186 ffff 0018 00002320 0007 000f 0001d504 000000000000f009
187
188 # bad OpenFlow10 actions: OFPBAC_BAD_ARGUMENT
189 & ofp_actions|WARN|ct action doesn't support nested action ct
190 ffff 0030 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
191 ffff 0018 00002320 0023 0000 00000000 0000 FF 000000 0000
192
193 # bad OpenFlow10 actions: OFPBAC_BAD_ARGUMENT
194 & ofp_actions|WARN|ct action doesn't support nested modification of reg0
195 ffff 0030 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
196 ffff 0018 00002320 0007 001f 00010004 000000000000f009
197
198 # actions=ct(alg=ftp)
199 ffff 0018 00002320 0023 0000 00000000 0000 FF 000000 0015
200
201 # actions=ct(commit,nat(src))
202 ffff 0028 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
203 ffff 0010 00002320 0024 00 00 0001 0000
204
205 # actions=ct(commit,nat(dst))
206 ffff 0028 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
207 ffff 0010 00002320 0024 00 00 0002 0000
208
209 # actions=ct(nat)
210 ffff 0028 00002320 0023 0000 00000000 0000 FF 000000 0000 dnl
211 ffff 0010 00002320 0024 00 00 0000 0000
212
213 # actions=ct(commit,nat(src=10.0.0.240,random))
214 ffff 0030 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
215 ffff 0018 00002320 0024 00 00 0011 0001 0a0000f0 00000000
216
217 # actions=ct(commit,nat(src=10.0.0.240:32768-65535,random))
218 ffff 0030 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
219 ffff 0018 00002320 0024 00 00 0011 0031 0a0000f0 8000ffff
220
221 # actions=ct(commit,nat(dst=10.0.0.128-10.0.0.254,hash))
222 ffff 0030 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
223 ffff 0018 00002320 0024 00 00 000a 0003 0a000080 0a0000fe
224
225 # actions=ct(commit,nat(src=10.0.0.240-10.0.0.254:32768-65535,persistent))
226 ffff 0038 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
227 ffff 0020 00002320 0024 00 00 0005 0033 0a0000f0 0a0000fe 8000ffff 00000000
228
229 # actions=ct(commit,nat(src=fe80::20c:29ff:fe88:a18b,random))
230 ffff 0038 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
231 ffff 0020 00002320 0024 00 00 0011 0004 fe800000 00000000 020c 29ff fe88 a18b
232
233 # actions=ct(commit,nat(src=fe80::20c:29ff:fe88:1-fe80::20c:29ff:fe88:a18b,random))
234 ffff 0048 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
235 ffff 0030 00002320 0024 00 00 0011 000c fe800000 00000000 020c 29ff fe88 0001 fe800000 00000000 020c 29ff fe88 a18b
236
237 # actions=ct(commit,nat(src=[fe80::20c:29ff:fe88:1]-[fe80::20c:29ff:fe88:a18b]:255-4096,random))
238 ffff 0050 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
239 ffff 0038 00002320 0024 00 00 0011 003c dnl
240 fe800000 00000000 020c 29ff fe88 0001 dnl
241 fe800000 00000000 020c 29ff fe88 a18b dnl
242 00ff1000 00000000
243
244 # actions=output(port=1,max_len=100)
245 ffff 0010 00002320 0027 0001 00000064
246
247 # actions=group:5
248 ffff 0010 00002320 0028 0000 00000005
249
250 # bad OpenFlow10 actions: NXBRC_MUST_BE_ZERO
251 ffff 0018 00002320 0025 0000 0005 0000 1122334455 000005
252
253 # bad OpenFlow10 actions: NXBRC_MUST_BE_ZERO
254 ffff 0018 00002320 0025 0000 0005 5000 1122334455 000000
255
256 # bad OpenFlow10 actions: OFPBAC_BAD_ARGUMENT
257 ffff 0048 00002320 0023 0001 00000000 0000 FF 000000 0000 dnl
258 ffff 0030 00002320 0024 00 00 0011 000c fe800000 00000000 020c 29ff fe88 a18b fe800000 00000000 020c 29ff fe88 0001
259
260 ])
261 sed '/^[[#&]]/d' < test-data > input.txt
262 sed -n 's/^# //p; /^$/p' < test-data > expout
263 sed -n 's/^& //p' < test-data > experr
264 AT_CAPTURE_FILE([input.txt])
265 AT_CAPTURE_FILE([expout])
266 AT_CAPTURE_FILE([experr])
267 AT_CHECK(
268 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-actions OpenFlow10 < input.txt],
269 [0], [expout], [experr])
270 AT_CLEANUP
271
272 AT_SETUP([OpenFlow 1.0 "instruction" translations])
273 AT_KEYWORDS([ofp-actions OF1.0 instruction])
274 AT_DATA([test-data], [dnl
275 dnl Try a couple of ordinary actions to make sure they're accepted,
276 dnl but there's no point in retrying all the actions from the previous test.
277 # actions=LOCAL
278 0000 0008 fffe 04d2
279
280 # actions=mod_dl_src:00:11:22:33:44:55
281 0004 0010 001122334455 000000000000
282
283 dnl Now check that write_metadata is accepted.
284 # actions=write_metadata:0xfedcba9876543210
285 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffffffffffffffff
286
287 # actions=write_metadata:0xfedcba9876543210/0xffff0000ffff0000
288 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffff0000ffff0000
289
290 ])
291 sed '/^[[#&]]/d' < test-data > input.txt
292 sed -n 's/^# //p; /^$/p' < test-data > expout
293 sed -n 's/^& //p' < test-data > experr
294 AT_CAPTURE_FILE([input.txt])
295 AT_CAPTURE_FILE([expout])
296 AT_CAPTURE_FILE([experr])
297 AT_CHECK(
298 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-instructions OpenFlow10 < input.txt],
299 [0], [expout], [experr])
300 AT_CLEANUP
301
302 AT_SETUP([OpenFlow 1.1 action translation])
303 AT_KEYWORDS([ofp-actions OF1.1])
304 AT_DATA([test-data], [dnl
305 # actions=LOCAL
306 0000 0010 fffffffe 04d2 000000000000
307
308 # actions=CONTROLLER:1234
309 0000 0010 fffffffd 04d2 000000000000
310
311 # actions=set_vlan_vid:9
312 0001 0008 0009 0000
313
314 # actions=set_vlan_pcp:6
315 0002 0008 06 000000
316
317 # actions=mod_dl_src:00:11:22:33:44:55
318 0003 0010 001122334455 000000000000
319
320 # actions=mod_dl_dst:10:20:30:40:50:60
321 0004 0010 102030405060 000000000000
322
323 # actions=mod_nw_src:1.2.3.4
324 0005 0008 01020304
325
326 # actions=mod_nw_dst:192.168.0.1
327 0006 0008 c0a80001
328
329 # actions=mod_nw_tos:48
330 0007 0008 30 000000
331
332 # actions=mod_tp_src:80
333 0009 0008 0050 0000
334
335 # actions=mod_tp_dst:443
336 000a 0008 01bb 0000
337
338 # actions=pop_vlan
339 0012 0008 00000000
340
341 # actions=set_queue:2309737729
342 0015 0008 89abcd01
343
344 dnl 802.1ad isn't supported at the moment
345 dnl # actions=push_vlan:0x88a8
346 dnl 0011 0008 88a8 0000
347 # actions=push_vlan:0x8100
348 0011 0008 8100 0000
349
350 # actions=resubmit:5
351 ffff 0010 00002320 0001 0005 00000000
352
353 # actions=set_tunnel:0x12345678
354 ffff 0010 00002320 0002 0000 12345678
355
356 # actions=pop_queue
357 ffff 0010 00002320 0005 000000000000
358
359 # actions=move:NXM_OF_IN_PORT[]->NXM_OF_VLAN_TCI[]
360 ffff 0018 00002320 0006 0010 0000 0000 00000002 00000802
361
362 # actions=load:0xf009->NXM_OF_VLAN_TCI[]
363 ffff 0018 00002320 0007 000f 00000802 000000000000f009
364
365 # actions=note:11.e9.9a.ad.67.f3
366 ffff 0010 00002320 0008 11e99aad67f3
367
368 # actions=set_tunnel64:0xc426384d49c53d60
369 ffff 0018 00002320 0009 000000000000 c426384d49c53d60
370
371 # actions=set_tunnel64:0x885f3298
372 ffff 0018 00002320 0009 000000000000 00000000885f3298
373
374 dnl Write-Metadata is only allowed in contexts that allow instructions.
375 & ofp_actions|WARN|write_metadata instruction not allowed here
376 # bad OpenFlow11 actions: OFPBIC_UNSUP_INST
377 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffffffffffffffff
378
379 # actions=multipath(eth_src,50,modulo_n,1,0,NXM_NX_REG0[])
380 ffff 0020 00002320 000a 0000 0032 0000 0000 0000 0000 0000 0000 001f 00010004
381
382 # actions=bundle(eth_src,0,hrw,ofport,slaves:4,8)
383 ffff 0028 00002320 000c 0001 0000 0000 00000002 0002 0000 00000000 00000000 dnl
384 0004 0008 00000000
385
386 # actions=bundle_load(eth_src,0,hrw,ofport,NXM_NX_REG0[],slaves:4,8)
387 ffff 0028 00002320 000d 0001 0000 0000 00000002 0002 001f 00010004 00000000 dnl
388 0004 0008 00000000
389
390 # actions=resubmit(10,5)
391 ffff 0010 00002320 000e 000a 05 000000
392
393 # actions=output:NXM_NX_REG1[5..10]
394 ffff 0018 00002320 000f 0145 00010204 ffff 000000000000
395
396 # actions=learn(table=2,idle_timeout=10,hard_timeout=20,fin_idle_timeout=2,fin_hard_timeout=4,priority=80,cookie=0x123456789abcdef0,NXM_OF_VLAN_TCI[0..11],NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],output:NXM_OF_IN_PORT[])
397 ffff 0048 00002320 0010 000a 0014 0050 123456789abcdef0 0000 02 00 0002 0004 dnl
398 000c 00000802 0000 00000802 0000 dnl
399 0030 00000406 0000 00000206 0000 dnl
400 1010 00000002 0000 dnl
401 00000000
402
403 # actions=exit
404 ffff 0010 00002320 0011 000000000000
405
406 dnl OpenFlow 1.1 OFPAT_DEC_TTL
407 # actions=dec_ttl
408 0018 0008 00000000
409
410 # actions=fin_timeout(idle_timeout=10,hard_timeout=20)
411 ffff 0010 00002320 0013 000a 0014 0000
412
413 # actions=controller(reason=invalid_ttl,max_len=1234,id=5678)
414 ffff 0010 00002320 0014 04d2 162e 02 00
415
416 # actions=dec_ttl(32768,12345,90,765,1024)
417 ffff 0020 00002320 0015 000500000000 80003039005A02fd 0400000000000000
418
419 # actions=sample(probability=12345,collector_set_id=23456,obs_domain_id=34567,obs_point_id=45678)
420 ffff 0018 00002320 001d 3039 00005BA0 00008707 0000B26E
421
422 # bad OpenFlow11 actions: OFPBAC_BAD_OUT_PORT
423 & ofp_actions|WARN|bad action at offset 0 (OFPBAC_BAD_OUT_PORT):
424 & 00000000 00 00 00 10 ff ff ff ff-00 00 00 00 00 00 00 00
425 0000 0010 ffffffff 0000 000000000000
426
427 ])
428 sed '/^[[#&]]/d' < test-data > input.txt
429 sed -n 's/^# //p; /^$/p' < test-data > expout
430 sed -n 's/^& //p' < test-data > experr
431 AT_CAPTURE_FILE([input.txt])
432 AT_CAPTURE_FILE([expout])
433 AT_CAPTURE_FILE([experr])
434 AT_CHECK(
435 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-actions OpenFlow11 < input.txt],
436 [0], [expout], [experr])
437 AT_CLEANUP
438
439 AT_SETUP([OpenFlow 1.1 instruction translation])
440 AT_KEYWORDS([OF1.1 instruction ofp-actions])
441 AT_DATA([test-data], [dnl
442 # actions=LOCAL
443 0004 0018 00000000 dnl
444 0000 0010 fffffffe 04d2 000000000000
445
446 dnl Apply-Actions non-zero padding
447 # actions=drop
448 # 0: 00 -> (none)
449 # 1: 04 -> (none)
450 # 2: 00 -> (none)
451 # 3: 08 -> (none)
452 # 4: 00 -> (none)
453 # 5: 00 -> (none)
454 # 6: 00 -> (none)
455 # 7: 01 -> (none)
456 0004 0008 00000001
457
458 dnl Check that an empty Apply-Actions instruction gets dropped.
459 # actions=drop
460 # 0: 00 -> (none)
461 # 1: 04 -> (none)
462 # 2: 00 -> (none)
463 # 3: 08 -> (none)
464 # 4: 00 -> (none)
465 # 5: 00 -> (none)
466 # 6: 00 -> (none)
467 # 7: 00 -> (none)
468 0004 0008 00000000
469
470 dnl Duplicate instruction type:
471 # bad OpenFlow11 instructions: OFPBIC_DUP_INST
472 0004 0008 00000000 0004 0008 00000000
473
474 dnl Instructions not multiple of 8 in length.
475 & ofp_actions|WARN|OpenFlow message instructions length 9 is not a multiple of 8
476 # bad OpenFlow11 instructions: OFPBIC_BAD_LEN
477 0004 0009 01 00000000
478
479 dnl Goto-Table instruction too long.
480 # bad OpenFlow11 instructions: OFPBIC_BAD_LEN
481 0001 0010 01 000000 0000000000000000
482
483 dnl Goto-Table 1 instruction non-zero padding
484 # actions=goto_table:1
485 # 7: 01 -> 00
486 0001 0008 01 000001
487
488 dnl Goto-Table 1 instruction go back to the previous table.
489 # bad OpenFlow11 instructions: OFPBIC_BAD_TABLE_ID
490 2,0001 0008 01 000000
491
492 dnl Goto-Table 1
493 # actions=goto_table:1
494 0001 0008 01 000000
495
496 dnl Write-Metadata.
497 # actions=write_metadata:0xfedcba9876543210
498 0002 0018 00000000 fedcba9876543210 ffffffffffffffff
499
500 dnl Write-Metadata as Nicira extension action is transformed into instruction.
501 # actions=write_metadata:0xfedcba9876543210
502 # 1: 04 -> 02
503 # 3: 28 -> 18
504 # 8: ff -> fe
505 # 9: ff -> dc
506 # 10: 00 -> ba
507 # 11: 20 -> 98
508 # 12: 00 -> 76
509 # 13: 00 -> 54
510 # 14: 23 -> 32
511 # 15: 20 -> 10
512 # 16: 00 -> ff
513 # 17: 16 -> ff
514 # 18: 00 -> ff
515 # 19: 00 -> ff
516 # 20: 00 -> ff
517 # 21: 00 -> ff
518 # 22: 00 -> ff
519 # 23: 00 -> ff
520 # 24: fe -> (none)
521 # 25: dc -> (none)
522 # 26: ba -> (none)
523 # 27: 98 -> (none)
524 # 28: 76 -> (none)
525 # 29: 54 -> (none)
526 # 30: 32 -> (none)
527 # 31: 10 -> (none)
528 # 32: ff -> (none)
529 # 33: ff -> (none)
530 # 34: ff -> (none)
531 # 35: ff -> (none)
532 # 36: ff -> (none)
533 # 37: ff -> (none)
534 # 38: ff -> (none)
535 # 39: ff -> (none)
536 0004 0028 00000000 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffffffffffffffff
537
538 dnl Write-Metadata with mask.
539 # actions=write_metadata:0xfedcba9876543210/0xff00ff00ff00ff00
540 0002 0018 00000000 fedcba9876543210 ff00ff00ff00ff00
541
542 dnl Write-Metadata too short.
543 # bad OpenFlow11 instructions: OFPBIC_BAD_LEN
544 0002 0010 00000000 fedcba9876543210
545
546 dnl Write-Metadata too long.
547 # bad OpenFlow11 instructions: OFPBIC_BAD_LEN
548 0002 0020 00000000 fedcba9876543210 ffffffffffffffff 0000000000000000
549
550 dnl Write-Metadata duplicated.
551 # bad OpenFlow11 instructions: OFPBIC_DUP_INST
552 0002 0018 00000000 fedcba9876543210 ff00ff00ff00ff00 0002 0018 00000000 fedcba9876543210 ff00ff00ff00ff00
553
554 dnl Write-Metadata in wrong position (OpenFlow 1.1+ disregards the order
555 dnl and OVS reorders it to the canonical order)
556 # actions=write_metadata:0xfedcba9876543210,goto_table:1
557 # 1: 01 -> 02
558 # 3: 08 -> 18
559 # 4: 01 -> 00
560 # 8: 00 -> fe
561 # 9: 02 -> dc
562 # 10: 00 -> ba
563 # 11: 18 -> 98
564 # 12: 00 -> 76
565 # 13: 00 -> 54
566 # 14: 00 -> 32
567 # 15: 00 -> 10
568 # 16: fe -> ff
569 # 17: dc -> ff
570 # 18: ba -> ff
571 # 19: 98 -> ff
572 # 20: 76 -> ff
573 # 21: 54 -> ff
574 # 22: 32 -> ff
575 # 23: 10 -> ff
576 # 24: ff -> 00
577 # 25: ff -> 01
578 # 26: ff -> 00
579 # 27: ff -> 08
580 # 28: ff -> 01
581 # 29: ff -> 00
582 # 30: ff -> 00
583 # 31: ff -> 00
584 0001 0008 01 000000 0002 0018 00000000 fedcba9876543210 ffffffffffffffff
585
586 dnl empty Write-Actions non-zero padding
587 # actions=write_actions(drop)
588 # 0: 00 -> (none)
589 # 1: 03 -> (none)
590 # 2: 00 -> (none)
591 # 3: 08 -> (none)
592 # 4: 00 -> (none)
593 # 5: 00 -> (none)
594 # 6: 00 -> (none)
595 # 7: 01 -> (none)
596 0003 0008 00000001
597
598 dnl Check that an empty Write-Actions instruction gets dropped.
599 # actions=write_actions(drop)
600 # 0: 00 -> (none)
601 # 1: 03 -> (none)
602 # 2: 00 -> (none)
603 # 3: 08 -> (none)
604 # 4: 00 -> (none)
605 # 5: 00 -> (none)
606 # 6: 00 -> (none)
607 # 7: 00 -> (none)
608 0003 0008 00000000
609
610 dnl Clear-Actions too-long
611 # bad OpenFlow11 instructions: OFPBIC_BAD_LEN
612 0005 0010 00000000 0000000000000000
613
614 dnl Clear-Actions non-zero padding
615 # actions=clear_actions
616 # 7: 01 -> 00
617 0005 0008 00000001
618
619 dnl Clear-Actions non-zero padding
620 # actions=clear_actions
621 # 4: 01 -> 00
622 0005 0008 01 000000
623
624 dnl Clear-Actions
625 # actions=clear_actions
626 0005 0008 00000000
627
628 dnl Experimenter actions not supported yet.
629 # bad OpenFlow11 instructions: OFPBIC_BAD_EXPERIMENTER
630 ffff 0008 01 000000
631
632 dnl Bad instruction number (0 not assigned).
633 # bad OpenFlow11 instructions: OFPBIC_UNKNOWN_INST
634 0000 0008 01 000000
635
636 ])
637 sed '/^[[#&]]/d' < test-data > input.txt
638 sed -n 's/^# //p; /^$/p' < test-data > expout
639 sed -n 's/^& //p' < test-data > experr
640 AT_CAPTURE_FILE([input.txt])
641 AT_CAPTURE_FILE([expout])
642 AT_CAPTURE_FILE([experr])
643 AT_CHECK(
644 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-instructions OpenFlow11 < input.txt],
645 [0], [expout], [experr])
646 AT_CLEANUP
647
648 dnl Our primary goal here is to verify OpenFlow 1.2-specific changes,
649 dnl so the list of tests is short.
650 AT_SETUP([OpenFlow 1.2 action translation])
651 AT_KEYWORDS([ofp-actions OF1.2])
652 AT_DATA([test-data], [dnl
653 # actions=LOCAL
654 0000 0010 fffffffe 04d2 000000000000
655
656 # bad OpenFlow12 actions: OFPBAC_BAD_SET_MASK
657 & ofp_actions|WARN|bad action at offset 0 (OFPBAC_BAD_SET_MASK):
658 & 00000000 00 19 00 18 80 00 09 0c-00 00 00 00 12 34 00 00
659 & 00000010 00 00 ff ff 00 00 00 00-
660 0019 0018 8000090c 000000001234 00000000ffff 00000000
661
662 ])
663 sed '/^[[#&]]/d' < test-data > input.txt
664 sed -n 's/^# //p; /^$/p' < test-data > expout
665 sed -n 's/^& //p' < test-data > experr
666 AT_CAPTURE_FILE([input.txt])
667 AT_CAPTURE_FILE([expout])
668 AT_CAPTURE_FILE([experr])
669 AT_CHECK(
670 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-actions OpenFlow12 < input.txt],
671 [0], [expout], [experr])
672 AT_CLEANUP
673
674 dnl Our primary goal here is to verify OpenFlow 1.3-specific changes,
675 dnl so the list of tests is short.
676 AT_SETUP([OpenFlow 1.3 action translation])
677 AT_KEYWORDS([ofp-actions OF1.3])
678 AT_DATA([test-data], [dnl
679 # actions=LOCAL
680 0000 0010 fffffffe 04d2 000000000000
681
682 dnl Check the Nicira extension form of "move".
683 # actions=move:NXM_OF_IN_PORT[]->NXM_OF_VLAN_TCI[]
684 ffff 0018 00002320 0006 0010 0000 0000 00000002 00000802
685
686 dnl Check the ONF extension form of "copy_field".
687 # actions=move:NXM_OF_IN_PORT[]->NXM_OF_VLAN_TCI[]
688 ffff 0020 4f4e4600 0c80 0000 0010 0000 0000 0000 00000002 00000802 00000000
689
690 ])
691 sed '/^[[#&]]/d' < test-data > input.txt
692 sed -n 's/^# //p; /^$/p' < test-data > expout
693 sed -n 's/^& //p' < test-data > experr
694 AT_CAPTURE_FILE([input.txt])
695 AT_CAPTURE_FILE([expout])
696 AT_CAPTURE_FILE([experr])
697 AT_CHECK(
698 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-actions OpenFlow13 < input.txt],
699 [0], [expout], [experr])
700 AT_CLEANUP
701
702 dnl Our primary goal here is to verify that OpenFlow 1.5-specific changes,
703 dnl so the list of tests is short.
704 AT_SETUP([OpenFlow 1.5 action translation])
705 AT_KEYWORDS([ofp-actions OF1.5])
706 AT_DATA([test-data], [dnl
707 # actions=LOCAL
708 0000 0010 fffffffe 04d2 000000000000
709
710 # actions=move:NXM_OF_IN_PORT[]->NXM_OF_VLAN_TCI[]
711 001c 0018 0010 0000 0000 0000 00000002 00000802 00000000
712
713 # actions=set_field:00:00:00:00:12:34/00:00:00:00:ff:ff->eth_src
714 0019 0018 8000090c 000000001234 00000000ffff 00000000
715
716 ])
717 sed '/^[[#&]]/d' < test-data > input.txt
718 sed -n 's/^# //p; /^$/p' < test-data > expout
719 sed -n 's/^& //p' < test-data > experr
720 AT_CAPTURE_FILE([input.txt])
721 AT_CAPTURE_FILE([expout])
722 AT_CAPTURE_FILE([experr])
723 AT_CHECK(
724 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-actions OpenFlow15 < input.txt],
725 [0], [expout], [experr])
726 AT_CLEANUP
727
728 AT_SETUP([ofp-actions - inconsistent MPLS actions])
729 OVS_VSWITCHD_START
730 dnl OK: Use fin_timeout action on TCP flow
731 AT_CHECK([ovs-ofctl -O OpenFlow11 -vwarn add-flow br0 'tcp actions=fin_timeout(idle_timeout=1)'])
732 dnl Bad: Use fin_timeout action on TCP flow that has been converted to MPLS
733 AT_CHECK([ovs-ofctl -O OpenFlow11 -vwarn add-flow br0 'tcp actions=push_mpls:0x8847,fin_timeout(idle_timeout=1)'],
734 [1], [], [dnl
735 ovs-ofctl: none of the usable flow formats (OpenFlow10,NXM) is among the allowed flow formats (OpenFlow11)
736 ])
737 OVS_VSWITCHD_STOP
738 AT_CLEANUP
739
740 AT_SETUP([reg_load <-> set_field translation corner case])
741 AT_KEYWORDS([ofp-actions])
742 OVS_VSWITCHD_START
743 dnl In OpenFlow 1.3, set_field always sets all the bits in the field,
744 dnl but when we translate to NXAST_LOAD we need to only set the bits that
745 dnl actually exist (e.g. mpls_label only has 20 bits) otherwise OVS rejects
746 dnl the "load" action as invalid. Check that we do this correctly.
747 AT_CHECK([ovs-ofctl -O OpenFlow13 add-flow br0 mpls,actions=set_field:10-\>mpls_label])
748 AT_CHECK([ovs-ofctl -O OpenFlow10 dump-flows br0 | ofctl_strip], [0], [dnl
749 NXST_FLOW reply:
750 mpls actions=load:0xa->OXM_OF_MPLS_LABEL[[]]
751 ])
752 OVS_VSWITCHD_STOP
753 AT_CLEANUP
754
755 AT_SETUP([enqueue action for OF1.1+])
756 AT_KEYWORDS([ofp-actions])
757 OVS_VSWITCHD_START
758 dnl OpenFlow 1.0 has an "enqueue" action. For OpenFlow 1.1+, we translate
759 dnl it to a series of actions that accomplish the same thing.
760 AT_CHECK([ovs-ofctl -O OpenFlow10 add-flow br0 'actions=enqueue(123,456)'])
761 AT_CHECK([ovs-ofctl -O OpenFlow10 dump-flows br0 | ofctl_strip], [0], [dnl
762 NXST_FLOW reply:
763 actions=enqueue:123:456
764 ])
765 AT_CHECK([ovs-ofctl -O OpenFlow13 dump-flows br0 | ofctl_strip], [0], [dnl
766 OFPST_FLOW reply (OF1.3):
767 reset_counts actions=set_queue:456,output:123,pop_queue
768 ])
769 OVS_VSWITCHD_STOP
770 AT_CLEANUP