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

add route stage to saga dag, fix destination property #5062

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

rcgoodfellow
Copy link
Contributor

@rcgoodfellow rcgoodfellow commented Feb 14, 2024

This PR fixes a few mistakes I made in the tunnel routing PR that moved the responsibility of static route management from Dendrite in to Maghemite. In Omicron this transition involved adding a new saga stage for adding routes on the switches through Maghemite. But I a) forgot to actually add that new stage to the saga's DAG and b) had a bug in translation between Omicron data structures and Maghemite data structures.

I've tested that we can now add new ports with static routes with this change in place, which we could not before - the new routes would not show up.

@rcgoodfellow rcgoodfellow enabled auto-merge (squash) February 14, 2024 09:06
@rcgoodfellow rcgoodfellow merged commit a93462f into main Feb 14, 2024
20 checks passed
@rcgoodfellow rcgoodfellow deleted the fix-port-settings-route-saga-stage branch February 14, 2024 09:40
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.

2 participants