[PR #4123] [CLOSED] [client] Handle IPv6 candidates in userspace bind #24667

Open
opened 2026-08-05 06:08:58 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4123
Author: @lixmal
Created: 7/9/2025
Status: Closed

Base: mainHead: bind-ipv6


📝 Commits (3)

  • 90c5244 Fix ipv6 for ice bind
  • 4cff2a0 Handle IPv6 candidates in userspace bind
  • 3d4ddd5 Fix review issues

📊 Changes

8 files changed (+260 additions, -28 deletions)

View changed files

client/iface/bind/dual_stack_conn.go (+153 -0)
📝 client/iface/bind/ice_bind.go (+56 -21)
📝 client/iface/bind/udp_mux.go (+3 -0)
📝 client/iface/bind/udp_mux_universal.go (+15 -0)
📝 client/internal/peer/worker_ice.go (+11 -2)
📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 sharedsock/sock_linux.go (+19 -2)

📄 Description

Describe your changes

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/4123 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 7/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bind-ipv6` --- ### 📝 Commits (3) - [`90c5244`](https://github.com/netbirdio/netbird/commit/90c5244a40c8e9a7e686284522f8e56a091627f1) Fix ipv6 for ice bind - [`4cff2a0`](https://github.com/netbirdio/netbird/commit/4cff2a09a314427e79ea8d5515c532d828152e2c) Handle IPv6 candidates in userspace bind - [`3d4ddd5`](https://github.com/netbirdio/netbird/commit/3d4ddd53f30cb563556e63c4cfc316f7108f0f8c) Fix review issues ### 📊 Changes **8 files changed** (+260 additions, -28 deletions) <details> <summary>View changed files</summary> ➕ `client/iface/bind/dual_stack_conn.go` (+153 -0) 📝 `client/iface/bind/ice_bind.go` (+56 -21) 📝 `client/iface/bind/udp_mux.go` (+3 -0) 📝 `client/iface/bind/udp_mux_universal.go` (+15 -0) 📝 `client/internal/peer/worker_ice.go` (+11 -2) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `sharedsock/sock_linux.go` (+19 -2) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 06:08:58 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#24667