Skip to content

Commit

Permalink
revert changes back
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Jan 15, 2025
1 parent 086297b commit e9442c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cns/middlewares/k8sSwiftV2.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,11 @@ func (k *K8sSWIFTv2Middleware) GetCidrs() (v4IPs, v6IPs []string, err error) {
}

v4IPs = append(v4IPs, infraVNETCIDRsv4...)
// v4IPs = append(v4IPs, podCIDRsV4...)
v4IPs = append(v4IPs, podCIDRsV4...)
v4IPs = append(v4IPs, serviceCIDRsV4...)

v6IPs = append(v6IPs, infraVNETCIDRsv6...)
// v6IPs = append(v6IPs, podCIDRv6...)
v6IPs = append(v6IPs, podCIDRv6...)
v6IPs = append(v6IPs, serviceCIDRsV6...)

return v4IPs, v6IPs, nil
Expand Down

0 comments on commit e9442c3

Please sign in to comment.