Skip to content

Commit

Permalink
Add NTP configuration tables
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Fastiuk <yfastiuk@nvidia.com>
  • Loading branch information
fastiuk committed Jun 2, 2023
1 parent e266a97 commit 7296763
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7296763

Please sign in to comment.