-
Notifications
You must be signed in to change notification settings - Fork 275
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
L2MCD:IGMP Snooping Implementation First Commit #331
base: master
Are you sure you want to change the base?
Conversation
@@ -215,7 +221,10 @@ namespace swss { | |||
|
|||
#define CFG_VNET_RT_TABLE_NAME "VNET_ROUTE" | |||
#define CFG_VNET_RT_TUNNEL_TABLE_NAME "VNET_ROUTE_TUNNEL" | |||
|
|||
#define CFG_L2MC_TABLE_NAME "CFG_L2MC_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 remove "CFG" prefix from table name and request to follow the existing naming in file
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.
Sure. Working the resolve the references in dependent module and framework.
@@ -59,6 +59,12 @@ namespace swss { | |||
#define APP_STP_PORT_STATE_TABLE_NAME "STP_PORT_STATE_TABLE" | |||
#define APP_STP_FASTAGEING_FLUSH_TABLE_NAME "STP_FASTAGEING_FLUSH_TABLE" | |||
#define APP_STP_BPDU_GUARD_TABLE_NAME "STP_BPDU_GUARD_TABLE" | |||
|
|||
/* Multicast related APP_DB Tables */ | |||
#define APP_IPMC_ROUTE_TABLE_NAME "IPMC_ROUTE_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 align with the rest of the defines
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.
Sure.
IGMP Snooping Schema changes