From d98948b31ee2ae5cc3797a615bba0e70e06ba903 Mon Sep 17 00:00:00 2001 From: "Israel'[s Repo" <108451228+Precious000@users.noreply.github.com> Date: Sat, 23 Mar 2024 23:40:40 +0100 Subject: [PATCH] docs: Add documentation for specifying VLAN ID Signed-off-by: Israel'[s Repo <108451228+Precious000@users.noreply.github.com> --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a480573..69c2e55 100644 --- a/README.md +++ b/README.md @@ -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`