[PR #3624] [MERGED] [client] Fix missing inbound flows in Linux userspace mode with native router #20993

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3624
Author: @lixmal
Created: 4/4/2025
Status: Merged
Merged: 4/5/2025
Merged by: @lixmal

Base: mainHead: fix-usp-router-inbound


📝 Commits (2)

  • 7c353f2 Fix missing inbound flows in Linux userspace mode with native router
  • 6711ac3 Fix route enable/disable order for userspace mode

📊 Changes

3 files changed (+22 additions, -17 deletions)

View changed files

📝 client/firewall/uspfilter/uspfilter.go (+5 -2)
📝 client/internal/engine.go (+5 -5)
📝 client/internal/routemanager/server_nonandroid.go (+12 -10)

📄 Description

Describe your changes

  • Fixes missing inbound flows
  • Fixes NAT in userspace mode with native router (was broken on up)

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/3624 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 4/4/2025 **Status:** ✅ Merged **Merged:** 4/5/2025 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `fix-usp-router-inbound` --- ### 📝 Commits (2) - [`7c353f2`](https://github.com/netbirdio/netbird/commit/7c353f23b8071c63bb356303d37d1ebecc09a70f) Fix missing inbound flows in Linux userspace mode with native router - [`6711ac3`](https://github.com/netbirdio/netbird/commit/6711ac34f18f60dea608b653da4f9dc16f3fcea6) Fix route enable/disable order for userspace mode ### 📊 Changes **3 files changed** (+22 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `client/firewall/uspfilter/uspfilter.go` (+5 -2) 📝 `client/internal/engine.go` (+5 -5) 📝 `client/internal/routemanager/server_nonandroid.go` (+12 -10) </details> ### 📄 Description ## Describe your changes - Fixes missing inbound flows - Fixes NAT in userspace mode with native router (was broken on `up`) ## 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 05:07:57 -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#20993