From df7ab485bde1a511f131f7ad6b70cb43c48c8e6d Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Thu, 4 Mar 2021 03:14:50 +0100 Subject: [PATCH] FRRouting Release 7.5.1 This is a maintenance release with the following fixes: BABEL Fix connected route leak on change BFD Session lookup was sometimes wrong Memory leak and handling cleanups In some situations handle vrf appropriately when receiving packets BGP Peer Group Inheritance Fixes Dissallow attempt to peer peers reachable via blackholes Send BMP down message when reachability fails Cleanup handling of aggregator data when the AGG AS is 0 Handle `neighbor --- changelog-auto.in | 88 +++++++++++++++++++++++++++++++++++++++++++++- configure.ac | 2 +- redhat/frr.spec.in | 84 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 172 insertions(+), 2 deletions(-) diff --git a/changelog-auto.in b/changelog-auto.in index 0f1fd1d7c1..24876bb267 100644 --- a/changelog-auto.in +++ b/changelog-auto.in @@ -4,7 +4,93 @@ frr (@VERSION@-0) UNRELEASED; urgency=medium remove and replace when creating releases! (tools/tarsource.sh will handle this) - -- FRRouting-Dev Wed, 3 Nov 2020 23:10:00 +0200 + -- FRRouting-Dev Thu, 4 Mar 2021 00:10:00 +0100 + +frr (7.5.1-0) RELEASED; urgency=medium + BABEL + Fix connected route leak on change + BFD + Session lookup was sometimes wrong + Memory leak and handling cleanups + In some situations handle vrf appropriately when receiving packets + BGP + Peer Group Inheritance Fixes + Dissallow attempt to peer peers reachable via blackholes + Send BMP down message when reachability fails + Cleanup handling of aggregator data when the AGG AS is 0 + Handle `neighbor Wed, 3 Mar 2021 23:56:00 +0100 frr (7.5-0) RELEASED; urgency=medium BFD diff --git a/configure.ac b/configure.ac index 5b991f7d93..1e68c91a78 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.60]) -AC_INIT([frr], [7.5], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [7.5.1], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index cd58f3d1bc..6ab82ff002 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -758,6 +758,90 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog +* Wed Mar 3 2021 Martin Winter - 7.5.1 +- BABEL: +- Fix connected route leak on change +- BFD: +- Session lookup was sometimes wrong +- Memory leak and handling cleanups +- In some situations handle vrf appropriately when receiving packets +- BGP: +- Peer Group Inheritance Fixes +- Dissallow attempt to peer peers reachable via blackholes +- Send BMP down message when reachability fails +- Cleanup handling of aggregator data when the AGG AS is 0 +- Handle `neighbor - 7.5 - BFD - Profile support -- 2.39.5