Skip to content

Commit

Permalink
Remove TODO ../ovn/gateway_dataplane.go since an issue 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 committed Jul 23, 2024
1 parent f9ece77 commit f839975
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/routeagent_driver/handlers/ovn/gateway_dataplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ func (ovn *Handler) getForwardingRuleSpecs() ([]*packetfilter.Rule, error) {
func (ovn *Handler) getMSSClampingRuleSpecs() ([]*packetfilter.Rule, error) {
rules := []*packetfilter.Rule{}

// NOTE: This is a workaround for submariner issues:
// * https://github.com/submariner-io/submariner/issues/1278
// * https://github.com/submariner-io/submariner/issues/1488
// TODO: get the kernel to steer the ICMPs back to ovn-k8s-sub0 interface properly, or write a packet
// reflector in the route agent for that type of packets
for _, remoteCIDR := range ovn.getRemoteSubnets().UnsortedList() {
rules = append(rules, &packetfilter.Rule{
DestCIDR: remoteCIDR,
Expand Down

0 comments on commit f839975

Please sign in to comment.