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 ee8dde1 commit b773feeCopy full SHA for b773fee
network/endpoint_windows.go
@@ -172,7 +172,7 @@ func (nw *network) newEndpointImpl(
172
if epInfo.NICType == cns.BackendNIC {
173
return nw.getEndpointWithVFDevice(plc, epInfo)
174
}
175
- if epInfo.NICType == cns.DelegatedVMNIC {
+ if epInfo.NICType == cns.NodeNetworkInterfaceFrontendNIC {
176
// use master interface name, interface name, or adapter name?
177
if err := nw.sendDHCPDiscoverOnSecondary(dhcpc, epInfo.MacAddress, epInfo.MasterIfName); err != nil {
178
return nil, err
0 commit comments