[PR #891] [MERGED] Feat linux firewall support fix async #14474

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/891
Author: @gigovich
Created: 5/23/2023
Status: Merged
Merged: 5/23/2023
Merged by: @gigovich

Base: feat-linux-firewall-supportHead: feat-linux-firewall-support-fix-async


📝 Commits (4)

  • 1bfd0e0 Init parser for each packet to avoid missed cleanup.
  • fb56286 Use sync pool of decoders to handle async filtering
  • e69f94c Rename self var for uspfilter manager
  • 3ca8140 Move decoder struct to top of the declarations

📊 Changes

1 file changed (+85 additions, -88 deletions)

View changed files

📝 client/firewall/uspfilter/uspfilter.go (+85 -88)

📄 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/891 **Author:** [@gigovich](https://github.com/gigovich) **Created:** 5/23/2023 **Status:** ✅ Merged **Merged:** 5/23/2023 **Merged by:** [@gigovich](https://github.com/gigovich) **Base:** `feat-linux-firewall-support` ← **Head:** `feat-linux-firewall-support-fix-async` --- ### 📝 Commits (4) - [`1bfd0e0`](https://github.com/netbirdio/netbird/commit/1bfd0e01983e7fc309b01e6a7b4dccdf55d8a120) Init parser for each packet to avoid missed cleanup. - [`fb56286`](https://github.com/netbirdio/netbird/commit/fb5628617778c64266c0e844dd81be7d3d41fbec) Use sync pool of decoders to handle async filtering - [`e69f94c`](https://github.com/netbirdio/netbird/commit/e69f94c4b1365e0f9ab064b3281efce2284e6789) Rename self var for uspfilter manager - [`3ca8140`](https://github.com/netbirdio/netbird/commit/3ca81403ec855025a9b5d70b321b8476dc92fccf) Move decoder struct to top of the declarations ### 📊 Changes **1 file changed** (+85 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `client/firewall/uspfilter/uspfilter.go` (+85 -88) </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 03:05:41 -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#14474