mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Merge pull request #12517 from tb365/bugfix/tb-bugfix-102601
cn-southwest-2 default bgp type 5_sbgp
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user