mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-30 10:07:52 +00:00
The integration test cannot prove end-to-end subnet-to-subnet data plane in Docker-in-Docker: forwarding from eth0 through the Tailscale tunnel interface requires Linux policy routing that doesn't work in the hi test runner's container environment. The #3157 fix (CIDR-only ACL making subnet routers peers) is validated by the golden data compat tests (f10-f16) which compare headscale's filter compilation and peer visibility against SaaS. Updates #3157