[PR #200] [MERGED] Fix detection of Wireguard kernel module #2605

Closed
opened 2025-11-20 07:11:51 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/200
Author: @stv0g
Created: 1/23/2022
Status: Merged
Merged: 1/24/2022
Merged by: @mlsmaycon

Base: mainHead: fix-module-detection


📝 Commits (1)

  • 863530a Fix detection of wireguard kernel module on non-amd64 archs

📊 Changes

2 files changed (+27 additions, -145 deletions)

View changed files

📝 iface/iface_linux.go (+27 -1)
iface/mod.go (+0 -144)

📄 Description

The old code seemed rather complex, slow and was in fact broken for a Raspberry Pi running Debian Buster which caused it to fallback to the userspace Wireguard implementation.

Closes #200


🔄 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/200 **Author:** [@stv0g](https://github.com/stv0g) **Created:** 1/23/2022 **Status:** ✅ Merged **Merged:** 1/24/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix-module-detection` --- ### 📝 Commits (1) - [`863530a`](https://github.com/netbirdio/netbird/commit/863530ae0615af937c0cddb2595d013f424682ba) Fix detection of wireguard kernel module on non-amd64 archs ### 📊 Changes **2 files changed** (+27 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `iface/iface_linux.go` (+27 -1) ➖ `iface/mod.go` (+0 -144) </details> ### 📄 Description The old code seemed rather complex, slow and was in fact broken for a Raspberry Pi running Debian Buster which caused it to fallback to the userspace Wireguard implementation. Closes #200 --- <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 2025-11-20 07:11:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2605