mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
qmp-commands: move 'query-rocker-of-dpa-groups' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
435fcb2906
commit
9389a4e3ba
2 changed files with 20 additions and 22 deletions
|
@ -311,9 +311,28 @@
|
|||
# @type: #optional group type. If type is not specified, returns
|
||||
# group information for all group types.
|
||||
#
|
||||
# Returns: @Rocker OF-DPA group information
|
||||
# Returns: rocker OF-DPA group information
|
||||
#
|
||||
# Since: 2.4
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "query-rocker-of-dpa-groups",
|
||||
# "arguments": { "name": "sw1" } }
|
||||
# <- { "return": [ {"type": 0, "out-pport": 2,
|
||||
# "pport": 2, "vlan-id": 3841,
|
||||
# "pop-vlan": 1, "id": 251723778},
|
||||
# {"type": 0, "out-pport": 0,
|
||||
# "pport": 0, "vlan-id": 3841,
|
||||
# "pop-vlan": 1, "id": 251723776},
|
||||
# {"type": 0, "out-pport": 1,
|
||||
# "pport": 1, "vlan-id": 3840,
|
||||
# "pop-vlan": 1, "id": 251658241},
|
||||
# {"type": 0, "out-pport": 0,
|
||||
# "pport": 0, "vlan-id": 3840,
|
||||
# "pop-vlan": 1, "id": 251658240}
|
||||
# ]}
|
||||
#
|
||||
##
|
||||
{ 'command': 'query-rocker-of-dpa-groups',
|
||||
'data': { 'name': 'str', '*type': 'uint8' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue