Merge branch 'main' into apply-routes-early

This commit is contained in:
Viktor Liu
2025-06-03 10:29:02 +02:00
16 changed files with 368 additions and 93 deletions

View File

@@ -24,7 +24,6 @@ func NewRoute(rt *route.Route, routeRefCounter *refcounter.RouteRefCounter, allo
}
}
// Route route methods
func (r *Route) String() string {
return r.route.Network.String()
}