Skip to content

Commit

Permalink
Remove TODO since an issues is raised #3097
Browse files Browse the repository at this point in the history
Signed-off-by: Aswin Suryanarayanan <[email protected]>
  • Loading branch information
aswinsuryan authored and skitt committed Jul 23, 2024
1 parent fde1250 commit 3bb73cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/routeagent_driver/handlers/ovn/gateway_dataplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb73cd

Please sign in to comment.