[PR #3440] [MERGED] Add policy IDs to firewall rules #20418

Closed
opened 2026-08-05 05:07:14 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3440
Author: @lixmal
Created: 3/5/2025
Status: Merged
Merged: 3/5/2025
Merged by: @lixmal

Base: feature/flowHead: add-mgmt-policy-id


📝 Commits (2)

📊 Changes

9 files changed (+152 additions, -114 deletions)

View changed files

📝 client/internal/acl/manager.go (+3 -3)
📝 management/proto/management.pb.go (+107 -105)
📝 management/proto/management.proto (+4 -4)
📝 management/server/policy.go (+1 -0)
📝 management/server/policy_test.go (+28 -2)
📝 management/server/route.go (+1 -0)
📝 management/server/types/account.go (+1 -0)
📝 management/server/types/firewall_rule.go (+4 -0)
📝 management/server/types/route_firewall_rule.go (+3 -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/3440 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/5/2025 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `feature/flow` ← **Head:** `add-mgmt-policy-id` --- ### 📝 Commits (2) - [`9e1ec62`](https://github.com/netbirdio/netbird/commit/9e1ec6293a37fbe70c51e6742a8daae8b9431bfa) Add policy IDs to firewall rules - [`85ec7fe`](https://github.com/netbirdio/netbird/commit/85ec7fe66a8804cddb9201bd8e375682e066c3dc) Fix tests ### 📊 Changes **9 files changed** (+152 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/acl/manager.go` (+3 -3) 📝 `management/proto/management.pb.go` (+107 -105) 📝 `management/proto/management.proto` (+4 -4) 📝 `management/server/policy.go` (+1 -0) 📝 `management/server/policy_test.go` (+28 -2) 📝 `management/server/route.go` (+1 -0) 📝 `management/server/types/account.go` (+1 -0) 📝 `management/server/types/firewall_rule.go` (+4 -0) 📝 `management/server/types/route_firewall_rule.go` (+3 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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:14 -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#20418