mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: openapi: Fix "fds" field name for NetConfig
We've been currently using "fd" as the field name, but it should be
called "fds" since 6664e5a6e7 introduced
the name change on the structure field.
Fixes: #3560
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
5e1e523a90
commit
fb1755d85d
@@ -771,7 +771,7 @@ components:
|
||||
default: "Client"
|
||||
id:
|
||||
type: string
|
||||
fd:
|
||||
fds:
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
|
||||
Reference in New Issue
Block a user