documentation for vlan

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2024-06-25 11:24:06 +02:00
committed by Jonathon Anderson
parent 0cb4db946c
commit 95fa5d046f

View File

@@ -261,6 +261,24 @@ You will have provide all the necessary network information.
--type infiniband \
n001
VLAN
----
You can set the type also to `vlan`. This settings needs the two
additional network tags `vlan_id` and `parent_device` and is only
supported for wicked and NetworkManager.
.. code-block:: shell
wwctl node set \
--netdev vlan42 \
--ipaddr 10.0.42.1 \
--netmask 255.255.252.0 \
--netname iband \
--type vlan \
--nettagadd "vlan_id=42,parent_device=eth0" \
n001
Node Discovery
--------------