-
Notifications
You must be signed in to change notification settings - Fork 558
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
[swss] add static anycast gateway support #3167
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: yanjun deng <yadeng@cisco.com>
Signed-off-by: yanjun deng <yadeng@cisco.com>
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Pull request contains merge conflicts. |
@@ -0,0 +1,232 @@ | |||
extern "C" |
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 add some description about the purpose of fake_routeorch.
MacAddress sag_mac; | ||
try | ||
{ | ||
sag_mac = MacAddress(sag_mac_str); |
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.
Shouldn't be tested for unicast value only ?
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.
Yes, we should validate the mac in CLI input.
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.
What will happen if the configuration received from CONFIG_DB without CLI ?
What I did
Resync the original SAG support to latest master branch:
#1974
Some improvements based on the original PR:
Why I did it
How I verified it
Details if related