1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

doc: Update config

Signed-off-by: Benjamin Somers <benjamin.somers@imt-atlantique.fr>
This commit is contained in:
Benjamin Somers
2026-01-23 20:57:44 +00:00
parent 1c0455c2ca
commit c829eba4b7
2 changed files with 2 additions and 19 deletions

View File

@@ -899,7 +899,7 @@ With VMs, this option supports mounting file system disk devices and paths withi
```{config:option} connected devices-nic_ovn
:default: "`true`"
:required: "no"
:shortdesc: "Whether the NIC is connected to the host network (container support requires setting `acceleration` to `none`)"
:shortdesc: "Whether the NIC is connected to the host network (requires `acceleration` set to `none`)"
:type: "bool"
```
@@ -1494,14 +1494,6 @@ The custom policy routing table ID to add IPv6 static routes to (in addition to
```
```{config:option} connected devices-nic_sriov
:default: "`true`"
:required: "no"
:shortdesc: "Whether the NIC is connected to the host network (VM only)"
:type: "bool"
```
```{config:option} hwaddr devices-nic_sriov
:default: "randomly assigned"
:managed: "no"

View File

@@ -1009,7 +1009,7 @@
"default": "`true`",
"longdesc": "",
"required": "no",
"shortdesc": "Whether the NIC is connected to the host network (container support requires setting `acceleration` to `none`)",
"shortdesc": "Whether the NIC is connected to the host network (requires `acceleration` set to `none`)",
"type": "bool"
}
},
@@ -1692,15 +1692,6 @@
"type": "integer"
}
},
{
"connected": {
"default": "`true`",
"longdesc": "",
"required": "no",
"shortdesc": "Whether the NIC is connected to the host network (VM only)",
"type": "bool"
}
},
{
"hwaddr": {
"default": "randomly assigned",