From 665f41931cfb0a5c4d106444284c4aba9e5f0beb Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 7 Jan 2026 17:35:54 +0000 Subject: [PATCH] ipn: adding to test data Signed-off-by: chaosinthecrd --- ipn/ipnlocal/local_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ipn/ipnlocal/local_test.go b/ipn/ipnlocal/local_test.go index 457bc297b..bcc5ebaf2 100644 --- a/ipn/ipnlocal/local_test.go +++ b/ipn/ipnlocal/local_test.go @@ -7319,6 +7319,9 @@ func TestRouteAllDisabled(t *testing.T) { pp("100.94.122.93/32"), pp("100.79.141.115/32"), + // a /28 range will not be added, since this is not a Service IP range (which is always /32, a single IP) + pp("100.64.0.0/28"), + // ips outside the tailscale cgnat/ula range are not added to the router config pp("192.168.0.45/32"), pp("fd7a:115c:b1e0::2501:9b83/128"),