Skip to content

Commit 1b63384

Browse files
chore: minor cleanup
1 parent 605b9e0 commit 1b63384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cni/network/invoker_cns.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ func configureDefaultAddResult(info *IPResultInfo, addConfig *IPAMAddConfig, add
387387
}
388388

389389
if ipamMode == util.Nodesubnet {
390+
logger.Info("IPAM mode is nodesubnet, using host IP configuration info")
390391
info.ncGatewayIPAddress = info.hostGateway
391392
info.ncPrimaryIP = info.hostPrimaryIP
392393
_, ncIPNet, err := net.ParseCIDR(info.hostSubnet)

0 commit comments

Comments
 (0)