Skip to content
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

[202012] Fix for "orchagent crashed when trying to delete fdb static entry with swssconfig #11046" #2374

Merged
merged 2 commits into from
Sep 9, 2022

Conversation

anilkpan
Copy link
Contributor

@anilkpan anilkpan commented Jul 8, 2022

Root cause:
When fdb flush was issued after adding a static mac, the mac was deleted due to the flush. Then when we try to remove the static mac, it thrown error and crashed due to the mac not found.

Fix:
Updated fdb flush to flush only dynamic mac.

Fix for "orchagent crashed when trying to delete fdb static entry with swssconfig #11046"
Copy link
Contributor

@gechiang gechiang left a comment

Choose a reason for hiding this comment

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

LGTM!

@prsunny prsunny merged commit 455547e into sonic-net:202012 Sep 9, 2022
dgsudharsan added a commit to dgsudharsan/sonic-buildimage that referenced this pull request Sep 13, 2022
Update sonic-swss submodule pointer to include the following:
* VxLAN Tunnel Counters and Rates implementation (sonic-net#1859) ([sonic-net#2442](sonic-net/sonic-swss#2442))
* Update fdborch.cpp ([sonic-net#2374](sonic-net/sonic-swss#2374))

Signed-off-by: dgsudharsan <sudharsand@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants