1 AT_BANNER([OpenFlow actions])
3 AT_SETUP([OpenFlow 1.0 action translation])
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=multipath(eth_src,50,modulo_n,1,0,NXM_NX_REG0[])
73 ffff 0020 00002320 000a 0000 0032 0000 0000 0000 0000 0000 0000 001f 00010004
75 # actions=autopath(2,NXM_NX_REG0[2..30])
76 ffff 0018 00002320 000b 009c 00010004 00000002 00000000
78 # actions=bundle(eth_src,0,hrw,ofport,slaves:4,8)
79 ffff 0028 00002320 000c 0001 0000 0000 00000002 0002 0000 00000000 00000000 dnl
82 # actions=bundle_load(eth_src,0,hrw,ofport,NXM_NX_REG0[],slaves:4,8)
83 ffff 0028 00002320 000d 0001 0000 0000 00000002 0002 001f 00010004 00000000 dnl
86 # actions=resubmit(10,5)
87 ffff 0010 00002320 000e 000a 05 000000
89 # actions=output:NXM_NX_REG1[5..10]
90 ffff 0018 00002320 000f 0145 00010204 ffff 000000000000
92 # 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[])
93 ffff 0048 00002320 0010 000a 0014 0050 123456789abcdef0 0000 02 00 0002 0004 dnl
94 000c 00000802 0000 00000802 0000 dnl
95 0030 00000406 0000 00000206 0000 dnl
96 1010 00000002 0000 dnl
100 ffff 0010 00002320 0011 000000000000
103 ffff 0010 00002320 0012 000000000000
105 # actions=fin_timeout(idle_timeout=10,hard_timeout=20)
106 ffff 0010 00002320 0013 000a 0014 0000
108 # actions=controller(reason=invalid_ttl,max_len=1234,id=5678)
109 ffff 0010 00002320 0014 04d2 162e 02 00
111 # actions=dec_ttl(32768,12345,90,765,1024)
112 ffff 0020 00002320 0015 000500000000 80003039005A02fd 0400000000000000
115 sed '/^[[#&]]/d' < test-data > input.txt
116 sed -n 's/^# //p; /^$/p' < test-data > expout
117 sed -n 's/^& //p' < test-data > experr
118 AT_CAPTURE_FILE([input.txt])
119 AT_CAPTURE_FILE([expout])
120 AT_CAPTURE_FILE([experr])
122 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-ofp10-actions < input.txt],
123 [0], [expout], [experr])
126 AT_SETUP([OpenFlow 1.1 action translation])
128 AT_DATA([test-data], [dnl
130 0000 0010 fffffffe 04d2 000000000000
132 # actions=CONTROLLER:1234
133 0000 0010 fffffffd 04d2 000000000000
135 # actions=mod_vlan_vid:9
138 # actions=mod_vlan_pcp:6
141 # actions=mod_dl_src:00:11:22:33:44:55
142 0003 0010 001122334455 000000000000
144 # actions=mod_dl_dst:10:20:30:40:50:60
145 0004 0010 102030405060 000000000000
147 # actions=mod_nw_src:1.2.3.4
150 # actions=mod_nw_dst:192.168.0.1
153 # actions=mod_nw_tos:48
156 # actions=mod_tp_src:80
159 # actions=mod_tp_dst:443
163 ffff 0010 00002320 0001 0005 00000000
165 # actions=set_tunnel:0x12345678
166 ffff 0010 00002320 0002 0000 12345678
168 # actions=set_queue:2309737729
169 ffff 0010 00002320 0004 0000 89abcd01
172 ffff 0010 00002320 0005 000000000000
174 # actions=move:NXM_OF_IN_PORT[]->NXM_OF_VLAN_TCI[]
175 ffff 0018 00002320 0006 0010 0000 0000 00000002 00000802
177 # actions=load:0xf009->NXM_OF_VLAN_TCI[]
178 ffff 0018 00002320 0007 000f 00000802 000000000000f009
180 # actions=note:11.e9.9a.ad.67.f3
181 ffff 0010 00002320 0008 11e99aad67f3
183 # actions=set_tunnel64:0xc426384d49c53d60
184 ffff 0018 00002320 0009 000000000000 c426384d49c53d60
186 # actions=set_tunnel64:0x885f3298
187 ffff 0018 00002320 0009 000000000000 00000000885f3298
189 # actions=multipath(eth_src,50,modulo_n,1,0,NXM_NX_REG0[])
190 ffff 0020 00002320 000a 0000 0032 0000 0000 0000 0000 0000 0000 001f 00010004
192 # actions=autopath(2,NXM_NX_REG0[2..30])
193 ffff 0018 00002320 000b 009c 00010004 00000002 00000000
195 # actions=bundle(eth_src,0,hrw,ofport,slaves:4,8)
196 ffff 0028 00002320 000c 0001 0000 0000 00000002 0002 0000 00000000 00000000 dnl
199 # actions=bundle_load(eth_src,0,hrw,ofport,NXM_NX_REG0[],slaves:4,8)
200 ffff 0028 00002320 000d 0001 0000 0000 00000002 0002 001f 00010004 00000000 dnl
203 # actions=resubmit(10,5)
204 ffff 0010 00002320 000e 000a 05 000000
206 # actions=output:NXM_NX_REG1[5..10]
207 ffff 0018 00002320 000f 0145 00010204 ffff 000000000000
209 # 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[])
210 ffff 0048 00002320 0010 000a 0014 0050 123456789abcdef0 0000 02 00 0002 0004 dnl
211 000c 00000802 0000 00000802 0000 dnl
212 0030 00000406 0000 00000206 0000 dnl
213 1010 00000002 0000 dnl
217 ffff 0010 00002320 0011 000000000000
220 ffff 0010 00002320 0012 000000000000
222 # actions=fin_timeout(idle_timeout=10,hard_timeout=20)
223 ffff 0010 00002320 0013 000a 0014 0000
225 # actions=controller(reason=invalid_ttl,max_len=1234,id=5678)
226 ffff 0010 00002320 0014 04d2 162e 02 00
228 # actions=dec_ttl(32768,12345,90,765,1024)
229 ffff 0020 00002320 0015 000500000000 80003039005A02fd 0400000000000000
232 sed '/^[[#&]]/d' < test-data > input.txt
233 sed -n 's/^# //p; /^$/p' < test-data > expout
234 sed -n 's/^& //p' < test-data > experr
235 AT_CAPTURE_FILE([input.txt])
236 AT_CAPTURE_FILE([expout])
237 AT_CAPTURE_FILE([experr])
239 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-ofp11-actions < input.txt],
240 [0], [expout], [experr])
243 AT_SETUP([OpenFlow 1.1 instruction translation])
245 AT_DATA([test-data], [dnl
247 0004 0018 00000000 dnl
248 0000 0010 fffffffe 04d2 000000000000
250 dnl Check that an empty Apply-Actions instruction gets dropped.
262 # bad OF1.1 instructions: NXBIC_DUP_TYPE
263 0004 0008 00000000 0004 0008 00000000
265 dnl Instructions not multiple of 8 in length.
266 & ofp_actions|WARN|OpenFlow message instructions length 9 is not a multiple of 8
267 # bad OF1.1 instructions: OFPBIC_BAD_LEN
268 0004 0009 01 00000000
270 dnl Goto-Table instruction too long.
271 # bad OF1.1 instructions: OFPBIC_BAD_LEN
272 0001 0010 01 000000 0000000000000000
274 dnl Goto-Table not supported yet.
275 # bad OF1.1 instructions: OFPBIC_UNSUP_INST
278 dnl Write-Metadata not supported yet.
279 # bad OF1.1 instructions: OFPBIC_UNSUP_INST
280 0002 0018 00000000 fedcba9876543210 ffffffffffffffff
282 dnl Write-Metadata too short.
283 # bad OF1.1 instructions: OFPBIC_BAD_LEN
284 0002 0010 00000000 fedcba9876543210
286 dnl Write-Metadata too long.
287 # bad OF1.1 instructions: OFPBIC_BAD_LEN
288 0002 0020 00000000 fedcba9876543210 ffffffffffffffff 0000000000000000
290 dnl Write-Actions not supported yet.
291 # bad OF1.1 instructions: OFPBIC_UNSUP_INST
294 dnl Clear-Actions not supported yet.
295 # bad OF1.1 instructions: OFPBIC_UNSUP_INST
298 dnl Experimenter actions not supported yet.
299 # bad OF1.1 instructions: OFPBIC_BAD_EXPERIMENTER
302 dnl Bad instruction number (0 not assigned).
303 # bad OF1.1 instructions: OFPBIC_UNKNOWN_INST
307 sed '/^[[#&]]/d' < test-data > input.txt
308 sed -n 's/^# //p; /^$/p' < test-data > expout
309 sed -n 's/^& //p' < test-data > experr
310 AT_CAPTURE_FILE([input.txt])
311 AT_CAPTURE_FILE([expout])
312 AT_CAPTURE_FILE([experr])
314 [ovs-ofctl '-vPATTERN:console:%c|%p|%m' parse-ofp11-instructions < input.txt],
315 [0], [expout], [experr])