[PR #813] [CLOSED] Wg version update #15498

Open
opened 2026-08-05 03:07:48 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/813
Author: @pappz
Created: 4/17/2023
Status: Closed

Base: mainHead: wg_version_update


📝 Commits (10+)

  • bb1efe6 Update wireguard version to 9e2f38602202
  • fef24b4 Update ICEBind to the latest Bind version
  • c392fe4 Handle STUN msg
  • 1bf3e6f Better pkg destroyer
  • 7e11842 Fix unix implementation
  • d0e51df Fix Linux implementation
  • 2758089 Process STUN packets in the background
  • 1284af7 Indicate STUN packet processing error
  • de5a62f Fix lint hint
  • f4990f7 Fix error handling in sticky_linux_test.go

📊 Changes

11 files changed (+898 additions, -114 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -0)
📝 iface/bind/bind.go (+356 -113)
iface/bind/controlfns.go (+36 -0)
iface/bind/controlfns_linux.go (+44 -0)
iface/bind/controlfns_unix.go (+28 -0)
iface/bind/mark_default.go (+14 -0)
iface/bind/mark_unix.go (+67 -0)
iface/bind/sticky_default.go (+26 -0)
iface/bind/sticky_linux.go (+111 -0)
iface/bind/sticky_linux_test.go (+213 -0)

📄 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/813 **Author:** [@pappz](https://github.com/pappz) **Created:** 4/17/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `wg_version_update` --- ### 📝 Commits (10+) - [`bb1efe6`](https://github.com/netbirdio/netbird/commit/bb1efe68aabf943556679ced569b6dba96320d90) Update wireguard version to 9e2f38602202 - [`fef24b4`](https://github.com/netbirdio/netbird/commit/fef24b4a4d299d086b31fa1260b40621589574af) Update ICEBind to the latest Bind version - [`c392fe4`](https://github.com/netbirdio/netbird/commit/c392fe44e45b55ee4c8a95eebab743c6c400826d) Handle STUN msg - [`1bf3e6f`](https://github.com/netbirdio/netbird/commit/1bf3e6feec18e8da8edb0a0838618762f6945be7) Better pkg destroyer - [`7e11842`](https://github.com/netbirdio/netbird/commit/7e11842a5e7ea1671fc758c967326cc02e6fb216) Fix unix implementation - [`d0e51df`](https://github.com/netbirdio/netbird/commit/d0e51dfc119b7591d845bd1bfe27dc140ae5373b) Fix Linux implementation - [`2758089`](https://github.com/netbirdio/netbird/commit/2758089186132c18c1b4c8d7fac473296823e452) Process STUN packets in the background - [`1284af7`](https://github.com/netbirdio/netbird/commit/1284af72a3120f6f44f89a7cf53070ee3a7e6b08) Indicate STUN packet processing error - [`de5a62f`](https://github.com/netbirdio/netbird/commit/de5a62f9ec2b2b462ddad5e4bb53af1802cbe404) Fix lint hint - [`f4990f7`](https://github.com/netbirdio/netbird/commit/f4990f7453f55e47b5766cfb5fe36610071edfac) Fix error handling in sticky_linux_test.go ### 📊 Changes **11 files changed** (+898 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) 📝 `iface/bind/bind.go` (+356 -113) ➕ `iface/bind/controlfns.go` (+36 -0) ➕ `iface/bind/controlfns_linux.go` (+44 -0) ➕ `iface/bind/controlfns_unix.go` (+28 -0) ➕ `iface/bind/mark_default.go` (+14 -0) ➕ `iface/bind/mark_unix.go` (+67 -0) ➕ `iface/bind/sticky_default.go` (+26 -0) ➕ `iface/bind/sticky_linux.go` (+111 -0) ➕ `iface/bind/sticky_linux_test.go` (+213 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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 03:07:48 -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#15498