Skip to content

Conversation

@rcgoodfellow
Copy link

@rcgoodfellow rcgoodfellow commented Dec 15, 2025

  • Adds an IPv6 ULA (Unique Local Address) builder that conforms to RFC 4193 guidance for ULA construction.
  • Adds a resize function to Ipv4Net and Ipv6Net that yields a new subnet by either extending or truncating the subnet width.

Add an IPv6 ULA builder that conforms to RFC 4193 guidance for ULA
construction.

Add a resize function to Ipv4Net and Ipv6Net that yeilds a new subnet by
either extending or truncating the subnet width.
}
}

/// Build an IPv6 unique local address that conforms to RFC 4193.
Copy link
Collaborator

Choose a reason for hiding this comment

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

would it make sense to put this under a feature given the additional deps or nah? You could convince me either way.

Copy link
Author

Choose a reason for hiding this comment

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

Yep. The ULA bits are behind the ula feature now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants