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

Remove the support for vde_vmnet (Deprecated since Sep 2022, in favor of socket_vmnet) #2311

Merged
merged 1 commit into from
May 1, 2024

Conversation

AkihiroSuda
Copy link
Member

vde_vmnet has been deprecated since Lima v0.12.0 (Sep 2022), in favor of socket_vmnet:


Close #2096

`vde_vmnet` has been deprecated since Lima v0.12.0 (Sep 2022),
in favor of `socket_vmnet`:
- PR 851

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Copy link
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

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

The logic in pkg/networks/* should be rewritten to eliminate the daemon argument, now that there is only a single valid setting for it. Or do you expect that we will have another daemon choice again in the future?

@jandubois jandubois merged commit 05ed151 into lima-vm:master May 1, 2024
27 checks passed
@AkihiroSuda
Copy link
Member Author

The logic in pkg/networks/* should be rewritten to eliminate the daemon argument, now that there is only a single valid setting for it. Or do you expect that we will have another daemon choice again in the future?

👍 on elimination

@AkihiroSuda
Copy link
Member Author

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.

Remove the support for vde_vmnet (Deprecated since Sep 2022, in favor of socket_vmnet)
2 participants