-
Notifications
You must be signed in to change notification settings - Fork 274
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
[schema] Add next hop group table to schema #475
Conversation
Hi @adamyeung - could you please add BRCM team to review this PR, thanks. |
common/schema.h
Outdated
@@ -39,6 +39,7 @@ namespace swss { | |||
#define APP_FDB_TABLE_NAME "FDB_TABLE" | |||
#define APP_PFC_WD_TABLE_NAME "PFC_WD_TABLE" | |||
#define APP_SWITCH_TABLE_NAME "SWITCH_TABLE" | |||
#define APP_NEXT_HOP_GROUP_TABLE_NAME "NEXT_HOP_GROUP_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.
I think it can be renamed as APP_NEXTHOP_GROUP_TABLE_NAME instead of NEXT_HOP.
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.
Changed
@prsunny any idea what's causing the failing checks and if they'll work with a retry? I'm pretty confident that my 1 line addition of a #define isn't causing the issues! |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Could you rebase your code to latest master? |
@qiluo-msft Done |
/azp run |
Commenter does not have sufficient privileges for PR 475 in repo Azure/sonic-swss-common |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
No description provided.