[PR #885] [MERGED] Remove unused peer id from firewall proto message #14472

Closed
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/885
Author: @mlsmaycon
Created: 5/21/2023
Status: Merged
Merged: 5/22/2023
Merged by: @mlsmaycon

Base: feat-linux-firewall-supportHead: remove-peerid-from-proto


📝 Commits (2)

  • 8c3fb2d Remove unused peer id from firewall proto message
  • b149abb fix failing tests

📊 Changes

5 files changed (+58 additions, -97 deletions)

View changed files

📝 client/internal/acl/manager_test.go (+0 -3)
📝 management/proto/management.pb.go (+52 -62)
📝 management/proto/management.proto (+5 -6)
📝 management/server/policy.go (+0 -5)
📝 management/server/policy_test.go (+1 -21)

📄 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/885 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 5/21/2023 **Status:** ✅ Merged **Merged:** 5/22/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `feat-linux-firewall-support` ← **Head:** `remove-peerid-from-proto` --- ### 📝 Commits (2) - [`8c3fb2d`](https://github.com/netbirdio/netbird/commit/8c3fb2dc1ebd50ecdfd57e13ba898845c3fdedb0) Remove unused peer id from firewall proto message - [`b149abb`](https://github.com/netbirdio/netbird/commit/b149abbe96fbe555e4c1d53358d66bd3b25f42ae) fix failing tests ### 📊 Changes **5 files changed** (+58 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/acl/manager_test.go` (+0 -3) 📝 `management/proto/management.pb.go` (+52 -62) 📝 `management/proto/management.proto` (+5 -6) 📝 `management/server/policy.go` (+0 -5) 📝 `management/server/policy_test.go` (+1 -21) </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 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#14472