-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mstp_swsscommon_co_pr #961
base: master
Are you sure you want to change the base?
Conversation
…n into MSTP_Tables
…n into MSTP_Tables
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -483,6 +491,8 @@ namespace swss { | |||
#define CFG_PAC_GLOBAL_CONFIG_TABLE "PAC_GLOBAL_CONFIG_TABLE" | |||
#define CFG_PAC_HOSTAPD_GLOBAL_CONFIG_TABLE "HOSTAPD_GLOBAL_CONFIG_TABLE" | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the extra lines,
#define APP_STP_MST_INST_TABLE_NAME "STP_MST_INST_TABLE" | ||
#define APP_STP_MST_PORT_TABLE_NAME "STP_MST_PORT_TABLE" | ||
#define APP_STP_INST_PORT_FLUSH_TABLE_NAME "STP_INST_PORT_FLUSH_TABLE" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename the tables as below
#define APP_STP_MST_TABLE_NAME "STP_MST_INST_TABLE"
#define APP_STP_MST_PORT_TABLE_NAME "STP_MST_PORT_TABLE"
#define [APP_STP_INST_PORT_FLUSH_TABLE_NAME "STP_INST_PORT_FLUSH_TABLE"
No description provided.