Skip to content

Fix sockets failures in IPv6-only environments (e.g., Borg runinvm)#206

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_938827955
Open

Fix sockets failures in IPv6-only environments (e.g., Borg runinvm)#206
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_938827955

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Jun 26, 2026

Copy link
Copy Markdown

Fix sockets failures in IPv6-only environments (e.g., Borg runinvm)

This CL addresses 'Address family not supported by protocol' (Errno 97) errors that crash Raiden workflows when running inside IPv6-only sandboxes.

  1. In Python raiden_controller.py, socket dual-stack requests now gracefully fallback.
  2. In C++ tpu_utils.cc, IPv6 network interfaces are correctly parsed and utilized.

@google-cla

google-cla Bot commented Jun 26, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

This CL addresses 'Address family not supported by protocol' (Errno 97) errors that crash Raiden workflows when running inside IPv6-only sandboxes.
1. In Python `raiden_controller.py`, socket dual-stack requests now gracefully fallback.
2. In C++ `tpu_utils.cc`, IPv6 network interfaces are correctly parsed and utilized.

PiperOrigin-RevId: 938827955
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.

0 participants