mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
api: Add 'nic_sriov_select_ext' extension
Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
This commit is contained in:
@@ -2966,3 +2966,7 @@ This indicates support by Incus for the custom `incus.allowed_subnets` OIDC clai
|
||||
## `file_delete_force`
|
||||
|
||||
This adds a new `X-Incus-force` HTTP header that when set to `true` allows for recursive deletion of instance or custom volume files.
|
||||
|
||||
## `nic_sriov_select_ext`
|
||||
|
||||
Adds support for selecting an SR-IOV network interface by vendor ID, product ID, or PCI address.
|
||||
|
||||
@@ -514,6 +514,7 @@ var APIExtensions = []string{
|
||||
"storage_lvmcluster_qcow2",
|
||||
"oidc_allowed_subnets",
|
||||
"file_delete_force",
|
||||
"nic_sriov_select_ext",
|
||||
}
|
||||
|
||||
// APIExtensionsCount returns the number of available API extensions.
|
||||
|
||||
Reference in New Issue
Block a user