1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

OSDOCS-16286: Added explanation for vlan: 0 in cnf-creating-an-additional-sriov-network-with-vrf-plug-in.adoc

This commit is contained in:
dfitzmau
2025-10-15 13:01:44 +01:00
committed by openshift-cherrypick-robot
parent 6398962546
commit af72f00ec4

View File

@@ -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]