From 19305041160a489eeab0813b1c29e2cb3bd2c2e4 Mon Sep 17 00:00:00 2001 From: Christoph Ostarek Date: Fri, 13 Dec 2024 19:31:11 +0100 Subject: [PATCH] zedagent/reportinfo: report NTP domain capability to the controller so that the controller knows that EVE can handle domain names and not just IP addresses Signed-off-by: Christoph Ostarek --- pkg/pillar/cmd/zedagent/reportinfo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/pillar/cmd/zedagent/reportinfo.go b/pkg/pillar/cmd/zedagent/reportinfo.go index 83120f49fd..75a7ac5a75 100644 --- a/pkg/pillar/cmd/zedagent/reportinfo.go +++ b/pkg/pillar/cmd/zedagent/reportinfo.go @@ -641,7 +641,7 @@ func PublishDeviceInfoToZedCloud(ctx *zedagentContext, dest destinationBitset) { // device returns a runtime error. Similarly, we only support enforced application network // interface order for the KVM hypervisor. If enabled for application deployed under Xen // or Kubevirt hypervisor, EVE returns error and the application will not be started. - ReportDeviceInfo.ApiCapability = info.APICapability_API_CAPABILITY_ENFORCED_NET_INTERFACE_ORDER + ReportDeviceInfo.ApiCapability = info.APICapability_API_CAPABILITY_NTPS_FQDN // Report if there is a local override of profile if ctx.getconfigCtx.sideController.currentProfile !=