[PR #3958] [MERGED] [management] Persist peer flags in meta updates #22040

Closed
opened 2026-08-05 05:09:16 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3958
Author: @bcmmbaga
Created: 6/11/2025
Status: Merged
Merged: 6/11/2025
Merged by: @mlsmaycon

Base: mainHead: persist-peer-flags


📝 Commits (4)

📊 Changes

3 files changed (+102 additions, -1 deletions)

View changed files

📝 management/server/grpcserver.go (+12 -0)
📝 management/server/peer/peer.go (+32 -1)
📝 management/server/peer/peer_test.go (+58 -0)

📄 Description

Describe your changes

Stack

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

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.


🔄 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/3958 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/11/2025 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `persist-peer-flags` --- ### 📝 Commits (4) - [`85eb2f8`](https://github.com/netbirdio/netbird/commit/85eb2f853f8c0bd2b99b738ef881a6b86d376052) persist peer flags in meta updates - [`2b43f54`](https://github.com/netbirdio/netbird/commit/2b43f54a1c6043f627facc55b5276ec11d441ce4) add tests - [`33c7df6`](https://github.com/netbirdio/netbird/commit/33c7df63401d0db7d414b3c3c02e5822b4a2c168) refactor - [`c927e19`](https://github.com/netbirdio/netbird/commit/c927e190f67e038e9bb117b2b63c74b9eafb0f38) remove flag check ### 📊 Changes **3 files changed** (+102 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `management/server/grpcserver.go` (+12 -0) 📝 `management/server/peer/peer.go` (+32 -1) 📝 `management/server/peer/peer_test.go` (+58 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [x] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). --- <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:09:16 -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#22040