Add host only networking support for apple backend VMs (Apple Virtualization)#7724
Open
orikad wants to merge 1 commit into
Open
Add host only networking support for apple backend VMs (Apple Virtualization)#7724orikad wants to merge 1 commit into
orikad wants to merge 1 commit into
Conversation
Co-authored-by: codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This feature pull request has been authored by Codex.
I have tested the feature on a macOS host on version 26.4.1 and guest macOS 26.5, and it works fine. Guest gets a host-only interface that can access the host without bridging other interfaces or NATing to the internet.
This is implemented using VZVmnetNetworkDeviceAttachment and therefore requires macOS 26+ for the host (which is checked for not breaking backwards compatbility).
I have read the AI Contribution Guidelines and can attest that I have followed each item to the best of my ability.