Fix comment

This commit is contained in:
Viktor Liu 2025-10-23 17:13:34 +02:00
parent bf0698e5aa
commit 270eb37008

View File

@ -48,7 +48,7 @@ func (r *SysOps) CleanupRouting(stateManager *statemanager.Manager, advancedRout
return r.cleanupRefCounter(stateManager)
}
// FlushMarkedRoutes removes all routes marked with the configured RTF_PROTO flag.
// FlushMarkedRoutes removes single IP exclusion routes marked with the configured RTF_PROTO flag.
func (r *SysOps) FlushMarkedRoutes() error {
rib, err := retryFetchRIB()
if err != nil {