mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +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 6664e5a6e7dcb43f7b1fed2c5a4057e7aea32a55 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…
x
Reference in New Issue
Block a user