Skip to content

Commit

Permalink
[schema] add a set of SmartSwitch related tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakiv-Huryk committed Nov 4, 2024
1 parent bd0f2eb commit 40e05ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ namespace swss {
#define CFG_MGMT_VRF_CONFIG_TABLE_NAME "MGMT_VRF_CONFIG"

#define CFG_DHCP_SERVER_TABLE_NAME "DHCP_SERVER"
#define CFG_DHCP_SERVER_IPV4_TABLE_NAME "DHCP_SERVER_IPV4_PORT"
#define CFG_NTP_GLOBAL_TABLE_NAME "NTP"
#define CFG_NTP_SERVER_TABLE_NAME "NTP_SERVER"
#define CFG_NTP_KEY_TABLE_NAME "NTP_KEY"
Expand Down Expand Up @@ -472,6 +473,8 @@ namespace swss {
#define CFG_PAC_GLOBAL_CONFIG_TABLE "PAC_GLOBAL_CONFIG_TABLE"
#define CFG_PAC_HOSTAPD_GLOBAL_CONFIG_TABLE "HOSTAPD_GLOBAL_CONFIG_TABLE"

#define CFG_MID_PLANE_BRIDGE_TABLE_NAME "MID_PLANE_BRIDGE"
#define CFG_DPUS_TABLE_NAME "DPUS"

/***** STATE DATABASE *****/

Expand Down Expand Up @@ -558,6 +561,8 @@ namespace swss {
#define STATE_ACL_TABLE_TABLE_NAME "ACL_TABLE_TABLE"
#define STATE_ACL_RULE_TABLE_NAME "ACL_RULE_TABLE"

// Chassis State
#define CHASSIS_STATE_DPU_STATE_TABLE_NAME "DPU_STATE"

/*PAC*/
#define STATE_PAC_GLOBAL_OPER_TABLE "PAC_GLOBAL_OPER_TABLE"
Expand Down

0 comments on commit 40e05ea

Please sign in to comment.