Skip to content

Commit

Permalink
zedagent/reportinfo: report NTP domain capability
Browse files Browse the repository at this point in the history
to the controller so that the controller knows that EVE
can handle domain names and not just IP addresses

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
  • Loading branch information
christoph-zededa committed Dec 13, 2024
1 parent 05e228c commit e9050d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pillar/cmd/zedagent/reportinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,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 !=
Expand Down

0 comments on commit e9050d6

Please sign in to comment.