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

[CENNSO-629] Add routes propagation for VRF plugin #1

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

Conversation

korroot
Copy link

@korroot korroot commented Mar 30, 2023

Up until now, if previous plugin assigned routes to interface, movement of this interface to new VRF cause routes to be deleted.

This patch adds funtionality to VRF plugin to save the routes before interface is assgined to VRF, and then re-apply all saved routes to new VRF.

@korroot korroot force-pushed the vrf-add-routes branch 4 times, most recently from e8793c4 to 0da23be Compare March 31, 2023 12:57
@korroot korroot changed the title Add routes propagation for VRF plugin [CENNSO-629] Add routes propagation for VRF plugin Apr 3, 2023
@korroot korroot force-pushed the vrf-add-routes branch 3 times, most recently from 9f04aab to b654c52 Compare April 24, 2023 19:54
@korroot korroot force-pushed the vrf-add-routes branch 2 times, most recently from 82ebd6d to a3d905a Compare May 15, 2023 13:53
Up until now, if previous plugin assigned routes to interface, movement of
this interface to new VRF cause routes to be deleted.

This patch adds funtionality to VRF plugin to save the routes before
interface is assgined to VRF, and then re-apply all saved routes to new VRF.

Signed-off-by: Artur Korzeniewski <[email protected]>
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.

1 participant