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

@@ -48,10 +48,6 @@ func EnableIPForwarding() error {
return nil
}
func hasSeparateRouting() ([]netip.Prefix, error) {
return GetRoutesFromTable()
}
// GetIPRules returns IP rules for debugging (not supported on non-Linux platforms)
func GetIPRules() ([]IPRule, error) {
log.Infof("IP rules collection is not supported on %s", runtime.GOOS)