[PR #3324] [MERGED] [client] Update local interface addresses when gathering candidates #20055

Closed
opened 2026-08-05 05:06:47 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3324
Author: @lixmal
Created: 2/14/2025
Status: Merged
Merged: 2/21/2025
Merged by: @lixmal

Base: mainHead: update-local-addresses-for-ice


📝 Commits (7)

  • 0df4192 Update local interface addresses when gathering candidates
  • 89dfc3a Limit interfaces updates
  • 72ab6a0 Merge branch 'main' into update-local-addresses-for-ice
  • 684f596 Fix test
  • 7db3712 Make fields thread safe
  • 3fae9a6 Fix another test
  • cc177e9 Move lastUpdate

📊 Changes

4 files changed (+80 additions, -30 deletions)

View changed files

📝 client/iface/bind/udp_mux.go (+41 -25)
📝 client/internal/dns/server_test.go (+2 -2)
📝 client/internal/stdnet/filter.go (+0 -1)
📝 client/internal/stdnet/stdnet.go (+37 -2)

📄 Description

Describe your changes

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

🔄 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/3324 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 2/14/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `update-local-addresses-for-ice` --- ### 📝 Commits (7) - [`0df4192`](https://github.com/netbirdio/netbird/commit/0df41920af36d16b06f10a12263c201966128d0e) Update local interface addresses when gathering candidates - [`89dfc3a`](https://github.com/netbirdio/netbird/commit/89dfc3aac779d8b3003997947ce62e1e66339d2f) Limit interfaces updates - [`72ab6a0`](https://github.com/netbirdio/netbird/commit/72ab6a0dc532c766a77c7cfad206263aff5f969f) Merge branch 'main' into update-local-addresses-for-ice - [`684f596`](https://github.com/netbirdio/netbird/commit/684f5967919b516f7e9134bed9a0da02a5e46a17) Fix test - [`7db3712`](https://github.com/netbirdio/netbird/commit/7db37125273179737737abb8df7d8ee4612bb307) Make fields thread safe - [`3fae9a6`](https://github.com/netbirdio/netbird/commit/3fae9a6538af0750a3a0910f17905827a02f5355) Fix another test - [`cc177e9`](https://github.com/netbirdio/netbird/commit/cc177e9f93db16eeacc8932e63827bf5f7d4654f) Move lastUpdate ### 📊 Changes **4 files changed** (+80 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `client/iface/bind/udp_mux.go` (+41 -25) 📝 `client/internal/dns/server_test.go` (+2 -2) 📝 `client/internal/stdnet/filter.go` (+0 -1) 📝 `client/internal/stdnet/stdnet.go` (+37 -2) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### 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 --- <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 05:06:47 -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#20055