[management] Remove remaining backend linux router limitation (#3589)

This commit is contained in:
Viktor Liu
2025-04-01 21:29:57 +02:00
committed by GitHub
parent 3658215747
commit 09243a0fe0
3 changed files with 4 additions and 23 deletions

View File

@@ -149,11 +149,6 @@ func (a *Account) getRoutingPeerRoutes(ctx context.Context, peerID string) (enab
return enabledRoutes, disabledRoutes
}
// currently we support only linux routing peers
if peer.Meta.GoOS != "linux" {
return enabledRoutes, disabledRoutes
}
seenRoute := make(map[route.ID]struct{})
takeRoute := func(r *route.Route, id string) {