mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
docs: Add documentation for specifying VLAN ID
Signed-off-by: Israel'[s Repo <108451228+Precious000@users.noreply.github.com>
This commit is contained in:
parent
973a515d26
commit
d98948b31e
1 changed files with 8 additions and 1 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue