mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-04 19:11:11 +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:
parent
5e1e523a90
commit
fb1755d85d
@ -771,7 +771,7 @@ components:
|
||||
default: "Client"
|
||||
id:
|
||||
type: string
|
||||
fd:
|
||||
fds:
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
|
Loading…
Reference in New Issue
Block a user