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:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user