[PR #3088] [MERGED] [management] Account for routing source peers #16337

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3088
Author: @pascal-fischer
Created: 12/19/2024
Status: Merged
Merged: 12/20/2024
Merged by: @pascal-fischer

Base: feature/new-networks-conceptHead: feature/new-networks-concept-fix-source-peers


📝 Commits (6)

  • 6061ac8 add tests for network map generation
  • 2910825 account for source peer connections on routing
  • b12a45b fix comparison key id
  • 9e799da Merge branch 'feature/new-networks-concept-network-gen-tests' into feature/new-networks-concept-fix-source-peers
  • 3e4100f fix missing peers
  • c6c2776 [management] Refactor network router source peers collection (#3091)

📊 Changes

3 files changed (+432 additions, -32 deletions)

View changed files

📝 management/server/route_test.go (+10 -5)
📝 management/server/types/account.go (+47 -27)
management/server/types/account_test.go (+375 -0)

📄 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/3088 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 12/19/2024 **Status:** ✅ Merged **Merged:** 12/20/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `feature/new-networks-concept` ← **Head:** `feature/new-networks-concept-fix-source-peers` --- ### 📝 Commits (6) - [`6061ac8`](https://github.com/netbirdio/netbird/commit/6061ac88e293a70fab9222746f5f6b7e46cefc38) add tests for network map generation - [`2910825`](https://github.com/netbirdio/netbird/commit/29108258d96b727db235b1f849acc89b70004611) account for source peer connections on routing - [`b12a45b`](https://github.com/netbirdio/netbird/commit/b12a45bac65b77bb6eed368d64fd21b4be6fd9e0) fix comparison key id - [`9e799da`](https://github.com/netbirdio/netbird/commit/9e799da19a117daadf4e26f38f6ab23d845ad436) Merge branch 'feature/new-networks-concept-network-gen-tests' into feature/new-networks-concept-fix-source-peers - [`3e4100f`](https://github.com/netbirdio/netbird/commit/3e4100fd5518daf683a6fd37da514ed48267efa8) fix missing peers - [`c6c2776`](https://github.com/netbirdio/netbird/commit/c6c2776d91f364f0d9ceacfd14114cda498c30be) [management] Refactor network router source peers collection (#3091) ### 📊 Changes **3 files changed** (+432 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `management/server/route_test.go` (+10 -5) 📝 `management/server/types/account.go` (+47 -27) ➕ `management/server/types/account_test.go` (+375 -0) </details> ### 📄 Description ## 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 04:06:00 -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#16337