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

[action] [PR:150] [BFD]Fix BFD blackout issue (#150) #165

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

mssonicbld
Copy link

Fixes sonic-net/sonic-buildimage#19762

When caclmgrd processes any ACL table change, this results in rules flushed and readded which was introduced in #114 . However in this flow the BFD and vxlan rules were added at the end which may result in traffic loss because of the DROP rule for ip2me installed. To overcome this added BFD and vxlan rules at the very start so that there is no drop seen for BFD.

Existing UT should verify the flows.

Additionally manually verified

Fixes sonic-net/sonic-buildimage#19762

When caclmgrd processes any ACL table change, this results in rules flushed and readded which was introduced in sonic-net#114 . However in this flow the BFD and vxlan rules were added at the end which may result in traffic loss because of the DROP rule for ip2me installed. To overcome this added BFD and vxlan rules at the very start so that there is no drop seen for BFD.

Existing UT should verify the flows.

Additionally manually verified
@mssonicbld
Copy link
Author

Original PR: #150

@mssonicbld mssonicbld merged commit 37039d3 into sonic-net:202311 Sep 17, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants