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

Add IPv6 support #260

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Add IPv6 support #260

merged 1 commit into from
Feb 2, 2024

Conversation

JacobCallahan
Copy link
Member

This change is mostly focused around the addition of IPv6 connection functionality to Broker's Host Sessions.
Included are options for an ipv6 connection preference with an opt-out ipv6 connection fallback.
These have also been added to the settings file.

@JacobCallahan JacobCallahan added the enhancement New feature or request label Jan 29, 2024
Comment on lines +45 to +46
ipv6 (bool): Whether or not to use IPv6. Defaults to False.
ipv4_fallback (bool): Whether or not to fallback to IPv4 if IPv6 fails. Defaults to True.
Copy link
Member

Choose a reason for hiding this comment

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

Should we keep the type format in docstrings same across ?

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, i can make that update

@jyejare
Copy link
Member

jyejare commented Feb 2, 2024

@JacobCallahan Verified the combination of IPV6_HOST set to True and FALLBACK to False , it worked as expected!

This change is mostly focused around the addition of IPv6 connection
functionality to Broker's Host Sessions.
Included are options for an ipv6 connection preference with an opt-out
ipv6 connection fallback.
These have also been added to the settings file.
@JacobCallahan JacobCallahan merged commit 4295397 into SatelliteQE:master Feb 2, 2024
4 checks passed
@JacobCallahan JacobCallahan deleted the ipv6 branch February 2, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants