From 8538c5699e7def695148cce641dc15e5a7a2d351 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Mon, 22 Jul 2024 18:35:16 -0400 Subject: [PATCH] Remove TODO in .../ovn/uninstall.go "need to be removed when the clusters are fully upgraded to new implementation." ...since there's an issue created for it https://github.com/submariner-io/submariner/issues/2806 Signed-off-by: Tom Pantelis --- pkg/routeagent_driver/handlers/ovn/uninstall.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/routeagent_driver/handlers/ovn/uninstall.go b/pkg/routeagent_driver/handlers/ovn/uninstall.go index a893a6ed7..4310db03d 100644 --- a/pkg/routeagent_driver/handlers/ovn/uninstall.go +++ b/pkg/routeagent_driver/handlers/ovn/uninstall.go @@ -103,7 +103,6 @@ func (ovn *Handler) cleanupRoutes() error { return nil } -// TODO need to be removed when the clusters are fully upgraded to new implementation. func (ovn *Handler) LegacyCleanup() { err := vsctl.DelInternalPort(ovnK8sSubmarinerBridge, ovnK8sSubmarinerInterface) if err != nil {