1c15ad3152e666cb9e3cc1e0432b719507f9c74a
[sliver-openvswitch.git] / tests / ofp-print.at
1 AT_BANNER([ofp-print])
2
3 AT_SETUP([empty])
4 AT_KEYWORDS([ofp-print])
5 AT_CHECK([ovs-ofctl ofp-print ''], [0], [OpenFlow message is empty
6 ])
7 AT_CLEANUP
8
9 AT_SETUP([too short])
10 AT_KEYWORDS([ofp-print])
11 AT_CHECK([ovs-ofctl ofp-print aabb], [0], [dnl
12 OpenFlow packet too short (only 2 bytes):
13 00000000  aa bb                                           |..              |
14 ])
15 AT_CLEANUP
16
17 AT_SETUP([wrong OpenFlow version])
18 AT_KEYWORDS([ofp-print])
19 AT_CHECK([ovs-ofctl '-vPATTERN:console:%c|%p|%m' ofp-print 00bb0008eeff0011],
20   [0], [dnl
21 ***decode error: OFPBRC_BAD_TYPE***
22 00000000  00 bb 00 08 ee ff 00 11-                        |........        |
23 ], [ofp_msgs|WARN|unknown OpenFlow message (version 0, type 187)
24 ])
25 AT_CLEANUP
26
27 AT_SETUP([truncated message])
28 AT_KEYWORDS([ofp-print])
29 AT_CHECK([ovs-ofctl ofp-print 0110ccddeeff0011], [0], [dnl
30 (***truncated to 8 bytes from 52445***)
31 00000000  01 10 cc dd ee ff 00 11-                        |........        |
32 ])
33 AT_CLEANUP
34
35 AT_SETUP([message only uses part of buffer])
36 AT_KEYWORDS([ofp-print])
37 AT_CHECK([ovs-ofctl ofp-print 01100009eeff00112233], [0], [dnl
38 (***only uses 9 bytes out of 10***)
39 00000000  01 10 00 09 ee ff 00 11-22 33                   |........"3      |
40 ])
41 # "
42 AT_CLEANUP
43
44 AT_SETUP([OFPT_HELLO - ordinary])
45 AT_KEYWORDS([ofp-print])
46 AT_CHECK([ovs-ofctl ofp-print 0100000800000000], [0], [dnl
47 OFPT_HELLO (xid=0x0):
48 ])
49 AT_CLEANUP
50
51 AT_SETUP([OFPT_HELLO with extra data])
52 AT_KEYWORDS([ofp-print])
53 AT_CHECK([ovs-ofctl ofp-print 0100001300000000657874726120646174610a], [0],
54 [dnl
55 OFPT_HELLO (xid=0x0):
56 00000000  65 78 74 72 61 20 64 61-74 61 0a                |extra data.     |
57 ])
58 AT_CLEANUP
59
60 dnl OFPT_ERROR tests are in ofp-errors.at.
61
62 AT_SETUP([OFPT_ECHO_REQUEST, empty payload])
63 AT_KEYWORDS([ofp-print])
64 AT_CHECK([ovs-ofctl ofp-print '01 02 00 08 00 00 00 01'], [0], [dnl
65 OFPT_ECHO_REQUEST (xid=0x1): 0 bytes of payload
66 ])
67 AT_CLEANUP
68
69 AT_SETUP([OFPT_ECHO_REQUEST, 5-byte payload])
70 AT_KEYWORDS([ofp-print])
71 AT_CHECK([ovs-ofctl ofp-print '0102000d00000001 25 53 54 1a 9d'], [0], [dnl
72 OFPT_ECHO_REQUEST (xid=0x1): 5 bytes of payload
73 00000000  25 53 54 1a 9d                                  |%ST..           |
74 ])
75 AT_CLEANUP
76
77 AT_SETUP([OFPT_ECHO_REPLY, empty payload])
78 AT_KEYWORDS([ofp-print])
79 AT_CHECK([ovs-ofctl ofp-print '01 03 00 08 00 00 00 01'], [0], [dnl
80 OFPT_ECHO_REPLY (xid=0x1): 0 bytes of payload
81 ])
82 AT_CLEANUP
83
84 AT_SETUP([OFPT_ECHO_REPLY, 5-byte payload])
85 AT_KEYWORDS([ofp-print])
86 AT_CHECK([ovs-ofctl ofp-print '0103000d0000000ba330efaf9e'], [0], [dnl
87 OFPT_ECHO_REPLY (xid=0xb): 5 bytes of payload
88 00000000  a3 30 ef af 9e                                  |.0...           |
89 ])
90 AT_CLEANUP
91
92 AT_SETUP([OFPT_FEATURES_REQUEST])
93 AT_KEYWORDS([ofp-print])
94 AT_CHECK([ovs-ofctl ofp-print '0105000800000001'], [0], [dnl
95 OFPT_FEATURES_REQUEST (xid=0x1):
96 ])
97 AT_CLEANUP
98
99 AT_SETUP([OFPT_FEATURES_REPLY - OF1.0])
100 AT_KEYWORDS([ofp-print])
101 AT_CHECK([ovs-ofctl ofp-print "\
102 01 06 00 e0 00 00 00 01 00 00 50 54 00 00 00 01 \
103 00 00 01 00 02 00 00 00 00 00 00 87 00 00 0f ff \
104 ff fe 50 54 00 00 00 01 62 72 30 00 00 00 00 00 \
105 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 01 \
106 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
107 00 03 50 54 00 00 00 01 65 74 68 30 00 00 00 00 \
108 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
109 00 00 02 08 00 00 02 8f 00 00 02 8f 00 00 00 00 \
110 00 02 50 54 00 00 00 03 65 74 68 32 00 00 00 00 \
111 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
112 00 00 02 08 00 00 02 8f 00 00 02 8f 00 00 00 00 \
113 00 01 50 54 00 00 00 02 65 74 68 31 00 00 00 00 \
114 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
115 00 00 02 08 00 00 02 8f 00 00 02 8f 00 00 00 00 \
116 "], [0], [dnl
117 OFPT_FEATURES_REPLY (xid=0x1): dpid:0000505400000001
118 n_tables:2, n_buffers:256
119 capabilities: FLOW_STATS TABLE_STATS PORT_STATS ARP_MATCH_IP
120 actions: OUTPUT SET_VLAN_VID SET_VLAN_PCP STRIP_VLAN SET_DL_SRC SET_DL_DST SET_NW_SRC SET_NW_DST SET_NW_TOS SET_TP_SRC SET_TP_DST ENQUEUE
121  1(eth1): addr:50:54:00:00:00:02
122      config:     0
123      state:      0
124      current:    100MB-FD AUTO_NEG
125      advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
126      supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
127      speed: 100 Mbps now, 100 Mbps max
128  2(eth2): addr:50:54:00:00:00:03
129      config:     0
130      state:      0
131      current:    100MB-FD AUTO_NEG
132      advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
133      supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
134      speed: 100 Mbps now, 100 Mbps max
135  3(eth0): addr:50:54:00:00:00:01
136      config:     0
137      state:      0
138      current:    100MB-FD AUTO_NEG
139      advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
140      supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
141      speed: 100 Mbps now, 100 Mbps max
142  LOCAL(br0): addr:50:54:00:00:00:01
143      config:     PORT_DOWN
144      state:      LINK_DOWN
145      speed: 100 Mbps now, 100 Mbps max
146 ])
147 AT_CLEANUP
148
149 AT_SETUP([OFPT_FEATURES_REPLY cut off mid-port - OF1.0])
150 AT_KEYWORDS([ofp-print])
151 AT_CHECK([ovs-ofctl ofp-print "\
152 01 06 00 dc 00 00 00 01 00 00 50 54 00 00 00 01 \
153 00 00 01 00 02 00 00 00 00 00 00 87 00 00 0f ff \
154 ff fe 50 54 00 00 00 01 62 72 30 00 00 00 00 00 \
155 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 01 \
156 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
157 00 03 50 54 00 00 00 01 65 74 68 30 00 00 00 00 \
158 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
159 00 00 02 08 00 00 02 8f 00 00 02 8f 00 00 00 00 \
160 00 02 50 54 00 00 00 03 65 74 68 32 00 00 00 00 \
161 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
162 00 00 02 08 00 00 02 8f 00 00 02 8f 00 00 00 00 \
163 00 01 50 54 00 00 00 02 65 74 68 31 00 00 00 00 \
164 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
165 00 00 02 08 00 00 02 8f 00 00 02 8f \
166 "], [0], [dnl
167 ***decode error: OFPBRC_BAD_LEN***
168 00000000  01 06 00 dc 00 00 00 01-00 00 50 54 00 00 00 01 |..........PT....|
169 00000010  00 00 01 00 02 00 00 00-00 00 00 87 00 00 0f ff |................|
170 00000020  ff fe 50 54 00 00 00 01-62 72 30 00 00 00 00 00 |..PT....br0.....|
171 00000030  00 00 00 00 00 00 00 00-00 00 00 01 00 00 00 01 |................|
172 00000040  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 |................|
173 00000050  00 03 50 54 00 00 00 01-65 74 68 30 00 00 00 00 |..PT....eth0....|
174 00000060  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 |................|
175 00000070  00 00 02 08 00 00 02 8f-00 00 02 8f 00 00 00 00 |................|
176 00000080  00 02 50 54 00 00 00 03-65 74 68 32 00 00 00 00 |..PT....eth2....|
177 00000090  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 |................|
178 000000a0  00 00 02 08 00 00 02 8f-00 00 02 8f 00 00 00 00 |................|
179 000000b0  00 01 50 54 00 00 00 02-65 74 68 31 00 00 00 00 |..PT....eth1....|
180 000000c0  00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 |................|
181 000000d0  00 00 02 08 00 00 02 8f-00 00 02 8f             |............    |
182 ], [stderr])
183 AT_CHECK([sed 's/.*|//' stderr], [0], [dnl
184 received OFPT_FEATURES_REPLY with incorrect length 220 (must be exactly 32 bytes or longer by an integer multiple of 48 bytes)
185 ])
186 AT_CLEANUP
187
188 AT_SETUP([OFPT_FEATURES_REPLY - OF1.1])
189 AT_KEYWORDS([ofp-print])
190 AT_CHECK([ovs-ofctl ofp-print "\
191 02 06 00 a0 00 00 00 01 00 00 50 54 00 00 00 01 \
192 00 00 01 00 02 00 00 00 00 00 00 87 00 00 ff ff \
193 ff ff ff fe 00 00 00 00 50 54 00 00 00 01 00 00 \
194 62 72 30 00 00 00 00 00 00 00 00 00 00 00 00 00 \
195 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 00 \
196 00 00 00 00 00 00 00 00 00 01 86 a0 00 01 86 a0 \
197 00 00 00 03 00 00 00 00 50 54 00 00 00 01 00 00 \
198 65 74 68 30 00 00 00 00 00 00 00 00 00 00 00 00 \
199 00 00 00 00 00 00 00 00 00 00 20 08 00 00 28 0f \
200 00 00 28 0f 00 00 00 00 00 01 86 a0 00 01 86 a0 \
201 "], [0], [dnl
202 OFPT_FEATURES_REPLY (OF1.1) (xid=0x1): dpid:0000505400000001
203 n_tables:2, n_buffers:256
204 capabilities: FLOW_STATS TABLE_STATS PORT_STATS ARP_MATCH_IP
205  3(eth0): addr:50:54:00:00:00:01
206      config:     0
207      state:      0
208      current:    100MB-FD AUTO_NEG
209      advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
210      supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
211      speed: 100 Mbps now, 100 Mbps max
212  LOCAL(br0): addr:50:54:00:00:00:01
213      config:     PORT_DOWN
214      state:      LINK_DOWN
215      speed: 100 Mbps now, 100 Mbps max
216 ])
217 AT_CLEANUP
218
219 AT_SETUP([OFPT_FEATURES_REPLY cut off mid-port - OF1.1])
220 AT_KEYWORDS([ofp-print])
221 AT_CHECK([ovs-ofctl ofp-print "\
222 02 06 00 90 00 00 00 01 00 00 50 54 00 00 00 01 \
223 00 00 01 00 02 00 00 00 00 00 00 87 00 00 ff ff \
224 ff ff ff fe 00 00 00 00 50 54 00 00 00 01 00 00 \
225 62 72 30 00 00 00 00 00 00 00 00 00 00 00 00 00 \
226 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 00 \
227 00 00 00 00 00 00 00 00 00 01 86 a0 00 01 86 a0 \
228 00 00 00 03 00 00 00 00 50 54 00 00 00 01 00 00 \
229 65 74 68 30 00 00 00 00 00 00 00 00 00 00 00 00 \
230 00 00 00 00 00 00 00 00 00 00 20 08 00 00 28 0f \
231 "], [0], [dnl
232 ***decode error: OFPBRC_BAD_LEN***
233 00000000  02 06 00 90 00 00 00 01-00 00 50 54 00 00 00 01 |..........PT....|
234 00000010  00 00 01 00 02 00 00 00-00 00 00 87 00 00 ff ff |................|
235 00000020  ff ff ff fe 00 00 00 00-50 54 00 00 00 01 00 00 |........PT......|
236 00000030  62 72 30 00 00 00 00 00-00 00 00 00 00 00 00 00 |br0.............|
237 00000040  00 00 00 01 00 00 00 01-00 00 00 00 00 00 00 00 |................|
238 00000050  00 00 00 00 00 00 00 00-00 01 86 a0 00 01 86 a0 |................|
239 00000060  00 00 00 03 00 00 00 00-50 54 00 00 00 01 00 00 |........PT......|
240 00000070  65 74 68 30 00 00 00 00-00 00 00 00 00 00 00 00 |eth0............|
241 00000080  00 00 00 00 00 00 00 00-00 00 20 08 00 00 28 0f |.......... ...@{:@.|
242 ], [stderr])
243 AT_CHECK([sed 's/.*|//' stderr], [0], [dnl
244 received OFPT_FEATURES_REPLY with incorrect length 144 (must be exactly 32 bytes or longer by an integer multiple of 64 bytes)
245 ])
246 AT_CLEANUP
247
248 AT_SETUP([OFPT_FEATURES_REPLY - OF1.2])
249 AT_KEYWORDS([ofp-print])
250 AT_CHECK([ovs-ofctl ofp-print "\
251 03 06 00 a0 00 00 00 01 00 00 50 54 00 00 00 01 \
252 00 00 01 00 ff 00 00 00 00 00 01 77 00 00 06 ff \
253 ff ff ff fe 00 00 00 00 50 54 00 00 00 01 00 00 \
254 62 72 30 0a 00 00 00 00 00 00 00 00 00 00 00 00 \
255 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 00 \
256 00 00 00 00 00 00 00 00 00 01 86 a0 00 01 86 a0 \
257 00 00 00 03 00 00 00 00 50 54 00 00 00 01 00 00 \
258 65 74 68 30 00 00 00 00 00 00 00 00 00 00 00 00 \
259 00 00 00 00 00 00 00 00 00 00 20 08 00 00 28 0f \
260 00 00 28 0f 00 00 00 00 00 01 86 a0 00 01 86 a0 \
261 "], [0], [dnl
262 OFPT_FEATURES_REPLY (OF1.2) (xid=0x1): dpid:0000505400000001
263 n_tables:255, n_buffers:256
264 capabilities: FLOW_STATS TABLE_STATS PORT_STATS IP_REASM QUEUE_STATS PORT_BLOCKED
265  3(eth0): addr:50:54:00:00:00:01
266      config:     0
267      state:      0
268      current:    100MB-FD AUTO_NEG
269      advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
270      supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
271      speed: 100 Mbps now, 100 Mbps max
272  LOCAL(br0): addr:50:54:00:00:00:01
273      config:     PORT_DOWN
274      state:      LINK_DOWN
275      speed: 100 Mbps now, 100 Mbps max
276 ])
277 AT_CLEANUP
278
279 AT_SETUP([OFPT_FEATURES_REPLY cut off mid-port - OF1.2])
280 AT_KEYWORDS([ofp-print])
281 AT_CHECK([ovs-ofctl ofp-print "\
282 03 06 00 a0 00 00 00 01 00 00 50 54 00 00 00 01 \
283 00 00 01 00 ff 00 00 00 00 00 01 77 00 00 06 ff \
284 ff ff ff fe 00 00 00 00 50 54 00 00 00 01 00 00 \
285 62 72 30 0a 00 00 00 00 00 00 00 00 00 00 00 00 \
286 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 00 \
287 00 00 00 00 00 00 00 00 00 01 86 a0 00 01 86 a0 \
288 00 00 00 03 00 00 00 00 50 54 00 00 00 01 00 00 \
289 65 74 68 30 00 00 00 00 00 00 00 00 00 00 00 00 \
290 00 00 00 00 00 00 00 00 00 00 20 08 00 00 28 0f \
291 "], [0], [dnl
292 OFPT_FEATURES_REPLY (OF1.2) (xid=0x1):
293 (***truncated to 144 bytes from 160***)
294 00000000  03 06 00 a0 00 00 00 01-00 00 50 54 00 00 00 01 |..........PT....|
295 00000010  00 00 01 00 ff 00 00 00-00 00 01 77 00 00 06 ff |...........w....|
296 00000020  ff ff ff fe 00 00 00 00-50 54 00 00 00 01 00 00 |........PT......|
297 00000030  62 72 30 0a 00 00 00 00-00 00 00 00 00 00 00 00 |br0.............|
298 00000040  00 00 00 01 00 00 00 01-00 00 00 00 00 00 00 00 |................|
299 00000050  00 00 00 00 00 00 00 00-00 01 86 a0 00 01 86 a0 |................|
300 00000060  00 00 00 03 00 00 00 00-50 54 00 00 00 01 00 00 |........PT......|
301 00000070  65 74 68 30 00 00 00 00-00 00 00 00 00 00 00 00 |eth0............|
302 00000080  00 00 00 00 00 00 00 00-00 00 20 08 00 00 28 0f |.......... ...@{:@.|
303 ], [stderr])
304 AT_CHECK([sed 's/.*|//' stderr], [0], [dnl
305 ])
306 AT_CLEANUP
307
308 AT_SETUP([OFPT_GET_CONFIG_REQUEST])
309 AT_KEYWORDS([ofp-print])
310 AT_CHECK([ovs-ofctl ofp-print '0107000800000001'], [0], [dnl
311 OFPT_GET_CONFIG_REQUEST (xid=0x1):
312 ])
313 AT_CLEANUP
314
315 AT_SETUP([OFPT_GET_CONFIG_REPLY, most common form])
316 AT_KEYWORDS([ofp-print])
317 AT_CHECK([ovs-ofctl ofp-print '01 08 00 0c 00 00 00 03 00 00 00 00'], [0], [dnl
318 OFPT_GET_CONFIG_REPLY (xid=0x3): frags=normal miss_send_len=0
319 ])
320 AT_CLEANUP
321
322
323 AT_SETUP([OFPT_GET_CONFIG_REPLY, frags and miss_send_len])
324 AT_KEYWORDS([ofp-print])
325 AT_CHECK([ovs-ofctl ofp-print '01 08 00 0c 00 00 00 03 00 02 00 ff'], [0], [dnl
326 OFPT_GET_CONFIG_REPLY (xid=0x3): frags=reassemble miss_send_len=255
327 ])
328 AT_CLEANUP
329
330 AT_SETUP([OFPT_PACKET_IN - OF1.0])
331 AT_KEYWORDS([ofp-print])
332 AT_CHECK([ovs-ofctl ofp-print "\
333 01 0a 00 4e 00 00 00 00 00 00 01 11 00 3c 00 03 \
334 00 00 50 54 00 00 00 06 50 54 00 00 00 05 08 00 \
335 45 00 00 28 bd 12 00 00 40 06 3c 6a c0 a8 00 01 \
336 c0 a8 00 02 27 2f 00 00 78 50 cc 5b 57 af 42 1e \
337 50 00 02 00 26 e8 00 00 00 00 00 00 00 00 \
338 "], [0], [dnl
339 OFPT_PACKET_IN (xid=0x0): total_len=60 in_port=3 (via no_match) data_len=60 buffer=0x00000111
340 priority:0,tunnel:0,metadata:0,in_port:0000,tci(0) mac(50:54:00:00:00:05->50:54:00:00:00:06) type:0800 proto:6 tos:0 ttl:64 ip(192.168.0.1->192.168.0.2) port(10031->0) tcp_csum:26e8
341 ])
342 AT_CLEANUP
343
344 AT_SETUP([OFPT_PACKET_IN - OF1.2])
345 AT_KEYWORDS([ofp-print])
346 AT_CHECK([ovs-ofctl ofp-print "\
347 03 0a 00 4c 00 00 00 00 ff ff ff 00 00 2a 00 00 \
348 00 01 00 0c 80 00 00 04 ff ff ff fe 00 00 00 00 \
349 00 00 ff ff ff ff ff ff 00 23 20 83 c1 5f 80 35 \
350 00 01 08 00 06 04 00 03 00 23 20 83 c1 5f 00 00 \
351 00 00 00 23 20 83 c1 5f 00 00 00 00 \
352 "], [0], [dnl
353 OFPT_PACKET_IN (OF1.2) (xid=0x0): total_len=42 in_port=LOCAL (via no_match) data_len=42 buffer=0xffffff00
354 priority:0,tunnel:0,metadata:0,in_port:0000,tci(0) mac(00:23:20:83:c1:5f->ff:ff:ff:ff:ff:ff) type:8035 proto:0 tos:0 ttl:0 ip(0.0.0.0->0.0.0.0)
355 ])
356 AT_CLEANUP
357
358 AT_SETUP([OFPT_FLOW_REMOVED - OF1.0])
359 AT_KEYWORDS([ofp-print])
360 AT_CHECK([ovs-ofctl ofp-print "\
361 01 0b 00 58 00 00 00 00 00 00 00 00 00 03 50 54 \
362 00 00 00 05 50 54 00 00 00 06 ff ff 00 00 08 06 \
363 00 02 00 00 c0 a8 00 01 c0 a8 00 02 00 00 00 00 \
364 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00 05 \
365 30 e0 35 00 00 05 00 00 00 00 00 00 00 00 00 01 \
366 00 00 00 00 00 00 00 3c \
367 "], [0], [dnl
368 OFPT_FLOW_REMOVED (xid=0x0): priority=65535,arp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,arp_op=2,nw_tos=0,tp_src=0,tp_dst=0 reason=idle duration5.82s idle5 pkts1 bytes60
369 ])
370 AT_CLEANUP
371
372 AT_SETUP([OFPT_FLOW_REMOVED - OF1.2])
373 AT_KEYWORDS([ofp-print])
374 AT_CHECK([ovs-ofctl ofp-print "\
375 03 0b 00 40 00 00 00 00 fe dc ba 98 76 54 32 10 \
376 80 00 01 05 00 00 00 01 00 98 96 80 00 3c 00 78 \
377 00 00 00 00 00 12 d6 87 00 00 00 00 6f 68 ba 66 \
378 00 01 00 0a 80 00 0c 02 10 09 00 00 00 00 00 00"], [0], [dnl
379 OFPT_FLOW_REMOVED (OF1.2) (xid=0x0): dl_vlan=9 reason=hard cookie:0xfedcba9876543210 duration1.01s idle60 hard120 pkts1234567 bytes1869134438
380 ])
381 AT_CLEANUP
382
383 AT_SETUP([OFPT_PORT_STATUS - OF1.0])
384 AT_KEYWORDS([ofp-print])
385 AT_CHECK([ovs-ofctl ofp-print "\
386 01 0c 00 40 00 00 00 00 02 00 00 00 00 00 00 00 \
387 00 03 50 54 00 00 00 01 65 74 68 30 00 00 00 00 \
388 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 01 \
389 00 00 02 08 00 00 02 8f 00 00 02 8f 00 00 00 00 \
390 "], [0], [dnl
391 OFPT_PORT_STATUS (xid=0x0): MOD: 3(eth0): addr:50:54:00:00:00:01
392      config:     PORT_DOWN
393      state:      LINK_DOWN
394      current:    100MB-FD AUTO_NEG
395      advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
396      supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
397      speed: 100 Mbps now, 100 Mbps max
398 ])
399 AT_CLEANUP
400
401 AT_SETUP([OFPT_PORT_STATUS - OF1.1])
402 AT_KEYWORDS([ofp-print])
403 AT_CHECK([ovs-ofctl ofp-print "\
404 02 0c 00 50 00 00 00 00 02 00 00 00 00 00 00 00 \
405 00 00 00 03 00 00 00 00 50 54 00 00 00 01 00 00 \
406 65 74 68 30 00 00 00 00 00 00 00 00 00 00 00 00 \
407 00 00 00 00 00 00 00 00 00 00 20 08 00 00 28 0f \
408 00 00 28 0f 00 00 00 00 00 01 86 a0 00 01 86 a0 \
409 "], [0], [dnl
410 OFPT_PORT_STATUS (OF1.1) (xid=0x0): MOD: 3(eth0): addr:50:54:00:00:00:01
411      config:     0
412      state:      0
413      current:    100MB-FD AUTO_NEG
414      advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
415      supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
416      speed: 100 Mbps now, 100 Mbps max
417 ])
418 AT_CLEANUP
419
420 AT_SETUP([OFPT_PACKET_OUT - OF1.0])
421 AT_KEYWORDS([ofp-print])
422 AT_CHECK([ovs-ofctl ofp-print "\
423 01 0d 00 54 00 00 00 00 00 00 01 14 00 01 00 08 \
424 00 00 00 08 00 03 00 00 50 54 00 00 00 05 50 54 \
425 00 00 00 06 08 00 45 00 00 28 00 00 40 00 40 06 \
426 b9 7c c0 a8 00 02 c0 a8 00 01 00 00 2b 60 00 00 \
427 00 00 6a 4f 2b 58 50 14 00 00 6d 75 00 00 00 00 \
428 00 00 00 00 \
429 "], [0], [dnl
430 OFPT_PACKET_OUT (xid=0x0): in_port=1 actions=output:3 buffer=0x00000114
431 ])
432 AT_CLEANUP
433
434 AT_SETUP([OFPT_PACKET_OUT - OF1.1])
435 AT_KEYWORDS([ofp-print])
436 AT_CHECK([ovs-ofctl ofp-print "\
437 03 0d 00 28 88 58 df c5 ff ff ff 00 ff ff ff fe \
438 00 10 00 00 00 00 00 00 00 00 00 10 ff ff ff fb \
439 05 dc 00 00 00 00 00 00 \
440 "], [0], [dnl
441 OFPT_PACKET_OUT (OF1.2) (xid=0x8858dfc5): in_port=LOCAL actions=FLOOD buffer=0xffffff00
442 ])
443 AT_CLEANUP
444
445 # The flow is formatted with cls_rule_format() for the low-verbosity case.
446 AT_SETUP([OFPT_FLOW_MOD - OF1.0 - low verbosity])
447 AT_KEYWORDS([ofp-print])
448 AT_CHECK([ovs-ofctl '-vPATTERN:console:%c|%p|%m' ofp-print "\
449 01 0e 00 50 00 00 00 00 00 00 00 00 00 01 50 54 \
450 00 00 00 06 50 54 00 00 00 05 ff ff 00 00 08 06 \
451 00 02 00 00 c0 a8 00 02 c0 a8 00 01 00 00 00 00 \
452 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00 00 \
453 00 00 01 0e 00 00 00 00 00 00 00 08 00 03 00 00 \
454 " 2], [0], [dnl
455 OFPT_FLOW_MOD (xid=0x0): ADD priority=65535,arp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,arp_op=2 idle:5 buf:0x10e out_port:0 actions=output:3
456 ], [dnl
457 ofp_util|INFO|normalization changed ofp_match, details:
458 ofp_util|INFO| pre: priority=65535,arp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,arp_op=2,nw_tos=0,tp_src=0,tp_dst=0
459 ofp_util|INFO|post: priority=65535,arp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,arp_op=2
460 ])
461 AT_CLEANUP
462
463 # The flow is formatted with cls_rule_format() for the low-verbosity case.
464 AT_SETUP([OFPT_FLOW_MOD - OF1.2 - low verbosity])
465 AT_KEYWORDS([ofp-print])
466 AT_CHECK([ovs-ofctl '-vPATTERN:console:%c|%p|%m' ofp-print "\
467 03 0e 00 90 00 00 00 02 00 00 00 00 00 00 00 00 \
468 00 00 00 00 00 00 00 00 ff 00 00 00 00 00 ff ff \
469 ff ff ff ff ff ff ff ff ff ff ff ff 00 00 00 00 \
470 00 01 00 42 80 00 00 04 00 00 00 01 80 00 08 06 \
471 50 54 00 00 00 06 80 00 06 06 50 54 00 00 00 05 \
472 80 00 0a 02 08 06 80 00 0c 02 00 00 80 00 2a 02 \
473 00 02 80 00 2c 04 c0 a8 00 02 80 00 2e 04 c0 a8 \
474 00 01 00 00 00 00 00 00 00 04 00 18 00 00 00 00 \
475 00 00 00 10 00 00 00 03 00 00 00 00 00 00 00 00 \
476 " 2], [0], [dnl
477 OFPT_FLOW_MOD (OF1.2) (xid=0x2): ADD table:255 priority=65535,arp,in_port=1,vlan_tci=0x0000/0x1fff,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,arp_op=2 actions=output:3
478 ], [dnl
479 ])
480 AT_CLEANUP
481
482 # The flow is formatted with ofp10_match_to_string() for the
483 # high-verbosity case.
484 AT_SETUP([OFPT_FLOW_MOD - OF1.0 - high verbosity])
485 AT_KEYWORDS([ofp-print])
486 AT_CHECK([ovs-ofctl '-vPATTERN:console:%c|%p|%m' ofp-print "\
487 01 0e 00 50 00 00 00 00 00 00 00 00 00 01 50 54 \
488 00 00 00 06 50 54 00 00 00 05 ff ff 00 00 08 06 \
489 00 02 00 00 c0 a8 00 02 c0 a8 00 01 00 00 00 00 \
490 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00 00 \
491 00 00 01 0e 00 00 00 00 00 00 00 08 00 03 00 00 \
492 " 3], [0], [dnl
493 OFPT_FLOW_MOD (xid=0x0): ADD arp,in_port=1,dl_vlan=65535,dl_vlan_pcp=0,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,arp_op=2,nw_tos=0,tp_src=0,tp_dst=0 idle:5 pri:65535 buf:0x10e out_port:0 actions=output:3
494 ], [dnl
495 ofp_util|INFO|normalization changed ofp_match, details:
496 ofp_util|INFO| pre: priority=65535,arp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,arp_op=2,nw_tos=0,tp_src=0,tp_dst=0
497 ofp_util|INFO|post: priority=65535,arp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,arp_op=2
498 ])
499 AT_CLEANUP
500
501 # The flow is formatted with cls_rule_format() for the low-verbosity case.
502 AT_SETUP([OFPT_FLOW_MOD - OF1.2 - low verbosity])
503 AT_KEYWORDS([ofp-print])
504 AT_CHECK([ovs-ofctl '-vPATTERN:console:%c|%p|%m' ofp-print "\
505 03 0e 00 90 00 00 00 02 00 00 00 00 00 00 00 00 \
506 00 00 00 00 00 00 00 00 ff 00 00 00 00 00 ff ff \
507 ff ff ff ff ff ff ff ff ff ff ff ff 00 00 00 00 \
508 00 01 00 42 80 00 00 04 00 00 00 01 80 00 08 06 \
509 50 54 00 00 00 06 80 00 06 06 50 54 00 00 00 05 \
510 80 00 0a 02 08 06 80 00 0c 02 00 00 80 00 2a 02 \
511 00 02 80 00 2c 04 c0 a8 00 02 80 00 2e 04 c0 a8 \
512 00 01 00 00 00 00 00 00 00 04 00 18 00 00 00 00 \
513 00 00 00 10 00 00 00 03 00 00 00 00 00 00 00 00 \
514 " 2], [0], [dnl
515 OFPT_FLOW_MOD (OF1.2) (xid=0x2): ADD table:255 priority=65535,arp,in_port=1,vlan_tci=0x0000/0x1fff,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,arp_op=2 actions=output:3
516 ], [dnl
517 ])
518 AT_CLEANUP
519
520 AT_SETUP([OFPT_PORT_MOD - OF1.0])
521 AT_KEYWORDS([ofp-print])
522 AT_CHECK([ovs-ofctl ofp-print "\
523 01 0f 00 20 00 00 00 03 00 03 50 54 00 00 00 01 \
524 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 00 \
525 " 3], [0], [dnl
526 OFPT_PORT_MOD (xid=0x3):port: 3: addr:50:54:00:00:00:01
527      config: PORT_DOWN
528      mask:   PORT_DOWN
529      advertise: UNCHANGED
530 ])
531 AT_CLEANUP
532
533 AT_SETUP([OFPT_PORT_MOD - OF1.1])
534 AT_KEYWORDS([ofp-print])
535 AT_CHECK([ovs-ofctl ofp-print "\
536 02 10 00 28 00 00 00 03 00 00 00 03 00 00 00 00 \
537 50 54 00 00 00 01 00 00 00 00 00 01 00 00 00 01 \
538 00 00 00 00 00 00 00 00 \
539 " 3], [0], [dnl
540 OFPT_PORT_MOD (OF1.1) (xid=0x3):port: 3: addr:50:54:00:00:00:01
541      config: PORT_DOWN
542      mask:   PORT_DOWN
543      advertise: UNCHANGED
544 ])
545 AT_CLEANUP
546
547 AT_SETUP([OFPT_PORT_MOD - OF1.2])
548 AT_KEYWORDS([ofp-print])
549 AT_CHECK([ovs-ofctl ofp-print "\
550 03 10 00 28 00 00 00 03 00 00 00 03 00 00 00 00 \
551 50 54 00 00 00 01 00 00 00 00 00 01 00 00 00 01 \
552 00 00 00 00 00 00 00 00 \
553 " 3], [0], [dnl
554 OFPT_PORT_MOD (OF1.2) (xid=0x3):port: 3: addr:50:54:00:00:00:01
555      config: PORT_DOWN
556      mask:   PORT_DOWN
557      advertise: UNCHANGED
558 ])
559 AT_CLEANUP
560
561 AT_SETUP([OFPST_DESC request])
562 AT_KEYWORDS([ofp-print OFPT_STATS_REQUEST])
563 AT_CHECK([ovs-ofctl ofp-print "0110000c0000000100000000"], [0], [dnl
564 OFPST_DESC request (xid=0x1):
565 ])
566 AT_CLEANUP
567
568 AT_SETUP([OFPST_DESC reply])
569 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
570 AT_CHECK([ovs-ofctl ofp-print "\
571 01 11 04 2c 00 00 00 01 00 00 00 00 4e 69 63 69 \
572 72 61 2c 20 49 6e 63 2e 00 00 00 00 00 00 00 00 \
573 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
574 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
575 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
576 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
577 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
578 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
579 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
581 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
582 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
583 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
584 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
585 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
586 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
587 00 00 00 00 00 00 00 00 00 00 00 00 4f 70 65 6e \
588 20 76 53 77 69 74 63 68 00 00 00 00 00 00 00 00 \
589 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
590 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
591 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
592 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
593 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
594 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
595 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
596 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
597 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
598 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
599 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
601 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
602 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
603 00 00 00 00 00 00 00 00 00 00 00 00 31 2e 31 2e \
604 30 70 72 65 32 00 00 00 00 00 00 00 00 00 00 00 \
605 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
606 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
607 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
608 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
609 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
610 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
611 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
612 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
613 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
614 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
615 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
616 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
617 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
618 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
619 00 00 00 00 00 00 00 00 00 00 00 00 4e 6f 6e 65 \
620 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
621 00 00 00 00 00 00 00 00 00 00 00 00 4e 6f 6e 65 \
622 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
623 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
624 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
625 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
626 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
627 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
628 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
629 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
630 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
631 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
632 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
633 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
634 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
635 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
636 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
637 00 00 00 00 00 00 00 00 00 00 00 00 \
638 "], [0], [dnl
639 OFPST_DESC reply (xid=0x1):
640 Manufacturer: Nicira, Inc.
641 Hardware: Open vSwitch
642 Software: 1.1.0pre2
643 Serial Num: None
644 DP Description: None
645 ])
646 AT_CLEANUP
647
648 AT_SETUP([OFPST_FLOW request])
649 AT_KEYWORDS([ofp-print OFPT_STATS_REQUEST])
650 AT_CHECK([ovs-ofctl ofp-print "\
651 01 10 00 38 00 00 00 04 00 01 00 00 00 38 20 ff \
652 ff fe 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
653 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
654 00 00 00 00 ff 00 ff ff \
655 "], [0], [dnl
656 OFPST_FLOW request (xid=0x4): @&t@
657 ])
658 AT_CLEANUP
659
660 AT_SETUP([OFPST_FLOW reply])
661 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
662 AT_CHECK([ovs-ofctl ofp-print "\
663 01 11 01 e4 00 00 00 04 00 01 00 00 00 60 00 00 \
664 00 00 00 00 00 03 50 54 00 00 00 05 50 54 00 00 \
665 00 06 ff ff 00 00 08 06 00 02 00 00 c0 a8 00 01 \
666 c0 a8 00 02 00 00 00 00 00 00 00 04 0b eb c2 00 \
667 ff ff 00 05 00 00 00 00 00 00 00 00 00 00 00 00 \
668 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 \
669 00 00 00 3c 00 00 00 08 00 01 00 00 00 60 00 00 \
670 00 00 00 00 00 01 50 54 00 00 00 06 50 54 00 00 \
671 00 05 ff ff 00 00 08 00 00 01 00 00 c0 a8 00 02 \
672 c0 a8 00 01 00 00 00 00 00 00 00 08 35 a4 e9 00 \
673 ff ff 00 05 00 00 00 00 00 00 00 00 00 00 00 00 \
674 00 00 00 00 00 00 00 00 00 00 00 0d 00 00 00 00 \
675 00 00 04 fa 00 00 00 08 00 03 00 00 00 60 00 00 \
676 00 00 00 00 00 01 50 54 00 00 00 06 50 54 00 00 \
677 00 05 ff ff 00 00 08 06 00 01 00 00 c0 a8 00 02 \
678 c0 a8 00 01 00 00 00 00 00 00 00 04 10 b0 76 00 \
679 ff ff 00 05 00 00 00 00 00 00 00 00 00 00 00 00 \
680 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 \
681 00 00 00 3c 00 00 00 08 00 03 00 00 00 60 00 00 \
682 00 00 00 01 00 03 50 54 00 00 00 05 50 54 00 00 \
683 00 06 ff ff 00 00 08 00 00 01 00 00 c0 a8 00 01 \
684 c0 a8 00 02 00 08 00 00 00 00 00 09 05 b8 d8 00 \
685 80 00 00 05 00 00 00 00 00 00 00 00 00 00 00 00 \
686 00 00 00 00 00 00 00 00 00 00 00 0d 00 00 00 00 \
687 00 00 04 fa 00 00 00 08 00 01 00 00 \
688 00 58 02 00 00 3f ff ff 00 00 00 00 00 00 00 00 \
689 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
690 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
691 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 \
692 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
693 00 00 00 00 00 00 00 00 \
694 "], [0], [dnl
695 OFPST_FLOW reply (xid=0x4):
696  cookie=0x0, duration=4.2s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,arp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,arp_op=2,nw_tos=0,tp_src=0,tp_dst=0 actions=output:1
697  cookie=0x0, duration=8.9s, table=0, n_packets=13, n_bytes=1274, idle_timeout=5, priority=65535,icmp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,nw_tos=0,icmp_type=0,icmp_code=0 actions=output:3
698  cookie=0x0, duration=4.28s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,arp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,arp_op=1,nw_tos=0,icmp_type=0,icmp_code=0 actions=output:3
699  cookie=0x0, duration=9.096s, table=0, n_packets=13, n_bytes=1274, idle_timeout=5, icmp,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,nw_tos=0,icmp_type=8,icmp_code=0 actions=output:1
700  cookie=0x0, duration=0s, table=2, n_packets=0, n_bytes=0, actions=drop
701 ])
702 AT_CLEANUP
703
704 AT_SETUP([OFPST_AGGREGATE request])
705 AT_KEYWORDS([ofp-print OFPT_STATS_REQUEST])
706 AT_CHECK([ovs-ofctl ofp-print "\
707 01 10 00 38 00 00 00 04 00 02 00 00 00 38 20 ff \
708 ff fe 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
709 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
710 00 00 00 00 ff 00 ff ff \
711 "], [0], [dnl
712 OFPST_AGGREGATE request (xid=0x4): @&t@
713 ])
714 AT_CLEANUP
715
716 AT_SETUP([OFPST_AGGREGATE reply])
717 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
718 AT_CHECK([ovs-ofctl ofp-print "\
719 01 11 00 24 00 00 00 04 00 02 00 00 00 00 00 00 \
720 00 00 01 82 00 00 00 00 00 00 93 78 00 00 00 04 \
721 00 00 00 00 \
722 "], [0], [dnl
723 OFPST_AGGREGATE reply (xid=0x4): packet_count=386 byte_count=37752 flow_count=4
724 ])
725 AT_CLEANUP
726
727 AT_SETUP([OFPST_TABLE request])
728 AT_KEYWORDS([ofp-print OFPT_STATS_REQUEST])
729 AT_CHECK([ovs-ofctl ofp-print "0110000c0000000100030000"], [0], [dnl
730 OFPST_TABLE request (xid=0x1):
731 ])
732 AT_CLEANUP
733
734 AT_SETUP([OFPST_TABLE reply])
735 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
736 AT_CHECK([ovs-ofctl ofp-print "\
737 01 11 00 4c 00 00 00 01 00 03 00 00 00 00 00 00 \
738 63 6c 61 73 73 69 66 69 65 72 00 00 00 00 00 00 \
739 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
740 00 3f ff ff 00 10 00 00 00 00 00 0b 00 00 00 00 \
741 00 00 00 00 00 00 00 00 00 00 00 00 \
742 "], [0], [dnl
743 OFPST_TABLE reply (xid=0x1): 1 tables
744   0: classifier: wild=0x3fffff, max=1048576, active=11
745                lookup=0, matched=0
746 ])
747 AT_CLEANUP
748
749 AT_SETUP([OFPST_PORT request])
750 AT_KEYWORDS([ofp-print OFPT_STATS_REQUEST])
751 AT_CHECK([ovs-ofctl ofp-print "\
752 01 10 00 14 00 00 00 01 00 04 00 00 ff ff 00 00 \
753 00 00 00 00 \
754 "], [0], [dnl
755 OFPST_PORT request (xid=0x1): port_no=65535
756 ])
757 AT_CLEANUP
758
759 AT_SETUP([OFPST_PORT reply])
760 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
761 AT_CHECK([ovs-ofctl ofp-print "\
762 01 11 01 ac 00 00 00 01 00 04 00 00 00 03 00 00 \
763 00 00 00 00 00 00 00 00 00 00 4d 20 00 00 00 00 \
764 00 00 14 32 00 00 00 00 00 0f 60 4e 00 00 00 00 \
765 00 05 71 bc 00 00 00 00 00 00 00 00 00 00 00 00 \
766 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
767 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
768 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
769 00 00 00 00 ff fe 00 00 00 00 00 00 00 00 00 00 \
770 00 00 02 ac 00 00 00 00 00 00 01 f5 00 00 00 00 \
771 00 01 0c 8c 00 00 00 00 00 00 db 1c 00 00 00 00 \
772 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
773 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
774 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
775 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 \
776 00 00 00 00 00 00 00 00 00 00 06 be 00 00 00 00 \
777 00 00 05 84 00 00 00 00 00 02 34 b4 00 00 00 00 \
778 00 02 23 d4 00 00 00 00 00 00 00 00 00 00 00 00 \
779 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
780 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
781 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
782 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 \
783 00 00 14 12 00 00 00 00 00 00 14 66 00 00 00 00 \
784 00 04 a2 54 00 00 00 00 00 05 8a 1e 00 00 00 00 \
785 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
786 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
787 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
788 00 00 00 00 00 00 00 00 00 00 00 00 \
789 "], [0], [dnl
790 OFPST_PORT reply (xid=0x1): 4 ports
791   port  3: rx pkts=19744, bytes=1007694, drop=0, errs=0, frame=0, over=0, crc=0
792            tx pkts=5170, bytes=356796, drop=0, errs=0, coll=0
793   port 65534: rx pkts=684, bytes=68748, drop=0, errs=0, frame=0, over=0, crc=0
794            tx pkts=501, bytes=56092, drop=0, errs=0, coll=0
795   port  2: rx pkts=1726, bytes=144564, drop=0, errs=0, frame=0, over=0, crc=0
796            tx pkts=1412, bytes=140244, drop=0, errs=0, coll=0
797   port  1: rx pkts=5138, bytes=303700, drop=0, errs=0, frame=0, over=0, crc=0
798            tx pkts=5222, bytes=363038, drop=0, errs=0, coll=0
799 ])
800 AT_CLEANUP
801
802 AT_SETUP([OFPST_QUEUE request])
803 AT_KEYWORDS([ofp-print OFPT_STATS_REQUEST])
804 AT_CHECK([ovs-ofctl ofp-print "\
805 01 10 00 14 00 00 00 01 00 05 00 00 ff fc 00 00 \
806 ff ff ff ff \
807 "], [0], [dnl
808 OFPST_QUEUE request (xid=0x1):port=ALL queue=ALL
809 ])
810 AT_CLEANUP
811
812 AT_SETUP([OFPST_QUEUE reply])
813 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
814 AT_CHECK([ovs-ofctl ofp-print "\
815 01 11 00 cc 00 00 00 01 00 05 00 00 00 03 00 00 \
816 00 00 00 01 00 00 00 00 00 00 01 2e 00 00 00 00 \
817 00 00 00 01 00 00 00 00 00 00 00 00 00 03 00 00 \
818 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 \
819 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 \
820 00 00 00 01 00 00 00 00 00 00 08 34 00 00 00 00 \
821 00 00 00 14 00 00 00 00 00 00 00 00 00 02 00 00 \
822 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 \
823 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 \
824 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 \
825 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 \
826 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 \
827 00 00 00 00 00 00 00 00 00 00 00 00 \
828 "], [0], [dnl
829 OFPST_QUEUE reply (xid=0x1): 6 queues
830   port 3 queue 1: bytes=302, pkts=1, errors=0
831   port 3 queue 2: bytes=0, pkts=0, errors=0
832   port 2 queue 1: bytes=2100, pkts=20, errors=0
833   port 2 queue 2: bytes=0, pkts=0, errors=0
834   port 1 queue 1: bytes=0, pkts=0, errors=0
835   port 1 queue 2: bytes=0, pkts=0, errors=0
836 ])
837 AT_CLEANUP
838
839 AT_SETUP([OFPST_PORT_DESC request - OF1.0])
840 AT_KEYWORDS([ofp-print OFPT_STATS_REQUEST])
841 AT_CHECK([ovs-ofctl ofp-print "0110000c00000001000d0000"], [0], [dnl
842 OFPST_PORT_DESC request (xid=0x1):
843 ])
844 AT_CLEANUP
845
846 AT_SETUP([OFPST_PORT_DESC reply - OF1.0])
847 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
848 AT_CHECK([ovs-ofctl ofp-print "\
849 01 11 00 3c 00 00 00 00 00 0d 00 00 00 03 50 54 \
850 00 00 00 01 65 74 68 30 00 00 00 00 00 00 00 00 \
851 00 00 00 00 00 00 00 01 00 00 00 01 00 00 02 08 \
852 00 00 02 8f 00 00 02 8f 00 00 00 00 \
853 "], [0], [dnl
854 OFPST_PORT_DESC reply (xid=0x0):
855  3(eth0): addr:50:54:00:00:00:01
856      config:     PORT_DOWN
857      state:      LINK_DOWN
858      current:    100MB-FD AUTO_NEG
859      advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
860      supported:  10MB-HD 10MB-FD 100MB-HD 100MB-FD COPPER AUTO_NEG
861      speed: 100 Mbps now, 100 Mbps max
862 ])
863 AT_CLEANUP
864
865 AT_SETUP([OFPT_BARRIER_REQUEST])
866 AT_KEYWORDS([ofp-print])
867 AT_CHECK([ovs-ofctl ofp-print '01 12 00 08 00 00 00 01'], [0], [dnl
868 OFPT_BARRIER_REQUEST (xid=0x1):
869 ])
870 AT_CLEANUP
871
872 AT_SETUP([OFPT_BARRIER_REPLY])
873 AT_KEYWORDS([ofp-print])
874 AT_CHECK([ovs-ofctl ofp-print '01 13 00 08 00 00 00 01'], [0], [dnl
875 OFPT_BARRIER_REPLY (xid=0x1):
876 ])
877 AT_CLEANUP
878
879 AT_SETUP([NXT_ROLE_REQUEST])
880 AT_KEYWORDS([ofp-print])
881 AT_CHECK([ovs-ofctl ofp-print "\
882 01 04 00 14 00 00 00 02 00 00 23 20 00 00 00 0a \
883 00 00 00 01 \
884 "], [0], [dnl
885 NXT_ROLE_REQUEST (xid=0x2): role=master
886 ])
887 AT_CLEANUP
888
889 AT_SETUP([NXT_ROLE_REPLY])
890 AT_KEYWORDS([ofp-print])
891 AT_CHECK([ovs-ofctl ofp-print "\
892 01 04 00 14 00 00 00 02 00 00 23 20 00 00 00 0b \
893 00 00 00 02 \
894 "], [0], [dnl
895 NXT_ROLE_REPLY (xid=0x2): role=slave
896 ])
897 AT_CLEANUP
898
899 AT_SETUP([NXT_SET_PACKET_IN])
900 AT_KEYWORDS([ofp-print])
901 AT_CHECK([ovs-ofctl ofp-print "\
902 01 04 00 14 00 00 00 02 00 00 23 20 00 00 00 10 \
903 00 00 00 01 \
904 "], [0], [dnl
905 NXT_SET_PACKET_IN_FORMAT (xid=0x2): format=nxm
906 ])
907 AT_CLEANUP
908
909 AT_SETUP([NXT_PACKET_IN])
910 AT_KEYWORDS([ofp-print])
911 AT_CHECK([ovs-ofctl ofp-print "\
912 01 04 00 ba 00 00 00 00 00 00 23 20 00 00 00 11 \
913 ff ff ff ff 00 40 01 07 00 00 00 00 00 00 00 09 \
914 00 4e 00 00 00 00 00 00 00 00 00 02 00 01 00 01 \
915 20 08 00 00 00 00 00 00 00 06 00 01 00 04 00 00 \
916 00 01 00 01 02 04 00 00 00 02 00 01 04 04 00 00 \
917 00 03 00 01 06 04 00 00 00 04 00 01 08 04 00 00 \
918 00 05 80 00 05 10 5a 5a 5a 5a 5a 5a 5a 5a ff ff \
919 00 00 ff ff 00 00 00 00 00 00 82 82 82 82 82 82 \
920 80 81 81 81 81 81 81 00 00 50 08 00 45 00 00 28 \
921 00 00 00 00 00 06 32 05 53 53 53 53 54 54 54 54 \
922 00 55 00 56 00 00 00 00 00 00 00 00 50 00 00 00 \
923 31 6d 00 00 00 00 00 00 00 00 \
924 "], [0], [dnl
925 NXT_PACKET_IN (xid=0x0): table_id=7 cookie=0x9 total_len=64 in_port=1 tun_id=0x6 metadata=0x5a5a00005a5a0000/0xffff0000ffff0000 reg0=0x1 reg1=0x2 reg2=0x3 reg3=0x4 reg4=0x5 (via action) data_len=64 (unbuffered)
926 priority:0,tunnel:0,metadata:0,in_port:0000,tci(vlan:80,pcp:0) mac(80:81:81:81:81:81->82:82:82:82:82:82) type:0800 proto:6 tos:0 ttl:0 ip(83.83.83.83->84.84.84.84) port(85->86) tcp_csum:316d
927 ])
928 AT_CLEANUP
929
930 AT_SETUP([NXT_SET_ASYNC_CONFIG])
931 AT_KEYWORDS([ofp-print])
932 AT_CHECK([ovs-ofctl ofp-print "\
933 01 04 00 28 00 00 00 00 00 00 23 20 00 00 00 13 \
934 00 00 10 05 00 00 10 07 00 00 00 03 00 00 00 07 \
935 00 00 00 00 00 00 00 03 \
936 "], [0], [dnl
937 NXT_SET_ASYNC_CONFIG (xid=0x0):
938  master:
939        PACKET_IN: no_match invalid_ttl 12
940      PORT_STATUS: add delete
941     FLOW_REMOVED: (off)
942
943  slave:
944        PACKET_IN: no_match action invalid_ttl 12
945      PORT_STATUS: add delete modify
946     FLOW_REMOVED: idle hard
947 ])
948 AT_CLEANUP
949
950 AT_SETUP([NXT_SET_CONTROLLER_ID])
951 AT_KEYWORDS([ofp-print])
952 AT_CHECK([ovs-ofctl ofp-print "\
953 01 04 00 18 00 00 00 03 00 00 23 20 00 00 00 14 \
954 00 00 00 00 00 00 00 7b \
955 "], [0], [dnl
956 NXT_SET_CONTROLLER_ID (xid=0x3): id=123
957 ])
958 AT_CLEANUP
959
960 AT_SETUP([NXT_FLOW_MONITOR_CANCEL])
961 AT_KEYWORDS([ofp-print])
962 AT_CHECK([ovs-ofctl ofp-print "\
963 01 04 00 14 00 00 00 03 00 00 23 20 00 00 00 15 \
964 01 02 30 40 \
965 "], [0], [dnl
966 NXT_FLOW_MONITOR_CANCEL (xid=0x3): id=16920640
967 ])
968 AT_CLEANUP
969
970 AT_SETUP([NXT_FLOW_MONITOR_PAUSED])
971 AT_KEYWORDS([ofp-print])
972 AT_CHECK([ovs-ofctl ofp-print "\
973 01 04 00 10 00 00 00 03 00 00 23 20 00 00 00 16 \
974 "], [0], [dnl
975 NXT_FLOW_MONITOR_PAUSED (xid=0x3):
976 ])
977 AT_CLEANUP
978
979 AT_SETUP([NXT_FLOW_MONITOR_RESUMED])
980 AT_KEYWORDS([ofp-print])
981 AT_CHECK([ovs-ofctl ofp-print "\
982 01 04 00 10 00 00 00 03 00 00 23 20 00 00 00 17 \
983 "], [0], [dnl
984 NXT_FLOW_MONITOR_RESUMED (xid=0x3):
985 ])
986 AT_CLEANUP
987
988 AT_SETUP([NXT_SET_FLOW_FORMAT])
989 AT_KEYWORDS([ofp-print])
990 AT_CHECK([ovs-ofctl ofp-print "\
991 01 04 00 14 00 00 00 02 00 00 23 20 00 00 00 0c \
992 00 00 00 02 \
993 "], [0], [dnl
994 NXT_SET_FLOW_FORMAT (xid=0x2): format=nxm
995 ])
996 AT_CLEANUP
997
998 # The flow is formatted with cls_rule_format() for the low-verbosity case.
999 AT_SETUP([NXT_FLOW_MOD, low verbosity])
1000 AT_KEYWORDS([ofp-print])
1001 AT_CHECK([ovs-ofctl ofp-print "\
1002 01 04 00 60 00 00 00 02 00 00 23 20 00 00 00 0d \
1003 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 \
1004 ff ff ff ff 00 10 00 00 00 14 00 00 00 00 00 00 \
1005 00 01 20 08 00 00 00 00 00 00 01 c8 00 01 00 04 \
1006 00 00 00 7b 00 00 00 00 ff ff 00 18 00 00 23 20 \
1007 00 07 00 1f 00 01 00 04 00 00 00 00 00 00 00 05 \
1008 " 2], [0], [dnl
1009 NXT_FLOW_MOD (xid=0x2): ADD reg0=0x7b,tun_id=0x1c8 out_port:16 actions=load:0x5->NXM_NX_REG0[[]]
1010 ])
1011 AT_CLEANUP
1012
1013 # The flow is formatted with ofp10_match_to_string() for the
1014 # low-verbosity case.
1015 AT_SETUP([NXT_FLOW_MOD, high verbosity])
1016 AT_KEYWORDS([ofp-print])
1017 AT_CHECK([ovs-ofctl ofp-print "\
1018 01 04 00 60 00 00 00 02 00 00 23 20 00 00 00 0d \
1019 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 \
1020 ff ff ff ff 01 00 00 00 00 14 00 00 00 00 00 00 \
1021 00 01 20 08 00 00 00 00 00 00 01 c8 00 01 00 04 \
1022 00 00 00 7b 00 00 00 00 ff ff 00 18 00 00 23 20 \
1023 00 07 00 1f 00 01 00 04 00 00 00 00 00 00 00 05 \
1024 " 3], [0], [dnl
1025 NXT_FLOW_MOD (xid=0x2): ADD NXM_NX_TUN_ID(00000000000001c8), NXM_NX_REG0(0000007b) out_port:256 actions=load:0x5->NXM_NX_REG0[[]]
1026 ])
1027 AT_CLEANUP
1028
1029 AT_SETUP([NXT_FLOW_REMOVED])
1030 AT_KEYWORDS([ofp-print])
1031 AT_CHECK([ovs-ofctl ofp-print "\
1032 01 04 00 78 00 00 00 00 00 00 23 20 00 00 00 0e \
1033 00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00 06 \
1034 01 6e 36 00 00 05 00 3c 00 00 00 00 00 00 00 01 \
1035 00 00 00 00 00 00 00 3c 00 00 00 02 00 03 00 00 \
1036 02 06 50 54 00 00 00 06 00 00 04 06 50 54 00 00 \
1037 00 05 00 00 06 02 08 06 00 00 08 02 00 00 00 00 \
1038 1e 02 00 02 00 00 20 04 c0 a8 00 01 00 00 22 04 \
1039 c0 a8 00 02 00 00 00 00 \
1040 "], [0], [dnl
1041 NXT_FLOW_REMOVED (xid=0x0): priority=65535,arp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,arp_op=2 reason=idle duration6.024s idle5 pkts1 bytes60
1042 ])
1043 AT_CLEANUP
1044
1045 AT_SETUP([NXT_FLOW_MOD_TABLE_ID])
1046 AT_KEYWORDS([ofp-print])
1047 AT_CHECK([ovs-ofctl ofp-print "\
1048 01 04 00 18 01 02 03 04 00 00 23 20 00 00 00 0f \
1049 01 00 00 00 00 00 00 00 \
1050 "], [0], [dnl
1051 NXT_FLOW_MOD_TABLE_ID (xid=0x1020304): enable
1052 ])
1053 AT_CLEANUP
1054
1055 AT_SETUP([NXST_FLOW request])
1056 AT_KEYWORDS([ofp-print OFPT_STATS_REQUEST])
1057 AT_CHECK([ovs-ofctl ofp-print "\
1058 01 10 00 20 00 00 00 04 ff ff 00 00 00 00 23 20 \
1059 00 00 00 00 00 00 00 00 ff ff 00 00 ff 00 00 00 \
1060 "], [0], [dnl
1061 NXST_FLOW request (xid=0x4): @&t@
1062 ])
1063 AT_CLEANUP
1064
1065 AT_SETUP([NXST_FLOW reply])
1066 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
1067 AT_CHECK([ovs-ofctl ofp-print "\
1068 01 11 08 18 00 00 00 04 ff ff 00 00 00 00 23 20 \
1069 00 00 00 00 00 00 00 00 00 88 00 00 00 00 00 01 \
1070 02 dc 6c 00 ff ff 00 05 00 00 00 4c 00 00 00 00 \
1071 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 \
1072 00 00 00 00 00 00 00 3c 00 00 00 02 00 03 00 00 \
1073 02 06 50 54 00 00 00 06 00 00 04 06 50 54 00 00 \
1074 00 05 00 00 06 02 08 00 00 00 08 02 00 00 00 00 \
1075 0a 01 00 00 00 0e 04 c0 a8 00 01 00 00 10 04 c0 \
1076 a8 00 02 00 00 0c 01 06 00 00 12 02 09 e7 00 00 \
1077 14 02 00 00 00 00 00 00 00 00 00 08 00 01 00 00 \
1078 00 88 00 00 00 00 00 03 32 11 62 00 ff ff 00 05 \
1079 00 00 00 4c 00 03 00 00 00 00 00 00 00 00 00 00 \
1080 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 3c \
1081 00 00 00 02 00 03 00 00 02 06 50 54 00 00 00 06 \
1082 00 00 04 06 50 54 00 00 00 05 00 00 06 02 08 00 \
1083 00 00 08 02 00 00 00 00 0a 01 00 00 00 0e 04 c0 \
1084 a8 00 01 00 00 10 04 c0 a8 00 02 00 00 0c 01 06 \
1085 00 00 12 02 09 e4 00 00 14 02 00 00 00 00 00 00 \
1086 00 00 00 08 00 01 00 00 00 88 00 00 00 00 00 02 \
1087 33 f9 aa 00 ff ff 00 05 00 00 00 4c 00 05 00 00 \
1088 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 \
1089 00 00 00 00 00 00 00 3c 00 00 00 02 00 01 00 00 \
1090 02 06 50 54 00 00 00 05 00 00 04 06 50 54 00 00 \
1091 00 06 00 00 06 02 08 00 00 00 08 02 00 00 00 00 \
1092 0a 01 00 00 00 0e 04 c0 a8 00 02 00 00 10 04 c0 \
1093 a8 00 01 00 00 0c 01 06 00 00 12 02 00 00 00 00 \
1094 14 02 09 e5 00 00 00 00 00 00 00 08 00 03 00 00 \
1095 00 88 00 00 00 00 00 04 2d 0f a5 00 ff ff 00 05 \
1096 00 00 00 4c 00 01 00 00 00 00 00 00 00 00 00 00 \
1097 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 3c \
1098 00 00 00 02 00 03 00 00 02 06 50 54 00 00 00 06 \
1099 00 00 04 06 50 54 00 00 00 05 00 00 06 02 08 00 \
1100 00 00 08 02 00 00 00 00 0a 01 00 00 00 0e 04 c0 \
1101 a8 00 01 00 00 10 04 c0 a8 00 02 00 00 0c 01 06 \
1102 00 00 12 02 09 e3 00 00 14 02 00 00 00 00 00 00 \
1103 00 00 00 08 00 01 00 00 00 88 00 00 00 00 00 02 \
1104 34 73 bc 00 ff ff 00 05 00 0a 00 4c 00 03 00 03 \
1105 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 \
1106 00 00 00 00 00 00 00 3c 00 00 00 02 00 03 00 00 \
1107 02 06 50 54 00 00 00 06 00 00 04 06 50 54 00 00 \
1108 00 05 00 00 06 02 08 00 00 00 08 02 00 00 00 00 \
1109 0a 01 00 00 00 0e 04 c0 a8 00 01 00 00 10 04 c0 \
1110 a8 00 02 00 00 0c 01 06 00 00 12 02 09 e5 00 00 \
1111 14 02 00 00 00 00 00 00 00 00 00 08 00 01 00 00 \
1112 00 88 00 00 00 00 00 05 28 0d e8 00 ff ff 00 05 \
1113 00 00 00 4c 00 00 00 00 00 00 00 00 00 00 00 00 \
1114 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 3c \
1115 00 00 00 02 00 03 00 00 02 06 50 54 00 00 00 06 \
1116 00 00 04 06 50 54 00 00 00 05 00 00 06 02 08 00 \
1117 00 00 08 02 00 00 00 00 0a 01 00 00 00 0e 04 c0 \
1118 a8 00 01 00 00 10 04 c0 a8 00 02 00 00 0c 01 06 \
1119 00 00 12 02 09 e2 00 00 14 02 00 00 00 00 00 00 \
1120 00 00 00 08 00 01 00 00 00 88 00 00 00 00 00 01 \
1121 02 62 5a 00 ff ff 00 05 00 00 00 4c 00 00 00 00 \
1122 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 \
1123 00 00 00 00 00 00 00 3c 00 00 00 02 00 01 00 00 \
1124 02 06 50 54 00 00 00 05 00 00 04 06 50 54 00 00 \
1125 00 06 00 00 06 02 08 00 00 00 08 02 00 00 00 00 \
1126 0a 01 00 00 00 0e 04 c0 a8 00 02 00 00 10 04 c0 \
1127 a8 00 01 00 00 0c 01 06 00 00 12 02 00 00 00 00 \
1128 14 02 09 e7 00 00 00 00 00 00 00 08 00 03 00 00 \
1129 00 88 00 00 00 00 00 01 38 be 5e 00 ff ff 00 05 \
1130 00 00 00 4c 00 00 00 00 00 00 00 00 00 00 00 00 \
1131 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 3c \
1132 00 00 00 02 00 01 00 00 02 06 50 54 00 00 00 05 \
1133 00 00 04 06 50 54 00 00 00 06 00 00 06 02 08 00 \
1134 00 00 08 02 00 00 00 00 0a 01 00 00 00 0e 04 c0 \
1135 a8 00 02 00 00 10 04 c0 a8 00 01 00 00 0c 01 06 \
1136 00 00 12 02 00 00 00 00 14 02 09 e6 00 00 00 00 \
1137 00 00 00 08 00 03 00 00 00 88 00 00 00 00 00 04 \
1138 27 d0 df 00 ff ff 00 05 00 00 00 4c 00 00 00 00 \
1139 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 \
1140 00 00 00 00 00 00 00 3c 00 00 00 02 00 01 00 00 \
1141 02 06 50 54 00 00 00 05 00 00 04 06 50 54 00 00 \
1142 00 06 00 00 06 02 08 00 00 00 08 02 00 00 00 00 \
1143 0a 01 00 00 00 0e 04 c0 a8 00 02 00 00 10 04 c0 \
1144 a8 00 01 00 00 0c 01 06 00 00 12 02 00 00 00 00 \
1145 14 02 09 e3 00 00 00 00 00 00 00 08 00 03 00 00 \
1146 00 88 00 00 00 00 00 03 2c d2 9c 00 ff ff 00 05 \
1147 00 00 00 4c 00 00 00 00 00 00 00 00 00 00 00 00 \
1148 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 3c \
1149 00 00 00 02 00 01 00 00 02 06 50 54 00 00 00 05 \
1150 00 00 04 06 50 54 00 00 00 06 00 00 06 02 08 00 \
1151 00 00 08 02 00 00 00 00 0a 01 00 00 00 0e 04 c0 \
1152 a8 00 02 00 00 10 04 c0 a8 00 01 00 00 0c 01 06 \
1153 00 00 12 02 00 00 00 00 14 02 09 e4 00 00 00 00 \
1154 00 00 00 08 00 03 00 00 00 88 00 00 00 00 00 00 \
1155 0a 40 83 00 ff ff 00 05 00 00 00 4c 00 00 00 00 \
1156 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 \
1157 00 00 00 00 00 00 00 3c 00 00 00 02 00 03 00 00 \
1158 02 06 50 54 00 00 00 06 00 00 04 06 50 54 00 00 \
1159 00 05 00 00 06 02 08 00 00 00 08 02 00 00 00 00 \
1160 0a 01 00 00 00 0e 04 c0 a8 00 01 00 00 10 04 c0 \
1161 a8 00 02 00 00 0c 01 06 00 00 12 02 09 e8 00 00 \
1162 14 02 00 00 00 00 00 00 00 00 00 08 00 01 00 00 \
1163 00 88 00 00 00 00 00 05 25 31 7c 00 ff ff 00 05 \
1164 00 00 00 4c 00 00 00 00 00 00 00 00 00 00 00 00 \
1165 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 3c \
1166 00 00 00 02 00 01 00 00 02 06 50 54 00 00 00 05 \
1167 00 00 04 06 50 54 00 00 00 06 00 00 06 02 08 00 \
1168 00 00 08 02 00 00 00 00 0a 01 00 00 00 0e 04 c0 \
1169 a8 00 02 00 00 10 04 c0 a8 00 01 00 00 0c 01 06 \
1170 00 00 12 02 00 00 00 00 14 02 09 e2 00 00 00 00 \
1171 00 00 00 08 00 03 00 00 00 88 00 00 00 00 00 00 \
1172 04 c4 b4 00 ff ff 00 05 00 00 00 4c 00 00 00 00 \
1173 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 \
1174 00 00 00 00 00 00 00 3c 00 00 00 02 00 01 00 00 \
1175 02 06 50 54 00 00 00 05 00 00 04 06 50 54 00 00 \
1176 00 06 00 00 06 02 08 00 00 00 08 02 00 00 00 00 \
1177 0a 01 00 00 00 0e 04 c0 a8 00 02 00 00 10 04 c0 \
1178 a8 00 01 00 00 0c 01 06 00 00 12 02 00 00 00 00 \
1179 14 02 09 e8 00 00 00 00 00 00 00 08 00 03 00 00 \
1180 00 88 00 00 00 00 00 01 39 38 70 00 ff ff 00 05 \
1181 00 00 00 4c 00 00 00 00 00 00 00 00 00 00 00 00 \
1182 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 3c \
1183 00 00 00 02 00 03 00 00 02 06 50 54 00 00 00 06 \
1184 00 00 04 06 50 54 00 00 00 05 00 00 06 02 08 00 \
1185 00 00 08 02 00 00 00 00 0a 01 00 00 00 0e 04 c0 \
1186 a8 00 01 00 00 10 04 c0 a8 00 02 00 00 0c 01 06 \
1187 00 00 12 02 09 e6 00 00 14 02 00 00 00 00 00 00 \
1188 00 00 00 08 00 01 00 00 00 60 00 00 00 00 00 e4 \
1189 2e 7d db 00 80 00 00 00 00 00 00 14 00 00 00 00 \
1190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
1191 00 00 00 00 00 00 00 00 00 01 20 08 00 00 00 00 \
1192 00 00 01 c8 00 01 00 04 00 00 00 7b 00 00 00 00 \
1193 ff ff 00 18 00 00 23 20 00 07 00 1f 00 01 00 04 \
1194 00 00 00 00 00 00 00 05 \
1195 00 30 01 00 00 00 0e 10 00 07 a1 20 80 00 00 00 \
1196 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \
1197 00 00 00 00 00 00 00 64 00 00 00 00 00 00 19 00 \
1198 "], [0],
1199 [[NXST_FLOW reply (xid=0x4):
1200  cookie=0x0, duration=1.048s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,tcp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,nw_tos=0,tp_src=2535,tp_dst=0 actions=output:1
1201  cookie=0x0, duration=3.84s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, idle_age=2, priority=65535,tcp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,nw_tos=0,tp_src=2532,tp_dst=0 actions=output:1
1202  cookie=0x0, duration=2.872s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, idle_age=4, priority=65535,tcp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,nw_tos=0,tp_src=0,tp_dst=2533 actions=output:3
1203  cookie=0x0, duration=4.756s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, idle_age=0, priority=65535,tcp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,nw_tos=0,tp_src=2531,tp_dst=0 actions=output:1
1204  cookie=0x0, duration=2.88s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, hard_timeout=10, idle_age=2, priority=65535,tcp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,nw_tos=0,tp_src=2533,tp_dst=0 actions=output:1
1205  cookie=0x0, duration=5.672s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,tcp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,nw_tos=0,tp_src=2530,tp_dst=0 actions=output:1
1206  cookie=0x0, duration=1.04s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,tcp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,nw_tos=0,tp_src=0,tp_dst=2535 actions=output:3
1207  cookie=0x0, duration=1.952s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,tcp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,nw_tos=0,tp_src=0,tp_dst=2534 actions=output:3
1208  cookie=0x0, duration=4.668s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,tcp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,nw_tos=0,tp_src=0,tp_dst=2531 actions=output:3
1209  cookie=0x0, duration=3.752s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,tcp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,nw_tos=0,tp_src=0,tp_dst=2532 actions=output:3
1210  cookie=0x0, duration=0.172s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,tcp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,nw_tos=0,tp_src=2536,tp_dst=0 actions=output:1
1211  cookie=0x0, duration=5.624s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,tcp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,nw_tos=0,tp_src=0,tp_dst=2530 actions=output:3
1212  cookie=0x0, duration=0.08s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,tcp,in_port=1,vlan_tci=0x0000,dl_src=50:54:00:00:00:06,dl_dst=50:54:00:00:00:05,nw_src=192.168.0.2,nw_dst=192.168.0.1,nw_tos=0,tp_src=0,tp_dst=2536 actions=output:3
1213  cookie=0x0, duration=1.96s, table=0, n_packets=1, n_bytes=60, idle_timeout=5, priority=65535,tcp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,nw_src=192.168.0.1,nw_dst=192.168.0.2,nw_tos=0,tp_src=2534,tp_dst=0 actions=output:1
1214  cookie=0x0, duration=228.78s, table=0, n_packets=0, n_bytes=0, reg0=0x7b,tun_id=0x1c8 actions=load:0x5->NXM_NX_REG0[]
1215  cookie=0x0, duration=3600.0005s, table=1, n_packets=100, n_bytes=6400, actions=drop
1216 ]])
1217 AT_CLEANUP
1218
1219 AT_SETUP([NXST_AGGREGATE request])
1220 AT_KEYWORDS([ofp-print OFPT_STATS_REQUEST])
1221 AT_CHECK([ovs-ofctl ofp-print "\
1222 01 10 00 20 00 00 00 04 ff ff 00 00 00 00 23 20 \
1223 00 00 00 01 00 00 00 00 ff ff 00 00 ff 00 00 00 \
1224 "], [0], [dnl
1225 NXST_AGGREGATE request (xid=0x4): @&t@
1226 ])
1227 AT_CLEANUP
1228
1229 AT_SETUP([NXST_AGGREGATE reply])
1230 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
1231 AT_CHECK([ovs-ofctl ofp-print "\
1232 01 11 00 30 00 00 00 04 ff ff 00 00 00 00 23 20 \
1233 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 07 \
1234 00 00 00 00 00 00 01 a4 00 00 00 07 00 00 00 00 \
1235 "], [0], [dnl
1236 NXST_AGGREGATE reply (xid=0x4): packet_count=7 byte_count=420 flow_count=7
1237 ])
1238 AT_CLEANUP
1239
1240 AT_SETUP([NXST_FLOW_MONITOR request])
1241 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
1242 AT_CHECK([ovs-ofctl ofp-print "\
1243 01 10 00 40 00 00 00 04 ff ff 00 00 00 00 23 20 00 00 00 02 00 00 00 00 \
1244 00 00 40 00 00 3f ff fe 00 00 01 00 00 00 00 00 \
1245 00 00 20 00 00 04 ff ff 00 06 02 00 00 00 00 00 00 00 00 02 00 01 00 00 \
1246 "], [0], [dnl
1247 NXST_FLOW_MONITOR request (xid=0x4):
1248  id=16384 flags=initial,add,delete,modify,actions,own out_port=LOCAL table=1
1249  id=8192 flags=delete table=2 in_port=1
1250 ])
1251 AT_CLEANUP
1252
1253 AT_SETUP([NXST_FLOW_MONITOR reply])
1254 AT_KEYWORDS([ofp-print OFPT_STATS_REPLY])
1255 AT_CHECK([ovs-ofctl ofp-print "\
1256 01 11 00 40 00 00 00 04 ff ff 00 00 00 00 23 20 00 00 00 02 00 00 00 00 \
1257 00 20 00 01 00 04 80 00 00 05 00 10 00 06 01 00 12 34 56 78 9a bc de f0 \
1258 00 00 00 02 00 01 00 00 \
1259 00 08 00 03 00 01 86 a0 \
1260 "], [0], [dnl
1261 NXST_FLOW_MONITOR reply (xid=0x4):
1262  event=DELETED reason=eviction table=1 idle_timeout=5 hard_timeout=16 cookie=0x123456789abcdef0 in_port=1
1263  event=ABBREV xid=0x186a0
1264 ])
1265 AT_CLEANUP