Skip routed candidate check when advanced routing is active

This commit is contained in:
Viktor Liu
2026-04-18 18:47:50 +02:00
parent 514934e8ff
commit c31c3bb928
5 changed files with 11 additions and 23 deletions

View File

@@ -22,10 +22,6 @@ func GetRoutesFromTable() ([]netip.Prefix, error) {
return []netip.Prefix{}, nil
}
func hasSeparateRouting() ([]netip.Prefix, error) {
return []netip.Prefix{}, nil
}
// GetDetailedRoutesFromTable returns empty routes for WASM.
func GetDetailedRoutesFromTable() ([]DetailedRoute, error) {
return []DetailedRoute{}, nil