Skip to content

Commit 671e436

Browse files
isaac-dasanCopilot
andauthored
Update network/secondary_endpoint_client_linux.go
Co-authored-by: Copilot <[email protected]> Signed-off-by: Isaac <[email protected]>
1 parent 8a34434 commit 671e436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/secondary_endpoint_client_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func (client *SecondaryEndpointClient) ConfigureContainerInterfacesAndRoutes(epI
142142
logger.Info("Sending DHCP packet", zap.Any("macAddress", epInfo.MacAddress), zap.String("ifName", epInfo.IfName))
143143
err := client.dhcpClient.DiscoverRequest(ctx, epInfo.MacAddress, epInfo.IfName)
144144
if err != nil {
145-
return errors.Wrapf(err, kubelet.NetworkNotReadyErrorMsg+" - failed to issue dhcp discover packet to create mapping in host")
145+
return errors.Wrap(err, kubelet.NetworkNotReadyErrorMsg+" - failed to issue dhcp discover packet to create mapping in host")
146146
}
147147
logger.Info("Finished configuring container interfaces and routes for secondary endpoint client")
148148

0 commit comments

Comments
 (0)