Add IPv6 support in NetworkInterface feature#3957
Closed
adityagesh wants to merge 2 commits intomainfrom
Closed
Conversation
69dc31e to
9ba90cd
Compare
squirrelsc
reviewed
Aug 12, 2025
squirrelsc
reviewed
Aug 12, 2025
9ba90cd to
0ff61e7
Compare
b00fb8f to
e35839a
Compare
e35839a to
dd659fb
Compare
2c0a409 to
45b495d
Compare
squirrelsc
reviewed
Aug 26, 2025
squirrelsc
reviewed
Aug 26, 2025
squirrelsc
reviewed
Aug 26, 2025
squirrelsc
reviewed
Aug 26, 2025
| # All Azure VMs support synthetic and SRIOV networking | ||
| # All Azure VMs can support both IPv4 and IPv6 via ARM template configuration | ||
| return schema.NetworkInterfaceOptionSettings( | ||
| data_path=search_space.SetSpace( |
Member
There was a problem hiding this comment.
When is this method used? There wasn’t such a method, but the SR-IOV and synthetic settings worked correctly.
squirrelsc
reviewed
Aug 26, 2025
squirrelsc
reviewed
Aug 26, 2025
squirrelsc
reviewed
Aug 26, 2025
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.
Add IPv6 feature by utilizing the existing use_ipv6 runbook parameter.
IPv6 Features enables IPv6 support in VNet, Subnet and enable IPv6 on the nic interface.
The Primary IP of the VM continues to be IPv4, hence no change is required in host that is running LISA. The communication between the VMs uses IPv6.