policy/v2: add advertised routes to compat test topologies

Add routable_ips and approved_routes fields to the node topology
definitions in all golden test files. These represent the subnet
routes actually advertised by nodes on the Tailscale SaaS network
during data capture:

  Routes topology (92 files, 6 router nodes):
    big-router:     10.0.0.0/8
    subnet-router:  10.33.0.0/16
    ha-router1:     192.168.1.0/24
    ha-router2:     192.168.1.0/24
    multi-router:   172.16.0.0/24
    exit-node:      0.0.0.0/0, ::/0

  ACL topology (199 files, 1 router node):
    subnet-router:  10.33.0.0/16

  Grants topology (203 files, 1 router node):
    subnet-router:  10.33.0.0/16

The route assignments were deduced from the golden data by analyzing
which router nodes receive FilterRules for which destination CIDRs
across all test files, and cross-referenced with the MTS setup
script (setup_grant_nodes.sh).

Updates #2180
This commit is contained in:
Kristoffer Dalby 2026-03-18 13:40:19 +00:00
parent 927ce418d2
commit 995ed0187c
494 changed files with 76022 additions and 15770 deletions

View file

@ -38,7 +38,13 @@
}
]
},
"grants_section": [{ "src": ["tag:client"], "dst": ["*"], "ip": ["*"] }],
"grants_section": [
{
"src": ["tag:client"],
"dst": ["*"],
"ip": ["*"]
}
],
"api_endpoint": "https://api.tailscale.com/api/v2/tailnet/kratail2tid%40passkey/acl",
"api_method": "POST",
"api_response_code": 200
@ -61,7 +67,9 @@
"user_id": 7489538288452506,
"tags": ["tag:router"],
"ipv4": "100.92.142.61",
"ipv6": "fd7a:115c:a1e0::3e37:8e3d"
"ipv6": "fd7a:115c:a1e0::3e37:8e3d",
"routable_ips": ["10.33.0.0/16"],
"approved_routes": ["10.33.0.0/16"]
},
"tagged-client": {
"mts_name": "tagged-client",
@ -128,7 +136,15 @@
"packet_filter_rules": [
{
"SrcIPs": ["100.83.200.69", "fd7a:115c:a1e0::c537:c845"],
"DstPorts": [{ "IP": "*", "Ports": { "First": 0, "Last": 65535 } }]
"DstPorts": [
{
"IP": "*",
"Ports": {
"First": 0,
"Last": 65535
}
}
]
}
],
"packet_filter_matches": [
@ -137,8 +153,20 @@
"Srcs": ["100.83.200.69/32", "fd7a:115c:a1e0::c537:c845/128"],
"SrcCaps": null,
"Dsts": [
{ "Net": "0.0.0.0/0", "Ports": { "First": 0, "Last": 65535 } },
{ "Net": "::/0", "Ports": { "First": 0, "Last": 65535 } }
{
"Net": "0.0.0.0/0",
"Ports": {
"First": 0,
"Last": 65535
}
},
{
"Net": "::/0",
"Ports": {
"First": 0,
"Last": 65535
}
}
],
"Caps": []
}
@ -174,8 +202,14 @@
"OS": "linux",
"Hostname": "tagged-client",
"Services": [
{ "Proto": "peerapi4", "Port": 41378 },
{ "Proto": "peerapi6", "Port": 41378 }
{
"Proto": "peerapi4",
"Port": 41378
},
{
"Proto": "peerapi6",
"Port": 41378
}
]
},
"Created": "2026-02-23T00:13:11.017324028Z",
@ -185,7 +219,11 @@
"ComputedName": "tagged-client",
"ComputedNameWithHost": "tagged-client"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},
@ -224,7 +262,15 @@
"packet_filter_rules": [
{
"SrcIPs": ["100.83.200.69", "fd7a:115c:a1e0::c537:c845"],
"DstPorts": [{ "IP": "*", "Ports": { "First": 0, "Last": 65535 } }]
"DstPorts": [
{
"IP": "*",
"Ports": {
"First": 0,
"Last": 65535
}
}
]
}
],
"packet_filter_matches": [
@ -233,8 +279,20 @@
"Srcs": ["100.83.200.69/32", "fd7a:115c:a1e0::c537:c845/128"],
"SrcCaps": null,
"Dsts": [
{ "Net": "0.0.0.0/0", "Ports": { "First": 0, "Last": 65535 } },
{ "Net": "::/0", "Ports": { "First": 0, "Last": 65535 } }
{
"Net": "0.0.0.0/0",
"Ports": {
"First": 0,
"Last": 65535
}
},
{
"Net": "::/0",
"Ports": {
"First": 0,
"Last": 65535
}
}
],
"Caps": []
}
@ -270,8 +328,14 @@
"OS": "linux",
"Hostname": "tagged-client",
"Services": [
{ "Proto": "peerapi4", "Port": 41378 },
{ "Proto": "peerapi6", "Port": 41378 }
{
"Proto": "peerapi4",
"Port": 41378
},
{
"Proto": "peerapi6",
"Port": 41378
}
]
},
"Created": "2026-02-23T00:13:11.017324028Z",
@ -281,7 +345,11 @@
"ComputedName": "tagged-client",
"ComputedNameWithHost": "tagged-client"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},
@ -320,7 +388,15 @@
"packet_filter_rules": [
{
"SrcIPs": ["100.83.200.69", "fd7a:115c:a1e0::c537:c845"],
"DstPorts": [{ "IP": "*", "Ports": { "First": 0, "Last": 65535 } }]
"DstPorts": [
{
"IP": "*",
"Ports": {
"First": 0,
"Last": 65535
}
}
]
}
],
"packet_filter_matches": [
@ -329,8 +405,20 @@
"Srcs": ["100.83.200.69/32", "fd7a:115c:a1e0::c537:c845/128"],
"SrcCaps": null,
"Dsts": [
{ "Net": "0.0.0.0/0", "Ports": { "First": 0, "Last": 65535 } },
{ "Net": "::/0", "Ports": { "First": 0, "Last": 65535 } }
{
"Net": "0.0.0.0/0",
"Ports": {
"First": 0,
"Last": 65535
}
},
{
"Net": "::/0",
"Ports": {
"First": 0,
"Last": 65535
}
}
],
"Caps": []
}
@ -361,8 +449,14 @@
"OS": "linux",
"Hostname": "exit-node",
"Services": [
{ "Proto": "peerapi4", "Port": 37000 },
{ "Proto": "peerapi6", "Port": 37000 }
{
"Proto": "peerapi4",
"Port": 37000
},
{
"Proto": "peerapi6",
"Port": 37000
}
]
},
"Created": "2026-02-23T00:13:20.566112173Z",
@ -372,7 +466,11 @@
"ComputedName": "exit-node",
"ComputedNameWithHost": "exit-node"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},
@ -401,8 +499,14 @@
"OS": "linux",
"Hostname": "subnet-router",
"Services": [
{ "Proto": "peerapi4", "Port": 63250 },
{ "Proto": "peerapi6", "Port": 63250 }
{
"Proto": "peerapi4",
"Port": 63250
},
{
"Proto": "peerapi6",
"Port": 63250
}
]
},
"Created": "2026-02-23T00:13:15.731478784Z",
@ -413,7 +517,11 @@
"ComputedName": "subnet-router",
"ComputedNameWithHost": "subnet-router"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},
@ -442,8 +550,14 @@
"OS": "linux",
"Hostname": "tagged-prod",
"Services": [
{ "Proto": "peerapi4", "Port": 37678 },
{ "Proto": "peerapi6", "Port": 37678 }
{
"Proto": "peerapi4",
"Port": 37678
},
{
"Proto": "peerapi6",
"Port": 37678
}
]
},
"Created": "2026-02-20T14:03:12.89283153Z",
@ -453,7 +567,11 @@
"ComputedName": "tagged-prod",
"ComputedNameWithHost": "tagged-prod"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},
@ -482,8 +600,14 @@
"OS": "linux",
"Hostname": "tagged-server",
"Services": [
{ "Proto": "peerapi4", "Port": 46499 },
{ "Proto": "peerapi6", "Port": 46499 }
{
"Proto": "peerapi4",
"Port": 46499
},
{
"Proto": "peerapi6",
"Port": 46499
}
]
},
"Created": "2026-01-23T10:10:26.365653609Z",
@ -493,7 +617,11 @@
"ComputedName": "tagged-server",
"ComputedNameWithHost": "tagged-server"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},
@ -523,8 +651,14 @@
"OS": "linux",
"Hostname": "user-kris",
"Services": [
{ "Proto": "peerapi4", "Port": 40159 },
{ "Proto": "peerapi6", "Port": 40159 }
{
"Proto": "peerapi4",
"Port": 40159
},
{
"Proto": "peerapi6",
"Port": 40159
}
]
},
"Created": "2026-02-20T14:09:34.803901523Z",
@ -533,7 +667,11 @@
"ComputedName": "user-kris",
"ComputedNameWithHost": "user-kris"
},
"UserProfile": { "ID": 4538565228176803, "LoginName": "kristoffer@dalby.cc", "DisplayName": "kristoffer" },
"UserProfile": {
"ID": 4538565228176803,
"LoginName": "kristoffer@dalby.cc",
"DisplayName": "kristoffer"
},
"CapMap": null
}
},
@ -563,8 +701,14 @@
"OS": "linux",
"Hostname": "user-mon",
"Services": [
{ "Proto": "peerapi4", "Port": 33201 },
{ "Proto": "peerapi6", "Port": 33201 }
{
"Proto": "peerapi4",
"Port": 33201
},
{
"Proto": "peerapi6",
"Port": 33201
}
]
},
"Created": "2026-02-20T14:09:00.203639664Z",
@ -607,8 +751,14 @@
"OS": "linux",
"Hostname": "user1",
"Services": [
{ "Proto": "peerapi4", "Port": 46708 },
{ "Proto": "peerapi6", "Port": 46708 }
{
"Proto": "peerapi4",
"Port": 46708
},
{
"Proto": "peerapi6",
"Port": 46708
}
]
},
"Created": "2026-01-23T10:04:13.531671894Z",
@ -617,7 +767,11 @@
"ComputedName": "user1",
"ComputedNameWithHost": "user1"
},
"UserProfile": { "ID": 4156223528223174, "LoginName": "kratail2tid@passkey", "DisplayName": "kratail2tid" },
"UserProfile": {
"ID": 4156223528223174,
"LoginName": "kratail2tid@passkey",
"DisplayName": "kratail2tid"
},
"CapMap": null
}
}
@ -631,7 +785,15 @@
"packet_filter_rules": [
{
"SrcIPs": ["100.83.200.69", "fd7a:115c:a1e0::c537:c845"],
"DstPorts": [{ "IP": "*", "Ports": { "First": 0, "Last": 65535 } }]
"DstPorts": [
{
"IP": "*",
"Ports": {
"First": 0,
"Last": 65535
}
}
]
}
],
"packet_filter_matches": [
@ -640,8 +802,20 @@
"Srcs": ["100.83.200.69/32", "fd7a:115c:a1e0::c537:c845/128"],
"SrcCaps": null,
"Dsts": [
{ "Net": "0.0.0.0/0", "Ports": { "First": 0, "Last": 65535 } },
{ "Net": "::/0", "Ports": { "First": 0, "Last": 65535 } }
{
"Net": "0.0.0.0/0",
"Ports": {
"First": 0,
"Last": 65535
}
},
{
"Net": "::/0",
"Ports": {
"First": 0,
"Last": 65535
}
}
],
"Caps": []
}
@ -682,8 +856,14 @@
"OS": "linux",
"Hostname": "tagged-client",
"Services": [
{ "Proto": "peerapi4", "Port": 41378 },
{ "Proto": "peerapi6", "Port": 41378 }
{
"Proto": "peerapi4",
"Port": 41378
},
{
"Proto": "peerapi6",
"Port": 41378
}
]
},
"Created": "2026-02-23T00:13:11.017324028Z",
@ -693,7 +873,11 @@
"ComputedName": "tagged-client",
"ComputedNameWithHost": "tagged-client"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},
@ -727,7 +911,15 @@
"packet_filter_rules": [
{
"SrcIPs": ["100.83.200.69", "fd7a:115c:a1e0::c537:c845"],
"DstPorts": [{ "IP": "*", "Ports": { "First": 0, "Last": 65535 } }]
"DstPorts": [
{
"IP": "*",
"Ports": {
"First": 0,
"Last": 65535
}
}
]
}
],
"packet_filter_matches": [
@ -736,8 +928,20 @@
"Srcs": ["100.83.200.69/32", "fd7a:115c:a1e0::c537:c845/128"],
"SrcCaps": null,
"Dsts": [
{ "Net": "0.0.0.0/0", "Ports": { "First": 0, "Last": 65535 } },
{ "Net": "::/0", "Ports": { "First": 0, "Last": 65535 } }
{
"Net": "0.0.0.0/0",
"Ports": {
"First": 0,
"Last": 65535
}
},
{
"Net": "::/0",
"Ports": {
"First": 0,
"Last": 65535
}
}
],
"Caps": []
}
@ -778,8 +982,14 @@
"OS": "linux",
"Hostname": "tagged-client",
"Services": [
{ "Proto": "peerapi4", "Port": 41378 },
{ "Proto": "peerapi6", "Port": 41378 }
{
"Proto": "peerapi4",
"Port": 41378
},
{
"Proto": "peerapi6",
"Port": 41378
}
]
},
"Created": "2026-02-23T00:13:11.017324028Z",
@ -789,7 +999,11 @@
"ComputedName": "tagged-client",
"ComputedNameWithHost": "tagged-client"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},
@ -823,7 +1037,15 @@
"packet_filter_rules": [
{
"SrcIPs": ["100.83.200.69", "fd7a:115c:a1e0::c537:c845"],
"DstPorts": [{ "IP": "*", "Ports": { "First": 0, "Last": 65535 } }]
"DstPorts": [
{
"IP": "*",
"Ports": {
"First": 0,
"Last": 65535
}
}
]
}
],
"packet_filter_matches": [
@ -832,8 +1054,20 @@
"Srcs": ["100.83.200.69/32", "fd7a:115c:a1e0::c537:c845/128"],
"SrcCaps": null,
"Dsts": [
{ "Net": "0.0.0.0/0", "Ports": { "First": 0, "Last": 65535 } },
{ "Net": "::/0", "Ports": { "First": 0, "Last": 65535 } }
{
"Net": "0.0.0.0/0",
"Ports": {
"First": 0,
"Last": 65535
}
},
{
"Net": "::/0",
"Ports": {
"First": 0,
"Last": 65535
}
}
],
"Caps": []
}
@ -874,8 +1108,14 @@
"OS": "linux",
"Hostname": "tagged-client",
"Services": [
{ "Proto": "peerapi4", "Port": 41378 },
{ "Proto": "peerapi6", "Port": 41378 }
{
"Proto": "peerapi4",
"Port": 41378
},
{
"Proto": "peerapi6",
"Port": 41378
}
]
},
"Created": "2026-02-23T00:13:11.017324028Z",
@ -885,7 +1125,11 @@
"ComputedName": "tagged-client",
"ComputedNameWithHost": "tagged-client"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},
@ -919,7 +1163,15 @@
"packet_filter_rules": [
{
"SrcIPs": ["100.83.200.69", "fd7a:115c:a1e0::c537:c845"],
"DstPorts": [{ "IP": "*", "Ports": { "First": 0, "Last": 65535 } }]
"DstPorts": [
{
"IP": "*",
"Ports": {
"First": 0,
"Last": 65535
}
}
]
}
],
"packet_filter_matches": [
@ -928,8 +1180,20 @@
"Srcs": ["100.83.200.69/32", "fd7a:115c:a1e0::c537:c845/128"],
"SrcCaps": null,
"Dsts": [
{ "Net": "0.0.0.0/0", "Ports": { "First": 0, "Last": 65535 } },
{ "Net": "::/0", "Ports": { "First": 0, "Last": 65535 } }
{
"Net": "0.0.0.0/0",
"Ports": {
"First": 0,
"Last": 65535
}
},
{
"Net": "::/0",
"Ports": {
"First": 0,
"Last": 65535
}
}
],
"Caps": []
}
@ -970,8 +1234,14 @@
"OS": "linux",
"Hostname": "tagged-client",
"Services": [
{ "Proto": "peerapi4", "Port": 41378 },
{ "Proto": "peerapi6", "Port": 41378 }
{
"Proto": "peerapi4",
"Port": 41378
},
{
"Proto": "peerapi6",
"Port": 41378
}
]
},
"Created": "2026-02-23T00:13:11.017324028Z",
@ -981,7 +1251,11 @@
"ComputedName": "tagged-client",
"ComputedNameWithHost": "tagged-client"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},
@ -1015,7 +1289,15 @@
"packet_filter_rules": [
{
"SrcIPs": ["100.83.200.69", "fd7a:115c:a1e0::c537:c845"],
"DstPorts": [{ "IP": "*", "Ports": { "First": 0, "Last": 65535 } }]
"DstPorts": [
{
"IP": "*",
"Ports": {
"First": 0,
"Last": 65535
}
}
]
}
],
"packet_filter_matches": [
@ -1024,8 +1306,20 @@
"Srcs": ["100.83.200.69/32", "fd7a:115c:a1e0::c537:c845/128"],
"SrcCaps": null,
"Dsts": [
{ "Net": "0.0.0.0/0", "Ports": { "First": 0, "Last": 65535 } },
{ "Net": "::/0", "Ports": { "First": 0, "Last": 65535 } }
{
"Net": "0.0.0.0/0",
"Ports": {
"First": 0,
"Last": 65535
}
},
{
"Net": "::/0",
"Ports": {
"First": 0,
"Last": 65535
}
}
],
"Caps": []
}
@ -1066,8 +1360,14 @@
"OS": "linux",
"Hostname": "tagged-client",
"Services": [
{ "Proto": "peerapi4", "Port": 41378 },
{ "Proto": "peerapi6", "Port": 41378 }
{
"Proto": "peerapi4",
"Port": 41378
},
{
"Proto": "peerapi6",
"Port": 41378
}
]
},
"Created": "2026-02-23T00:13:11.017324028Z",
@ -1077,7 +1377,11 @@
"ComputedName": "tagged-client",
"ComputedNameWithHost": "tagged-client"
},
"UserProfile": { "ID": 1260082990019555, "LoginName": "tagged-devices", "DisplayName": "Tagged Devices" },
"UserProfile": {
"ID": 1260082990019555,
"LoginName": "tagged-devices",
"DisplayName": "Tagged Devices"
},
"CapMap": null
}
},