diff --git a/proto/info/info.proto b/proto/info/info.proto index 90ea345..6576d78 100644 --- a/proto/info/info.proto +++ b/proto/info/info.proto @@ -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 } @@ -1362,4 +1363,4 @@ message ZInfoKubeCluster { // Virtual Machines running on the cluster repeated KubeVMIInfo eve_vm_apps = 6; -} \ No newline at end of file +}