In the Integration with Multus, SRIOV CNI and SRIOV Device Plugin section, the pod yaml shown in step 3 of the Steps for Deployment subsection comes with a mistake when setting the k8s.v1.cni.cncf.io/networks annotation: third value of the array says "name": "bond-net" but it should be "name": "bond-net1" (note the "1" at the end of the right value to set for the "name" property).