{policy, node}: allow return paths in route reduction (#2767)

This commit is contained in:
Kristoffer Dalby 2025-09-12 11:47:51 +02:00 committed by GitHub
parent 3950f8f171
commit 1b1c989268
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 177 additions and 15 deletions

View file

@ -70,6 +70,8 @@ upstream is changed.
[#2741](https://github.com/juanfont/headscale/pull/2741)
- Add support for `autogroup:member`, `autogroup:tagged`
[#2572](https://github.com/juanfont/headscale/pull/2572)
- Fix bug where return routes were being removed by policy
[#2767](https://github.com/juanfont/headscale/pull/2767)
- Remove policy v1 code [#2600](https://github.com/juanfont/headscale/pull/2600)
- Refactor Debian/Ubuntu packaging and drop support for Ubuntu 20.04.
[#2614](https://github.com/juanfont/headscale/pull/2614)