Skip to content

Commit 4f8ef4f

Browse files
committed
revert changes back
1 parent 34c6061 commit 4f8ef4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cns/middlewares/k8sSwiftV2.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,11 @@ func (k *K8sSWIFTv2Middleware) GetCidrs() (v4IPs, v6IPs []string, err error) {
286286
}
287287

288288
v4IPs = append(v4IPs, infraVNETCIDRsv4...)
289-
// v4IPs = append(v4IPs, podCIDRsV4...)
289+
v4IPs = append(v4IPs, podCIDRsV4...)
290290
v4IPs = append(v4IPs, serviceCIDRsV4...)
291291

292292
v6IPs = append(v6IPs, infraVNETCIDRsv6...)
293-
// v6IPs = append(v6IPs, podCIDRv6...)
293+
v6IPs = append(v6IPs, podCIDRv6...)
294294
v6IPs = append(v6IPs, serviceCIDRsV6...)
295295

296296
return v4IPs, v6IPs, nil

0 commit comments

Comments
 (0)