Skip to content

Commit 7a2b85a

Browse files
committed
FRR Release 8.5.1
* Bug Fixes bgpd - Fix crash due to community aliases size - Aggregate-address memory leak fix - Bmp fix peer-up ports byte order - Check 7 bytes for long-lived graceful-restart capability - Copy the password from the previous peer on peer_xfer_config() - Do not allow a `no router bgp xxx` when autoimport is happening - Do not allow l3vni changes when shutting down - Do not announce routes immediatelly on filter updates - Do not call bgp_soft_reconfig_in() twice in a row on policy change - Evpn-mh esi not active suppress ead-es route - Fix crash for `show bgp ... neighbor received-routes detail|prefix` - Fix debug output for route-map names when using a unsuppress-map - Fix ecommunity parsing for as4 - Fix for ain->attr corruption during path update - Increase buffer size used for dumping bgp to mrt files - Limit flowspec to no attribute means a implicit withdrawal - Prevent null pointer deref when outputting data lib - Adjust only `any` flag for prefix-list entries if destroying - Destroy `any` flag when creating a prefix-list entry with prefix - Fix clear route-map cmd using defpy - Fix link state memory leak - Include clippy generated commands for routemap.c - On bfd peer shutdown actually stop event ospfd - Cleanup some memory leaks on shutdown in ospf_apiserver.c - Fix for vitual-link crash in signal handler - Fix ospf_lsa memory leak - Fix ospf_ti_lfa drop of an entire table - Fixing summary origination after range configuration - Free up q_space in early return path - Log adjacency changes with neighbor ip in addition to neighbor id pbrd - Fix mismatching in match src-dst pim6d - Fixing mroutes not created after disabling and enabling pimv6. pimd - Fix use after free issue for ifp's moving vrfs - In_multicast needs host order - Process no-forward bsm packet ripd - Fix malformed route-map - Fix memory leak for ripd's route-map staticd - Tell bfd that we are shutting down tools - Fix missing remote-as configuration when reload - Frr-reload fix list value not present - Make check flag really work for reload - Set correct directory of vtysh for frr-reload.py zebrad - Add link_nsid to zebra interface - Cleanup ctx leak on shutdown and turn off event - Evpn mh sync mac install as inactive - Fix for heap-use-after-free in evpn - Fix race during shutdown - Install directly connected route after interface flap Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
1 parent 4d83e3b commit 7a2b85a

File tree

3 files changed

+66
-2
lines changed

3 files changed

+66
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ([2.69])
99

10-
AC_INIT([frr], [8.5], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [8.5.1], [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST([PACKAGE_URL])
1313
PACKAGE_FULLNAME="FRRouting"

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
frr (8.5.1-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 8.5.1
4+
5+
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Thu, 20 Mar 2023 02:00:00 -0600
6+
17
frr (8.5-0) unstable; urgency=medium
28

39
* New upstream release FRR 8.5

redhat/frr.spec.in

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,64 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
793793

794794
%changelog
795795

796-
* Fri Mar 10 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
796+
* Thu Apr 20 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
797+
798+
* Thu Apr 20 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5.1
799+
- Bug fixes:
800+
- bgpd
801+
- Aggregate-address memory leak fix
802+
- Bmp fix peer-up ports byte order
803+
- Check 7 bytes for long-lived graceful-restart capability
804+
- Copy the password from the previous peer on peer_xfer_config()
805+
- Do not allow a `no router bgp xxx` when autoimport is happening
806+
- Do not allow l3vni changes when shutting down
807+
- Do not announce routes immediatelly on filter updates
808+
- Do not call bgp_soft_reconfig_in() twice in a row on policy change
809+
- Evpn-mh esi not active suppress ead-es route
810+
- Fix crash for `show bgp ... neighbor received-routes detail|prefix`
811+
- Fix debug output for route-map names when using a unsuppress-map
812+
- Fix ecommunity parsing for as4
813+
- Fix for ain->attr corruption during path update
814+
- Increase buffer size used for dumping bgp to mrt files
815+
- Limit flowspec to no attribute means a implicit withdrawal
816+
- Prevent null pointer deref when outputting data
817+
- lib
818+
- Fix clear route-map cmd using defpy
819+
- Fix link state memory leak
820+
- On bfd peer shutdown actually stop event
821+
- ospfd
822+
- Cleanup some memory leaks on shutdown in ospf_apiserver.c
823+
- Fix for vitual-link crash in signal handler
824+
- Fix ospf_lsa memory leak
825+
- Fix ospf_ti_lfa drop of an entire table
826+
- Fix summary origination after range configuration
827+
- Free up q_space in early return path
828+
- Log adjacency changes with neighbor ip in addition to neighbor id
829+
- pbrd
830+
- Fix mismatching in match src-dst
831+
- pim6d
832+
- Fixing mroutes not created after disabling and enabling pimv6.
833+
- pimd
834+
- Fix use after free issue for ifp's moving vrfs
835+
- In_multicast needs host order
836+
- Process no-forward bsm packet
837+
- ripd
838+
- Fix malformed route-map
839+
- Fix memory leak for ripd's route-map
840+
- staticd
841+
- Tell bfd that we are shutting down
842+
- tools
843+
- Fix missing remote-as configuration when reload
844+
- Frr-reload fix list value not present
845+
- Make check flag really work for reload
846+
- Set correct directory of vtysh for frr-reload.py
847+
- zebra
848+
- Add link_nsid to zebra interface
849+
- Cleanup ctx leak on shutdown and turn off event
850+
- Evpn mh sync mac install as inactive
851+
- Fix for heap-use-after-free in evpn
852+
- Fix race during shutdown
853+
- Install directly connected route after interface flap
797854

798855
* Fri Mar 10 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5
799856
- Major Highlights:
@@ -839,6 +896,7 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
839896
- bfdd:
840897
- Fix broken FSM in active/passive modes
841898
- bgpd:
899+
- Fix crash due to community aliases size
842900
- Notification Message Support for BGP Graceful Restart (rfc8538)
843901
- BGP Cease Notification Subcode For BFD
844902
- Send Hold Timer for BGP (own implementation without an additional knob)

0 commit comments

Comments
 (0)