Skip to content

Commit b90dc50

Browse files
committed
update
Signed-off-by: Wenqi Qiu <wenqi.qiu@broadcom.com>
1 parent 701c09f commit b90dc50

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pkg/nsx/services/ipblocksinfo/ipblocksinfo.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ func (s *IPBlocksInfoService) updateIPBlocksInfo(ctx context.Context, vpcConfigL
207207
ObjectMeta: metav1.ObjectMeta{
208208
Name: ipBlocksInfoCRDName,
209209
},
210-
ExternalIPCIDRs: extV4,
211-
ExternalIPv6CIDRs: extV6,
212-
PrivateTGWIPCIDRs: privV4,
213-
PrivateTGWIPv6CIDRs: privV6,
214-
ExternalIPRanges: extRv4,
215-
ExternalIPv6Ranges: extRv6,
216-
PrivateTGWIPRanges: privRv4,
217-
PrivateTGWIPv6Ranges: privRv6,
210+
ExternalIPCIDRs: extV4,
211+
ExternalIPv6CIDRs: extV6,
212+
PrivateTGWIPCIDRs: privV4,
213+
PrivateTGWIPv6CIDRs: privV6,
214+
ExternalIPRanges: extRv4,
215+
ExternalIPv6Ranges: extRv6,
216+
PrivateTGWIPRanges: privRv4,
217+
PrivateTGWIPv6Ranges: privRv6,
218218
}
219219
return s.createOrUpdateIPBlocksInfo(ctx, ipBlocksInfo, incremental)
220220
}

0 commit comments

Comments
 (0)