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