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

Fix incorrect removal of VRF device #4778

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pperiyasamy
Copy link
Contributor

This PR fixes repair method of VRF manager which is buggy and it incorrectly removes valid VRF device associated with a user defined network while running reconcile loop.

kyrtapz
kyrtapz previously approved these changes Oct 15, 2024
Copy link
Contributor

@kyrtapz kyrtapz left a comment

Choose a reason for hiding this comment

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

The change itself looks good to me but it feels like we are missing either a unit test or an E2E to make sure that the repair behaves as expected.

@tssurya tssurya added kind/bug All issues that are bugs and PRs opened to fix bugs feature/user-defined-network-segmentation All PRs related to User defined network segmentation labels Oct 16, 2024
This commit fixes repair method of VRF manager which is buggy
and it incorrectly removes valid VRF device associated with
a user defined network while running reconcile loop.

Signed-off-by: Periyasamy Palanisamy <[email protected]>
@github-actions github-actions bot added the area/unit-testing Issues related to adding/updating unit tests label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/unit-testing Issues related to adding/updating unit tests feature/user-defined-network-segmentation All PRs related to User defined network segmentation kind/bug All issues that are bugs and PRs opened to fix bugs
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

3 participants