Add IPv6 gateway support for container networking#1174
Open
yordsel wants to merge 1 commit intoapple:mainfrom
Open
Add IPv6 gateway support for container networking#1174yordsel wants to merge 1 commit intoapple:mainfrom
yordsel wants to merge 1 commit intoapple:mainfrom
Conversation
461948b to
d125a79
Compare
Add ipv6Gateway field to network attachments and status to enable proper IPv6 routing in containers. This complements the existing ipv6Address/ipv6Subnet fields. Changes: - Attachment: Add ipv6Gateway field - NetworkState: Add ipv6Gateway to NetworkStatus - IsolatedInterfaceStrategy: Pass IPv6 gateway to NATInterface - NonisolatedInterfaceStrategy: Pass IPv6 gateway to NATNetworkInterface - NetworkService: Include ipv6Gateway in attachment creation - ReservedVmnetNetwork: Calculate and store ipv6Gateway Depends on: apple/containerization IPv6 support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11e2415 to
40abf11
Compare
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.
Summary
Details
This PR adds the container-side support for IPv6 networking, complementing the IPv6 implementation in the containerization library (apple/containerization#519).
The changes add the ipv6Gateway field throughout the network stack so that containers can properly configure IPv6 routing.
Dependencies
Test plan
🤖 Generated with Claude Code