Fix incrementor not updating; restrict routes to darwin

This commit is contained in:
Owen
2025-12-31 15:58:04 -05:00
parent c3fad797e5
commit 9bb4bbccb8
2 changed files with 11 additions and 9 deletions

View File

@@ -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++