[PR #3538] [MERGED] [client] fix netflow resource id parse & loggin #20721

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3538
Author: @hakansa
Created: 3/18/2025
Status: Merged
Merged: 3/20/2025
Merged by: @hakansa

Base: feature/flowHead: fix/netflow-resid


📝 Commits (5)

  • 64bf822 Refactor netflow manager logging and error handling; improve clarity and consistency
  • 4fea46c Remove unnecessary logging for netflow manager enable/disable operations
  • 8d3f5e6 Update client/internal/netflow/manager.go
  • 3ce9631 Simplify error handling in RemovePeerStateRoute by removing unnecessary logging for prefix parsing
  • 9ab5100 directly return the result of enableFlow

📊 Changes

2 files changed (+18 additions, -13 deletions)

View changed files

📝 client/internal/netflow/manager.go (+16 -6)
📝 client/internal/peer/status.go (+2 -7)

📄 Description

…and consistency

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/3538 **Author:** [@hakansa](https://github.com/hakansa) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@hakansa](https://github.com/hakansa) **Base:** `feature/flow` ← **Head:** `fix/netflow-resid` --- ### 📝 Commits (5) - [`64bf822`](https://github.com/netbirdio/netbird/commit/64bf822d6d583e74ad15350608311efd40787740) Refactor netflow manager logging and error handling; improve clarity and consistency - [`4fea46c`](https://github.com/netbirdio/netbird/commit/4fea46ce0506df734c0ac36716971e0e623a56de) Remove unnecessary logging for netflow manager enable/disable operations - [`8d3f5e6`](https://github.com/netbirdio/netbird/commit/8d3f5e62a9db0c4f9914a1aa8275a64f36f04bea) Update client/internal/netflow/manager.go - [`3ce9631`](https://github.com/netbirdio/netbird/commit/3ce96317fe27746076677a3ab1834515a11b335c) Simplify error handling in RemovePeerStateRoute by removing unnecessary logging for prefix parsing - [`9ab5100`](https://github.com/netbirdio/netbird/commit/9ab510097d4a70bd506e8f66e090ef876cf16099) directly return the result of enableFlow ### 📊 Changes **2 files changed** (+18 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/netflow/manager.go` (+16 -6) 📝 `client/internal/peer/status.go` (+2 -7) </details> ### 📄 Description …and consistency ## Describe your changes ## Issue ticket number and link ### 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 --- <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:36 -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#20721