ipn/ipnlocal, types: plumb tailnet display name cap through to network profile (#17045)

Updates tailscale/corp#30456

Signed-off-by: Nick O'Neill <nick@tailscale.com>
This commit is contained in:
Nick O'Neill
2025-09-09 09:03:01 -07:00
committed by GitHub
parent f1ded84454
commit 77250a301a
4 changed files with 26 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ func (nb *nodeBackend) NetworkProfile() ipn.NetworkProfile {
// These are ok to call with nil netMap.
MagicDNSName: nb.netMap.MagicDNSSuffix(),
DomainName: nb.netMap.DomainName(),
DisplayName: nb.netMap.TailnetDisplayName(),
}
}