[PR #432] [MERGED] Add Network ID and rename Prefix to Network #12613

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/432
Author: @mlsmaycon
Created: 8/22/2022
Status: Merged
Merged: 8/22/2022
Merged by: @mlsmaycon

Base: mainHead: refactor/add-net-id-rename-prefix


📝 Commits (1)

  • 2729f9f Add Network ID and rename Prefix to Network

📊 Changes

12 files changed (+403 additions, -214 deletions)

View changed files

📝 management/proto/management.pb.go (+51 -42)
📝 management/proto/management.proto (+3 -2)
📝 management/server/account.go (+1 -1)
📝 management/server/file_store.go (+8 -8)
📝 management/server/http/api/openapi.yml (+13 -7)
📝 management/server/http/api/types.gen.go (+17 -10)
📝 management/server/http/routes.go (+35 -12)
📝 management/server/http/routes_test.go (+50 -26)
📝 management/server/mock_server/account_mock.go (+3 -3)
📝 management/server/route.go (+43 -23)
📝 management/server/route_test.go (+134 -41)
📝 route/route.go (+45 -39)

📄 Description

Adding network ID will allow us to group

Renaming Prefix with Network
will keep things more clear and Consistent


🔄 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/432 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 8/22/2022 **Status:** ✅ Merged **Merged:** 8/22/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `refactor/add-net-id-rename-prefix` --- ### 📝 Commits (1) - [`2729f9f`](https://github.com/netbirdio/netbird/commit/2729f9f107fe3fde584f7f7b5e32ce54a64aa765) Add Network ID and rename Prefix to Network ### 📊 Changes **12 files changed** (+403 additions, -214 deletions) <details> <summary>View changed files</summary> 📝 `management/proto/management.pb.go` (+51 -42) 📝 `management/proto/management.proto` (+3 -2) 📝 `management/server/account.go` (+1 -1) 📝 `management/server/file_store.go` (+8 -8) 📝 `management/server/http/api/openapi.yml` (+13 -7) 📝 `management/server/http/api/types.gen.go` (+17 -10) 📝 `management/server/http/routes.go` (+35 -12) 📝 `management/server/http/routes_test.go` (+50 -26) 📝 `management/server/mock_server/account_mock.go` (+3 -3) 📝 `management/server/route.go` (+43 -23) 📝 `management/server/route_test.go` (+134 -41) 📝 `route/route.go` (+45 -39) </details> ### 📄 Description Adding network ID will allow us to group Renaming Prefix with Network will keep things more clear and Consistent --- <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 02:06: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#12613