1 AT_BANNER([OpenFlow actions])
3 AT_SETUP([OpenFlow 1.0 action translation])
4 AT_KEYWORDS([ofp-actions OF1.0])
5 AT_DATA([test-data], [dnl
9 # actions=CONTROLLER:1234
12 # actions=mod_vlan_vid:9
15 # actions=mod_vlan_pcp:6
21 # actions=mod_dl_src:00:11:22:33:44:55
22 0004 0010 001122334455 000000000000
24 # actions=mod_dl_dst:10:20:30:40:50:60
25 0005 0010 102030405060 000000000000
27 # actions=mod_nw_src:1.2.3.4
30 # actions=mod_nw_dst:192.168.0.1
33 # actions=mod_nw_tos:48
36 # actions=mod_tp_src:80
39 # actions=mod_tp_dst:443
42 # actions=enqueue:10q55
43 000b 0010 000a 000000000000 00000037
46 ffff 0010 00002320 0001 0005 00000000
48 # actions=set_tunnel:0x12345678
49 ffff 0010 00002320 0002 0000 12345678
51 # actions=set_queue:2309737729
52 ffff 0010 00002320 0004 0000 89abcd01
55 ffff 0010 00002320 0005 000000000000
57 # actions=move:NXM_OF_IN_PORT[]->NXM_OF_VLAN_TCI[]
58 ffff 0018 00002320 0006 0010 0000 0000 00000002 00000802
60 # actions=load:0xf009->NXM_OF_VLAN_TCI[]
61 ffff 0018 00002320 0007 000f 00000802 000000000000f009
63 # actions=note:11.e9.9a.ad.67.f3
64 ffff 0010 00002320 0008 11e99aad67f3
66 # actions=set_tunnel64:0xc426384d49c53d60
67 ffff 0018 00002320 0009 000000000000 c426384d49c53d60
69 # actions=set_tunnel64:0x885f3298
70 ffff 0018 00002320 0009 000000000000 00000000885f3298
72 # actions=write_metadata:0xfedcba9876543210
73 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffffffffffffffff
75 # actions=write_metadata:0xfedcba9876543210/0xffff0000ffff0000
76 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffff0000ffff0000
78 # actions=multipath(eth_src,50,modulo_n,1,0,NXM_NX_REG0[])
79 ffff 0020 00002320 000a 0000 0032 0000 0000 0000 0000 0000 0000 001f 00010004
81 # actions=autopath(2,NXM_NX_REG0[2..30])
82 & autopath|WARN|The autopath action is deprecated and may be removed in February 2013. Please email dev@openvswitch.org with concerns.
83 ffff 0018 00002320 000b 009c 00010004 00000002 00000000
85 # actions=bundle(eth_src,0,hrw,ofport,slaves:4,8)
86 ffff 0028 00002320 000c 0001 0000 0000 00000002 0002 0000 00000000 00000000 dnl
89 # actions=bundle_load(eth_src,0,hrw,ofport,NXM_NX_REG0[],slaves:4,8)
90 ffff 0028 00002320 000d 0001 0000 0000 00000002 0002 001f 00010004 00000000 dnl
93 # actions=resubmit(10,5)
94 ffff 0010 00002320 000e 000a 05 000000
96 # actions=output:NXM_NX_REG1[5..10]
97 ffff 0018 00002320 000f 0145 00010204 ffff 000000000000
99 # 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[])
100 ffff 0048 00002320 0010 000a 0014 0050 123456789abcdef0 0000 02 00 0002 0004 dnl
101 000c 00000802 0000 00000802 0000 dnl
102 0030 00000406 0000 00000206 0000 dnl
103 1010 00000002 0000 dnl
107 ffff 0010 00002320 0011 000000000000
110 ffff 0010 00002320 0012 000000000000
112 # actions=fin_timeout(idle_timeout=10,hard_timeout=20)
113 ffff 0010 00002320 0013 000a 0014 0000
115 # actions=controller(reason=invalid_ttl,max_len=1234,id=5678)
116 ffff 0010 00002320 0014 04d2 162e 02 00
118 # actions=dec_ttl(32768,12345,90,765,1024)
119 ffff 0020 00002320 0015 000500000000 80003039005A02fd 0400000000000000
122 sed '/^[[#&]]/d' < test-data > input.txt
123 sed -n 's/^# //p; /^$/p' < test-data > expout
124 sed -n 's/^& //p' < test-data > experr
125 AT_CAPTURE_FILE([input.txt])
126 AT_CAPTURE_FILE([expout])
127 AT_CAPTURE_FILE([experr])
129 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-ofp10-actions < input.txt],
130 [0], [expout], [experr])
133 AT_SETUP([OpenFlow 1.1 action translation])
134 AT_KEYWORDS([ofp-actions OF1.1])
135 AT_DATA([test-data], [dnl
137 0000 0010 fffffffe 04d2 000000000000
139 # actions=CONTROLLER:1234
140 0000 0010 fffffffd 04d2 000000000000
142 # actions=mod_vlan_vid:9
145 # actions=mod_vlan_pcp:6
148 # actions=mod_dl_src:00:11:22:33:44:55
149 0003 0010 001122334455 000000000000
151 # actions=mod_dl_dst:10:20:30:40:50:60
152 0004 0010 102030405060 000000000000
154 # actions=mod_nw_src:1.2.3.4
157 # actions=mod_nw_dst:192.168.0.1
160 # actions=mod_nw_tos:48
163 # actions=mod_tp_src:80
166 # actions=mod_tp_dst:443
172 # actions=set_queue:2309737729
175 dnl 802.1ad isn't supported at the moment
176 dnl # actions=push_vlan:0x88a8
177 dnl 0011 0008 88a8 0000
178 # actions=push_vlan:0x8100
182 ffff 0010 00002320 0001 0005 00000000
184 # actions=set_tunnel:0x12345678
185 ffff 0010 00002320 0002 0000 12345678
188 ffff 0010 00002320 0005 000000000000
190 # actions=move:NXM_OF_IN_PORT[]->NXM_OF_VLAN_TCI[]
191 ffff 0018 00002320 0006 0010 0000 0000 00000002 00000802
193 # actions=load:0xf009->NXM_OF_VLAN_TCI[]
194 ffff 0018 00002320 0007 000f 00000802 000000000000f009
196 # actions=note:11.e9.9a.ad.67.f3
197 ffff 0010 00002320 0008 11e99aad67f3
199 # actions=set_tunnel64:0xc426384d49c53d60
200 ffff 0018 00002320 0009 000000000000 c426384d49c53d60
202 # actions=set_tunnel64:0x885f3298
203 ffff 0018 00002320 0009 000000000000 00000000885f3298
205 dnl OpenFlow 1.1 uses OFPIT_WRITE_METADATA to express the NXAST_WRITE_METADATA
206 dnl action instead, so parse-ofp11-actions will recognise and drop this action.
207 # actions=write_metadata:0xfedcba9876543210
240 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffffffffffffffff
242 dnl Write-Metadata duplicated.
243 & ofp_actions|WARN|duplicate write_metadata instruction not allowed, for OpenFlow 1.1+ compatibility
244 # bad OF1.1 actions: OFPBAC_UNSUPPORTED_ORDER
245 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffffffffffffffff ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffffffffffffffff
247 dnl Write-Metadata in wrong position.
248 & ofp_actions|WARN|invalid instruction ordering: apply_actions must appear before write_metadata, for OpenFlow 1.1+ compatibility
249 # bad OF1.1 actions: OFPBAC_UNSUPPORTED_ORDER
250 ffff 0020 00002320 0016 000000000000 fedcba9876543210 ffffffffffffffff ffff 0010 00002320 0002 0000 12345678
252 # actions=multipath(eth_src,50,modulo_n,1,0,NXM_NX_REG0[])
253 ffff 0020 00002320 000a 0000 0032 0000 0000 0000 0000 0000 0000 001f 00010004
255 # actions=autopath(2,NXM_NX_REG0[2..30])
256 & autopath|WARN|The autopath action is deprecated and may be removed in February 2013. Please email dev@openvswitch.org with concerns.
257 ffff 0018 00002320 000b 009c 00010004 00000002 00000000
259 # actions=bundle(eth_src,0,hrw,ofport,slaves:4,8)
260 ffff 0028 00002320 000c 0001 0000 0000 00000002 0002 0000 00000000 00000000 dnl
263 # actions=bundle_load(eth_src,0,hrw,ofport,NXM_NX_REG0[],slaves:4,8)
264 ffff 0028 00002320 000d 0001 0000 0000 00000002 0002 001f 00010004 00000000 dnl
267 # actions=resubmit(10,5)
268 ffff 0010 00002320 000e 000a 05 000000
270 # actions=output:NXM_NX_REG1[5..10]
271 ffff 0018 00002320 000f 0145 00010204 ffff 000000000000
273 # 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[])
274 ffff 0048 00002320 0010 000a 0014 0050 123456789abcdef0 0000 02 00 0002 0004 dnl
275 000c 00000802 0000 00000802 0000 dnl
276 0030 00000406 0000 00000206 0000 dnl
277 1010 00000002 0000 dnl
281 ffff 0010 00002320 0011 000000000000
285 ffff 0010 00002320 0012 000000000000
287 dnl OpenFlow 1.1 OFPAT_DEC_TTL
291 # actions=fin_timeout(idle_timeout=10,hard_timeout=20)
292 ffff 0010 00002320 0013 000a 0014 0000
294 # actions=controller(reason=invalid_ttl,max_len=1234,id=5678)
295 ffff 0010 00002320 0014 04d2 162e 02 00
297 # actions=dec_ttl(32768,12345,90,765,1024)
298 ffff 0020 00002320 0015 000500000000 80003039005A02fd 0400000000000000
301 sed '/^[[#&]]/d' < test-data > input.txt
302 sed -n 's/^# //p; /^$/p' < test-data > expout
303 sed -n 's/^& //p' < test-data > experr
304 AT_CAPTURE_FILE([input.txt])
305 AT_CAPTURE_FILE([expout])
306 AT_CAPTURE_FILE([experr])
308 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-ofp11-actions < input.txt],
309 [0], [expout], [experr])
312 AT_SETUP([OpenFlow 1.1 instruction translation])
313 AT_KEYWORDS([OF1.1 instruction ofp-actions])
314 AT_DATA([test-data], [dnl
316 0004 0018 00000000 dnl
317 0000 0010 fffffffe 04d2 000000000000
319 dnl Apply-Actions non-zero padding
331 dnl Check that an empty Apply-Actions instruction gets dropped.
343 dnl Duplicate instruction type:
344 # bad OF1.1 instructions: OFPBAC_UNSUPPORTED_ORDER
345 0004 0008 00000000 0004 0008 00000000
347 dnl Instructions not multiple of 8 in length.
348 & ofp_actions|WARN|OpenFlow message instructions length 9 is not a multiple of 8
349 # bad OF1.1 instructions: OFPBIC_BAD_LEN
350 0004 0009 01 00000000
352 dnl Goto-Table instruction too long.
353 # bad OF1.1 instructions: OFPBIC_BAD_LEN
354 0001 0010 01 000000 0000000000000000
356 dnl Goto-Table 1 instruction non-zero padding
357 # actions=goto_table:1
362 # actions=goto_table:1
366 # actions=write_metadata:0xfedcba9876543210
367 0002 0018 00000000 fedcba9876543210 ffffffffffffffff
369 dnl Write-Metadata with mask.
370 # actions=write_metadata:0xfedcba9876543210/0xff00ff00ff00ff00
371 0002 0018 00000000 fedcba9876543210 ff00ff00ff00ff00
373 dnl Write-Metadata too short.
374 # bad OF1.1 instructions: OFPBIC_BAD_LEN
375 0002 0010 00000000 fedcba9876543210
377 dnl Write-Metadata too long.
378 # bad OF1.1 instructions: OFPBIC_BAD_LEN
379 0002 0020 00000000 fedcba9876543210 ffffffffffffffff 0000000000000000
381 dnl Write-Metadata duplicated.
382 # bad OF1.1 instructions: OFPBAC_UNSUPPORTED_ORDER
383 0002 0018 00000000 fedcba9876543210 ff00ff00ff00ff00 0002 0018 00000000 fedcba9876543210 ff00ff00ff00ff00
385 dnl Write-Metadata in wrong position (OpenFlow 1.1+ disregards the order
386 dnl and OVS reorders it to the canonical order)
387 # actions=write_metadata:0xfedcba9876543210,goto_table:1
415 0001 0008 01 000000 0002 0018 00000000 fedcba9876543210 ffffffffffffffff
417 dnl Write-Actions not supported yet.
418 # bad OF1.1 instructions: OFPBIC_UNSUP_INST
421 dnl Clear-Actions too-long
422 # bad OF1.1 instructions: OFPBIC_BAD_LEN
423 0005 0010 00000000 0000000000000000
425 dnl Clear-Actions non-zero padding
426 # actions=clear_actions
430 dnl Clear-Actions non-zero padding
431 # actions=clear_actions
436 # actions=clear_actions
439 dnl Experimenter actions not supported yet.
440 # bad OF1.1 instructions: OFPBIC_BAD_EXPERIMENTER
443 dnl Bad instruction number (0 not assigned).
444 # bad OF1.1 instructions: OFPBIC_UNKNOWN_INST
448 sed '/^[[#&]]/d' < test-data > input.txt
449 sed -n 's/^# //p; /^$/p' < test-data > expout
450 sed -n 's/^& //p' < test-data > experr
451 AT_CAPTURE_FILE([input.txt])
452 AT_CAPTURE_FILE([expout])
453 AT_CAPTURE_FILE([experr])
455 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-ofp11-instructions < input.txt],
456 [0], [expout], [experr])