From 72967631cdf7ddb276a61ed8a110af991e5cae06 Mon Sep 17 00:00:00 2001 From: Yevhen Fastiuk Date: Sat, 18 Feb 2023 19:13:31 +0200 Subject: [PATCH] Add NTP configuration tables Signed-off-by: Yevhen Fastiuk --- common/schema.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/schema.h b/common/schema.h index 110484e0e..9231ea8c1 100644 --- a/common/schema.h +++ b/common/schema.h @@ -295,7 +295,9 @@ namespace swss { #define CFG_MGMT_VRF_CONFIG_TABLE_NAME "MGMT_VRF_CONFIG" #define CFG_DHCP_SERVER_TABLE_NAME "DHCP_SERVER" +#define CFG_NTP_GLOBAL_TABLE_NAME "NTP" #define CFG_NTP_SERVER_TABLE_NAME "NTP_SERVER" +#define CFG_NTP_KEY_TABLE_NAME "NTP_KEY" #define CFG_SYSLOG_SERVER_TABLE_NAME "SYSLOG_SERVER" #define CFG_SYSLOG_CONFIG_TABLE_NAME "SYSLOG_CONFIG"