Skip to content

Commit

Permalink
v0.25.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Apr 25, 2020
1 parent 2b6eb8c commit 8a26582
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Change log
next release
------------

- New feature: ``tag_and_reject`` reject policy for BIRD.

Invalid routes can be tagged with informational BGP communities and then discarded by BIRD.
With this option, alice-lg reject reasons are supported nicely, whilst keeping ``show routes all filtered`` working to keep birdwatcher happy.

Related: `PR #57 on GitHub <https://github.com/pierky/arouteserver/pull/57>`_.

- Improvement: ``clients-from-euroix`` command, option ``--merge-from-custom-file`` to customise the list of clients generated from an Euro-IX JSON file.

More details on how to use this option can be found running ``arouteserver clients-from-euroix --help-merge-from-custom-file``.
Expand Down
2 changes: 1 addition & 1 deletion pierky/arouteserver/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.25.0-alpha1" # pragma: no cover
__version__ = "0.25.0-alpha2" # pragma: no cover
COPYRIGHT_YEAR = 2020 # pragma: no cover

0 comments on commit 8a26582

Please sign in to comment.