Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ namespace swss {

#define APP_NEIGH_RESOLVE_TABLE_NAME "NEIGH_RESOLVE_TABLE"

#define APP_SRV6_SID_LIST_TABLE_NAME "SRV6_SID_LIST_TABLE"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about the Config_DB tables as defined in HLD?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prsunny Since we are going with directly updating the APP_DB for the phase-1 implementation, CONFIG_DB tables and Yang models are not added for the phase-1. Should we add a note about this in HLD?

#define APP_SRV6_MY_SID_TABLE_NAME "SRV6_MY_SID_TABLE"

/***** TO BE REMOVED *****/

#define APP_TC_TO_QUEUE_MAP_TABLE_NAME "TC_TO_QUEUE_MAP_TABLE"
Expand Down