From 3bb73cd3044854ba7b51cd38c3426bf53a711441 Mon Sep 17 00:00:00 2001 From: Aswin Suryanarayanan Date: Mon, 22 Jul 2024 19:03:59 -0400 Subject: [PATCH] Remove TODO since an issues is raised #3097 Signed-off-by: Aswin Suryanarayanan --- pkg/routeagent_driver/handlers/ovn/gateway_dataplane.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/routeagent_driver/handlers/ovn/gateway_dataplane.go b/pkg/routeagent_driver/handlers/ovn/gateway_dataplane.go index fb4cc587c..1cc5ea031 100644 --- a/pkg/routeagent_driver/handlers/ovn/gateway_dataplane.go +++ b/pkg/routeagent_driver/handlers/ovn/gateway_dataplane.go @@ -91,9 +91,6 @@ func (ovn *Handler) updateGatewayDataplane() error { return ovn.setupForwardingIptables() } -// TODO: if the #1022 workaround needs to be sustained for some time, instead of this we should be calculating -// the PMTU with a tool like tracepath between the gateway endpoints, reporting back so we can use such -// information here. const ( IPTCPOverHead = 40 ExpectedIPSECOverhead = 62