From f707ac8d537cf86889802c597e14a0265716b602 Mon Sep 17 00:00:00 2001 From: dfitzmau Date: Wed, 15 Oct 2025 13:01:44 +0100 Subject: [PATCH] OSDOCS-16286: Added explanation for vlan: 0 in cnf-creating-an-additional-sriov-network-with-vrf-plug-in.adoc --- modules/nw-sriov-network-object.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nw-sriov-network-object.adoc b/modules/nw-sriov-network-object.adoc index 1beebeda0b71..6aa48a9eb685 100644 --- a/modules/nw-sriov-network-object.adoc +++ b/modules/nw-sriov-network-object.adoc @@ -52,7 +52,7 @@ endif::ocp-sriov-net[] <2> The namespace where the SR-IOV Network Operator is installed. You can also install the SR-IOV Network Operator in any namespace. <3> The value for the `spec.resourceName` parameter from the `SriovNetworkNodePolicy` object that defines the SR-IOV hardware for this additional network. <4> The target namespace for the SriovNetwork object. Only pods in the target namespace can attach to the additional network. When installing the SR-IOV Network Operator in a namespace other than `openshift-sriov-network-operator`, you must not configure this field.. -<5> Optional: A Virtual LAN (VLAN) ID for the additional network. The integer value must be from `0` to `4095`. The default value is `0`. +<5> Optional: Specifies the VLAN ID to assign to an additional network. The default value of `0` means that an additional network has no VLAN ID tag. Supported VLAN ID values range from `1` to `4094`. <6> Optional: The spoof check mode of the VF. The allowed values are the strings `"on"` and `"off"`. + [IMPORTANT]