Skip to content

Commit 2f0bcc6

Browse files
author
Markus Armbruster
committed
qapi/rocker: Tidy up query-rocker-of-dpa-flows example
The command can return any number of RockerOfDpaFlow objects. The example shows it returning exactly two, with the second object's members elided. Tweak it so it elides elements after the first instead. Signed-off-by: Markus Armbruster <[email protected]> Message-ID: <[email protected]> Reviewed-by: Eric Blake <[email protected]> [Commit message typo fixed]
1 parent 23d017c commit 2f0bcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qapi/rocker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
# "action": {"goto-tbl": 10},
255255
# "mask": {"in-pport": 4294901760}
256256
# },
257-
# {...},
257+
# ...
258258
# ]}
259259
##
260260
{ 'command': 'query-rocker-of-dpa-flows',

0 commit comments

Comments
 (0)