Skip to content

Commit

Permalink
Added Support for vrdma NIC Type
Browse files Browse the repository at this point in the history
  • Loading branch information
cspngo committed Feb 19, 2022
1 parent a416445 commit 1cc00b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object/virtual_device_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func EthernetCardTypes() VirtualDeviceList {
&types.VirtualE1000e{},
&types.VirtualVmxnet2{},
&types.VirtualVmxnet3{},
&types.VirtualVmxnet3Vrdma{},
&types.VirtualPCNet32{},
&types.VirtualSriovEthernetCard{},
}).Select(func(device types.BaseVirtualDevice) bool {
Expand Down

0 comments on commit 1cc00b2

Please # to comment.