[PR #1047] [MERGED] Handle conn store in thread safe way #13258

Closed
opened 2026-08-05 02:07:54 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1047
Author: @pappz
Created: 8/3/2023
Status: Merged
Merged: 8/3/2023
Merged by: @mlsmaycon

Base: mainHead: fix/wgproxy_conn_store


📝 Commits (3)

📊 Changes

2 files changed (+4 additions, -2 deletions)

View changed files

📝 client/internal/wgproxy/factory_linux.go (+1 -1)
📝 client/internal/wgproxy/proxy_ebpf.go (+3 -1)

📄 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/1047 **Author:** [@pappz](https://github.com/pappz) **Created:** 8/3/2023 **Status:** ✅ Merged **Merged:** 8/3/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix/wgproxy_conn_store` --- ### 📝 Commits (3) - [`5e7b8b9`](https://github.com/netbirdio/netbird/commit/5e7b8b9069c63325071f8f52fd04da0ea8aca2d2) Handle conn store in thread safe way - [`b9d6d24`](https://github.com/netbirdio/netbird/commit/b9d6d24432f6d381c04b70845bc8c43b5611db8e) Change log line - [`2d18de1`](https://github.com/netbirdio/netbird/commit/2d18de10bfa5ab301cb5119d51cac3cb9dba6769) Fix proper error handling ### 📊 Changes **2 files changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/wgproxy/factory_linux.go` (+1 -1) 📝 `client/internal/wgproxy/proxy_ebpf.go` (+3 -1) </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 02:07:54 -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#13258