From d30b57efb68bf2afc8bda8c3a5850c4a101b301d Mon Sep 17 00:00:00 2001 From: tb365 Date: Tue, 26 Oct 2021 09:27:59 +0800 Subject: [PATCH] cn-southwest-2 default bgp type 5_sbgp --- pkg/multicloud/huawei/region.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/multicloud/huawei/region.go b/pkg/multicloud/huawei/region.go index f2885810d7..4e564698a4 100644 --- a/pkg/multicloud/huawei/region.go +++ b/pkg/multicloud/huawei/region.go @@ -579,6 +579,8 @@ func (self *SRegion) CreateEIP(eip *cloudprovider.SEip) (cloudprovider.ICloudEIP eip.BGPType = "5_telcom" case "cn-north-4", "ap-southeast-1", "ap-southeast-2", "eu-west-0": eip.BGPType = "5_bgp" + case "cn-southwest-2": + eip.BGPType = "5_sbgp" default: eip.BGPType = "5_bgp" }