[PR #3162] [CLOSED] Fix Relay, TURN update messages handling #16575

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3162
Author: @pappz
Created: 1/8/2025
Status: Closed

Base: mainHead: fix/relay-update


📝 Commits (2)

  • e103112 Fix Relay, TURN update messages handling
  • 7b38a94 Change function name

📊 Changes

1 file changed (+56 additions, -35 deletions)

View changed files

📝 client/internal/engine.go (+56 -35)

📄 Description

Issue

When updating the TURN credentials, the Relay server addresses have been updated with an empty list.

Fix

TURN update messages are distinguished from Relay messages.

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/3162 **Author:** [@pappz](https://github.com/pappz) **Created:** 1/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/relay-update` --- ### 📝 Commits (2) - [`e103112`](https://github.com/netbirdio/netbird/commit/e10311298222d589a3f6cfb3ee3575350ca90dbd) Fix Relay, TURN update messages handling - [`7b38a94`](https://github.com/netbirdio/netbird/commit/7b38a94e673f94889ee80ccb66f36b99e014c13d) Change function name ### 📊 Changes **1 file changed** (+56 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/engine.go` (+56 -35) </details> ### 📄 Description ### Issue When updating the TURN credentials, the Relay server addresses have been updated with an empty list. ### Fix TURN update messages are distinguished from Relay messages. ## Issue ticket number and link ### 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 --- <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 04:06:18 -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#16575