[PR #1917] [MERGED] add autogroup:internet, fix reduce filter rules #2396

Closed
opened 2025-12-29 03:21:03 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1917
Author: @kradalby
Created: 4/29/2024
Status: Merged
Merged: 4/30/2024
Merged by: @kradalby

Base: mainHead: kradalby/policy-exit-node


📝 Commits (3)

📊 Changes

3 files changed (+619 additions, -7 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 hscontrol/policy/acls.go (+56 -5)
📝 hscontrol/policy/acls_test.go (+562 -2)

📄 Description

This PR contains two features:

  • autogroup:internet for policy
  • fix of a too aggressive reduction of node specific rules

The majority of lines in this PR is tests based on #1817 and #1786.

Fixes #1817
Fixes #1786
Updates #657


🔄 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/juanfont/headscale/pull/1917 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/30/2024 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/policy-exit-node` --- ### 📝 Commits (3) - [`e0134ea`](https://github.com/juanfont/headscale/commit/e0134ea229bd4a92c0e4c23daf48083fefa26358) add tests to reproduce #1786 - [`1561838`](https://github.com/juanfont/headscale/commit/1561838e831db66eb7768d91e10c73d1ec3f1143) add autogroup:internet - [`5bb746c`](https://github.com/juanfont/headscale/commit/5bb746c1032dc399fdf158c714c59b3fa4644cf8) more tests and fix ### 📊 Changes **3 files changed** (+619 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `hscontrol/policy/acls.go` (+56 -5) 📝 `hscontrol/policy/acls_test.go` (+562 -2) </details> ### 📄 Description This PR contains two features: - `autogroup:internet` for policy - fix of a too aggressive reduction of node specific rules The majority of lines in this PR is tests based on #1817 and #1786. Fixes #1817 Fixes #1786 Updates #657 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:21:03 +01:00
adam closed this issue 2025-12-29 03:21:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2396