docs: Add documentation for specifying VLAN ID

Signed-off-by: Israel'[s Repo <108451228+Precious000@users.noreply.github.com>
This commit is contained in:
Israel'[s Repo 2024-03-23 23:40:40 +01:00 committed by liangwen12year
parent 973a515d26
commit d98948b31e

View file

@ -312,7 +312,14 @@ configuration is supported at the moment.
#### `type: vlan`
Similar to `controller`, the `parent` references the connection profile in the ansible
role.
role. The vlan ID can be specified by using nested vlan setting, the valid vlan ID
value ranges from 0 to 4094. Here is how to specify the vlan ID:
```yaml
type: vlan
vlan:
id: 6
```
#### `type: macvlan`