Skip to content

Commit

Permalink
fixup! Network controllers reconcile VRF changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaamano committed Sep 17, 2024
1 parent 507fea0 commit 50aee7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-controller/pkg/ovn/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (gw *GatewayManager) cleanupStalePodSNATs(nodeName string, nodeIPs []*net.I
}
logicalIP := net.ParseIP(routerNat.LogicalIP)
if logicalIP == nil {
// this is probably a IPNet so can't be a pod IP
// this is probably a CIDR so not a pod IP
continue
}
if gw.containsJoinIP(logicalIP) {
Expand Down

0 comments on commit 50aee7a

Please sign in to comment.