[PR #896] [MERGED] Windows MTU fix and wg/win version update #14476

Closed
opened 2026-08-05 03:05:42 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/896
Author: @pappz
Created: 5/24/2023
Status: Merged
Merged: 5/25/2023
Merged by: @pappz

Base: mainHead: wgwin_version_update


📝 Commits (7)

  • f0b654e wireguard/windows version update to 0.5.3
  • c509011 Follow up forked wireguard-go MTU related change
  • 3b1f46a Follow up forked wireguard-go MTU related change
  • d301ea2 Merge remote-tracking branch 'origin/wgwin_version_update' into wgwin_version_update
  • 88c75d0 use MibIPInterfaceRow to set MTU
  • 2108de1 revert log level
  • fb8a2ce revert log level

📊 Changes

3 files changed (+25 additions, -8 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -4)
📝 iface/tun_windows.go (+19 -2)

📄 Description

Describe your changes

  • wireguard/windows version update to 0.5.3
  • follow up forked wireguard-go MTU related changes
  • fix MTU settings on Windows

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/896 **Author:** [@pappz](https://github.com/pappz) **Created:** 5/24/2023 **Status:** ✅ Merged **Merged:** 5/25/2023 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `main` ← **Head:** `wgwin_version_update` --- ### 📝 Commits (7) - [`f0b654e`](https://github.com/netbirdio/netbird/commit/f0b654ea5e02486aaceac8f38da7ee0294d020f6) wireguard/windows version update to 0.5.3 - [`c509011`](https://github.com/netbirdio/netbird/commit/c509011811edad2a3a0ab9ea2827c1a792f3f147) Follow up forked wireguard-go MTU related change - [`3b1f46a`](https://github.com/netbirdio/netbird/commit/3b1f46a809e7be3b8b8ade852c812265533ea26e) Follow up forked wireguard-go MTU related change - [`d301ea2`](https://github.com/netbirdio/netbird/commit/d301ea22aedac0c014271ab1982abe0b6bb51fe0) Merge remote-tracking branch 'origin/wgwin_version_update' into wgwin_version_update - [`88c75d0`](https://github.com/netbirdio/netbird/commit/88c75d06f83140abb62bf82cbf618f2ac11db3d9) use MibIPInterfaceRow to set MTU - [`2108de1`](https://github.com/netbirdio/netbird/commit/2108de12797a716d3af5bb07d62b609f3857ede0) revert log level - [`fb8a2ce`](https://github.com/netbirdio/netbird/commit/fb8a2cea24b5ef8b041ff249bfc937aa0b3c1cbc) revert log level ### 📊 Changes **3 files changed** (+25 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) 📝 `iface/tun_windows.go` (+19 -2) </details> ### 📄 Description ## Describe your changes - wireguard/windows version update to 0.5.3 - follow up forked wireguard-go MTU related changes - fix MTU settings on Windows ## 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 03:05:42 -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#14476