From 8a265828610517e43af58527ca38e6edaa775602 Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Sat, 25 Apr 2020 19:57:49 +0200 Subject: [PATCH] v0.25.0-alpha2 --- CHANGES.rst | 7 +++++++ pierky/arouteserver/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5714e624..805f20e9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 `_. + - 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``. diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index 5ec7adbd..43f96e13 100644 --- a/pierky/arouteserver/version.py +++ b/pierky/arouteserver/version.py @@ -13,5 +13,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "0.25.0-alpha1" # pragma: no cover +__version__ = "0.25.0-alpha2" # pragma: no cover COPYRIGHT_YEAR = 2020 # pragma: no cover