1
0
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:
Piotr Resztak
2026-01-20 09:31:23 +01:00
parent a0e9f28be7
commit 3a3f5201d3
2 changed files with 5 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.