-
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
Supports FRR-VRRP configuration #813
Conversation
Signed-off-by: philo <[email protected]>
@@ -410,7 +410,8 @@ namespace swss { | |||
#define CFG_MCLAG_UNIQUE_IP_TABLE_NAME "MCLAG_UNIQUE_IP" | |||
|
|||
#define CFG_PORT_STORM_CONTROL_TABLE_NAME "PORT_STORM_CONTROL" | |||
|
|||
#define CFG_VRRP_TABLE_NAME "VRRP" | |||
#define CFG_VRRP6_TABLE_NAME "VRRP6" |
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.
Need similar table entry for APPL_DB too.
#define APP_VRRP_TABLE_NAME "VRRP_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.
sure, has done.
Looks fine, please go ahead with merge. |
@qiluo-msft please help merge this, reviewed and approved by BRCM and Aviz |
@qiluo-msft We have resolved the code conflict, please help merge this again. Thanks. |
hld:sonic-net/SONiC#1446