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

incusd/network/ovn: rewrote LogicalRouterAdd to use o.client #750

Merged
merged 3 commits into from
Apr 19, 2024

Conversation

DhruvNistala
Copy link
Contributor

No description provided.

@stgraber
Copy link
Member

New function looks good, so now you need a commit to remove the old LogicalRouterAdd and then another one to update everywhere that currently calls it to use CreateLogicalRouter instead.

@dhruvvnistala
Copy link
Contributor

Hi, I've updated the LogicalRouterAdd usage with CreateLogicalRouter accordingly.

DhruvNistala and others added 2 commits April 18, 2024 19:34
Signed-off-by: Dhruv Nistala <68369981+DhruvNistala@users.noreply.github.com>
Signed-off-by: dhruvvnistala <dhruv.nistala@utexas.edu>
@stgraber
Copy link
Member

I've done a quick rebase on this one to get rid of the merge commits, I also added the missing description comment on the new function and ran gofmt -s -w ./ to fix the bad indentation on the new function. After a quick rewording of the commit message, I pushed the updated code to the branch and it should now be good to go once the tests all run.

@stgraber stgraber marked this pull request as ready for review April 18, 2024 23:36
@stgraber stgraber self-requested a review as a code owner April 18, 2024 23:36
Signed-off-by: dhruvvnistala <dhruv.nistala@utexas.edu>
@stgraber stgraber merged commit 43c20cc into lxc:main Apr 19, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants