pierky / arouteserver

A tool to automatically build (and test) feature-rich configurations for BGP route servers.
https://arouteserver.readthedocs.org/
GNU General Public License v3.0
284 stars 46 forks source link

Remove second double string 'AS' #133

Closed bluikko closed 1 month ago

bluikko commented 5 months ago

Fix #132

Remove double AS string in a comment, no need to include AS in the comment since origin_asn variable already begins with it.

pierky commented 1 month ago

Hello, thanks for your PR! I've just pushed out a new alpha release that contains this change. If CI/CD will be happy, it will be available under the PyPi test instance in a few hours. It will be possible to install it by following the instructions at https://arouteserver.readthedocs.io/en/latest/INSTALLATION.html#development-and-pre-release-versions

If everything goes well, I plan to ship it as part of a new release in a few days.

Thanks again