Skip to content

Commit

Permalink
rollback partially
Browse files Browse the repository at this point in the history
  • Loading branch information
punkerpunker committed Jan 31, 2025
1 parent 7c27535 commit a38be5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/host/internal/sriov/sriov.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func (s *sriov) getVfInfo(vfAddr string, pfAddr string, pfName string, eswitchMo
vf.Mac = link.Attrs().HardwareAddr.String()
}
}
vf.GUID = s.networkHelper.GetNetDevNodeGUID(vfAddr)

for _, device := range devices {
if vfAddr == device.Address {
Expand Down

0 comments on commit a38be5d

Please sign in to comment.