mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-08 00:50:20 +09:00
073f11b6bf
f16: CIDR-only bidirectional ACL — proves SaaS makes subnet routers peers with CIDR-only rules and generates correct filter rules. f18: CIDR + tag-based ACL — adds tag:ha ↔ tag:router rules. Fix TestRoutesCompatReduceRoutes to pair src↔dst per-rule instead of cross-product across all rules. Tag-based rules resolve to node IPs in filter dests, not subnet CIDRs — a source in the tag rule should only be tested against that rule's destinations. Updates #3157