We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf68e8f commit 7f4d115Copy full SHA for 7f4d115
object/virtual_device_list.go
@@ -919,7 +919,7 @@ func (l VirtualDeviceList) Name(device types.BaseVirtualDevice) string {
919
dtype := l.Type(device)
920
switch dtype {
921
case DeviceTypeEthernet:
922
- // Ethernet devices of UnitNumber 7-19 are non-SRIOV. Ethernet devices of
+ // Ethernet devices of UnitNumber 7-19 are non-SRIOV. Ethernet devices of
923
// UnitNumber 45-36 descending are SRIOV
924
if UnitNumber <= 45 && UnitNumber >= 36 {
925
key = fmt.Sprintf("sriov-%d", 45-UnitNumber)
0 commit comments