From 1820dd72361c4ac990d8c4c426a56ea8d27ff226 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nw-sriov-network-object.adoc b/modules/nw-sriov-network-object.adoc index 7b81e97feae3..1f062f27f858 100644 --- a/modules/nw-sriov-network-object.adoc +++ b/modules/nw-sriov-network-object.adoc @@ -51,8 +51,8 @@ endif::ocp-sriov-net[] <1> A name for the object. The SR-IOV Network Operator creates a `NetworkAttachmentDefinition` object with same name. <2> The namespace where the SR-IOV Network Operator is installed. <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 {object} in the target namespace can attach to the additional network. -<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`. +<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: 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]