Skip to content

Commit

Permalink
docs: Add documentation for specifying VLAN ID
Browse files Browse the repository at this point in the history
Signed-off-by: Israel'[s Repo <[email protected]>
  • Loading branch information
Precious000 authored and liangwen12year committed Jun 11, 2024
1 parent 973a515 commit d98948b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit d98948b

Please sign in to comment.