mirror of
https://github.com/fosrl/newt.git
synced 2026-02-26 14:56:40 +00:00
Fix incrementor not updating; restrict routes to darwin
This commit is contained in:
@@ -115,7 +115,7 @@ func RemoveIPv4IncludedRoute(route IPv4Route) {
|
||||
if r == route {
|
||||
networkSettings.IPv4IncludedRoutes = append(routes[:i], routes[i+1:]...)
|
||||
logger.Info("Removed IPv4 included route: %+v", route)
|
||||
return
|
||||
break
|
||||
}
|
||||
}
|
||||
incrementor++
|
||||
|
||||
Reference in New Issue
Block a user