Skip to content

Commit ec0fa46

Browse files
Add NTP configuration tables (#781)
Signed-off-by: Yevhen Fastiuk <[email protected]> Co-authored-by: Liat Grozovik <[email protected]>
1 parent a57cf9e commit ec0fa46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/schema.h

+2
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,9 @@ namespace swss {
299299
#define CFG_MGMT_VRF_CONFIG_TABLE_NAME "MGMT_VRF_CONFIG"
300300

301301
#define CFG_DHCP_SERVER_TABLE_NAME "DHCP_SERVER"
302+
#define CFG_NTP_GLOBAL_TABLE_NAME "NTP"
302303
#define CFG_NTP_SERVER_TABLE_NAME "NTP_SERVER"
304+
#define CFG_NTP_KEY_TABLE_NAME "NTP_KEY"
303305
#define CFG_SYSLOG_SERVER_TABLE_NAME "SYSLOG_SERVER"
304306
#define CFG_SYSLOG_CONFIG_TABLE_NAME "SYSLOG_CONFIG"
305307

0 commit comments

Comments
 (0)