Skip to content

Commit

Permalink
Remove linux restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
lixmal committed Jan 2, 2025
1 parent 2930288 commit 88b420d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/internal/routemanager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,6 @@ func (m *DefaultManager) classifyRoutes(newRoutes []*route.Route) (map[route.ID]
haID := newRoute.GetHAUniqueID()
if newRoute.Peer == m.pubKey {
ownNetworkIDs[haID] = true
// only linux is supported for now
//if runtime.GOOS != "linux" {
// log.Warnf("received a route to manage, but agent doesn't support router mode on %s OS", runtime.GOOS)
// continue
//}
newServerRoutesMap[newRoute.ID] = newRoute
}
}
Expand Down

0 comments on commit 88b420d

Please sign in to comment.