mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-23 07:31:08 +09:00
15c1cfd778
When exit routes are approved, SubnetRoutes remains empty because exit routes (0.0.0.0/0, ::/0) are classified separately. Without checking ExitRoutes, the PolicyManager cache is not invalidated on exit route approval, causing stale filter rules that lack via grant entries for autogroup:internet destinations. Updates #2180