CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
514 stars 156 forks source link

Route Server: int64 support for 'peerAsn' on BGP connection #1092

Closed ninjarobot closed 5 months ago

ninjarobot commented 5 months ago

The changes in this PR are as follows:

I have read the contributing guidelines and have completed the following:

If I haven't completed any of the tasks above, I include the reasons why here:

Below is a minimal example configuration that includes the new features, which can be used to deploy to Azure:

routeServerBGPConnection {
    name "my-bgp-conn"
    peer_ip "10.0.1.85"
    peer_asn 4510002310L
}