Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
apinonformoso committed Feb 21, 2025
1 parent 4c22bd3 commit 87ac9b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partner_interconnect_attachments.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type PartnerInterconnectAttachmentSetRoutesRequest struct {
// BGP represents the BGP configuration of a Partner Interconnect Attachment.
type BGP struct {
// LocalASN is the local ASN
LocalASN int `json:"local_router_asn,omitempty"`
LocalASN int `json:"local_asn,omitempty"`
// LocalRouterIP is the local router IP
LocalRouterIP string `json:"local_router_ip,omitempty"`
// PeerASN is the peer ASN
Expand Down
2 changes: 1 addition & 1 deletion partner_interconnect_attachments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var vInterconnectTestJSON = `
"naas_provider":"MEGAPORT",
"vpc_ids":["f5a0c5e4-7537-47de-bb8d-46c766f89ffb"],
"bgp":{
"local_router_asn":64532,
"local_asn":64532,
"local_router_ip":"169.250.0.1",
"peer_router_asn":133937,
"peer_router_ip":"169.250.0.6",
Expand Down

0 comments on commit 87ac9b6

Please sign in to comment.