Skip to content

Commit

Permalink
API capabilities: add capability for NTP fqdn
Browse files Browse the repository at this point in the history
Add a capability to notify the controller that the NTP server cannot
only by an IP address but also a domain name

Signed-off-by: Christoph Ostarek <[email protected]>
  • Loading branch information
christoph-zededa committed Dec 2, 2024
1 parent 46c0a58 commit 826df20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/info/info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ enum APICapability {
API_CAPABILITY_MTU = 8; // Allows to set MTU for network adapters and network instances
API_CAPABILITY_ADAPTER_USER_LABELS = 9; // Supports user-defined shared network adapter labels
API_CAPABILITY_ENFORCED_NET_INTERFACE_ORDER = 10; // EVE is able to enforce the user-defined order of application network interfaces
API_CAPABILITY_NTP_FQDN = 11; // Allow to set NTP server via FQDN instead of only IP
// Add new values as new EdgeDevConfig API features are implemented
}

Expand Down Expand Up @@ -1362,4 +1363,4 @@ message ZInfoKubeCluster {

// Virtual Machines running on the cluster
repeated KubeVMIInfo eve_vm_apps = 6;
}
}

0 comments on commit 826df20

Please sign in to comment.