mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-19 03:16:58 +02:00
fix route deletion
This commit is contained in:
@@ -53,8 +53,7 @@ func NewManager(ctx context.Context, pubKey string, wgInterface *iface.WGIface,
|
||||
notifier: newNotifier(),
|
||||
}
|
||||
|
||||
log.Debug("initializing route manager")
|
||||
if runtime.GOOS == "android" || runtime.GOOS == "ios" {
|
||||
if runtime.GOOS == "android" {
|
||||
cr := dm.clientRoutes(initialRoutes)
|
||||
dm.notifier.setInitialClientRoutes(cr)
|
||||
}
|
||||
|
Reference in New Issue
Block a user