Skip to content

Commit 6f79347

Browse files
committed
FRR Release 8.5.5
Changelog: bgpd "default-originate" shouldn't withdraw non-default routes Ensure community data is freed in some cases. Ensure that the correct aspath is free'd Fix error handling when receiving bgp prefix sid attribute Fix format overflow for graceful-restart debug logs Fix null argument warning Include unsuppress-map as a valid outgoing policy Make `suppress-fib-pending` clear peering Prevent from one more cve triggering this place doc Add param range for graceful-restart helper supported-grace-time isisd Fix heap-after-free with prefix sid Need to link directly against libyang lib Check for not being a blackhole route Do not convert evpn prefixes into ipv4/ipv6 if not needed nhrpd Fix nhrp_peer leak Fix race condition Fix core dump on shutdown ospf6d Ospfv3 route change comparision fixed for asbr-only change Prevent heap-buffer-overflow with unknown type ospfd Correct opaque lsa extended parser Fix ospf dead-interval minimal hello-multiplier param range Fix the bug where ip_ospf_dead-interval_minimal_hello-multiplier did not reset hello timer Protect call to get_edge() in ospf_te.c Solved crash in ri parsing with ospf te pbrd Fix pbr handling for last rule deletion pimd Fix crash unconfiguring rp keepalive timer Fix crash when configuring ssmpingd Fix dr-priority range Fix null register before aging out reg-stop Fix order of operations for evaluating join Re-evaluated s,g oils upon rp changes and for empty sg upstream oils Fix crash when mixing ssm/any-source joins tests Check for 0.0.0.0/1 in bgp_default_route vtysh Show `ip ospf network ...` even if it's not the same as the interface type zebra Deny the routes if ip protocol cli refers to an undefined rmap Fix crash if macvlan link in another netns Fix nhg out of sync between zebra and kernel Re-install dependent nhgs on interface up Re-install nhg on interface up The dplane_fpm_nl return path leaks memory Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
1 parent c6f11f8 commit 6f79347

File tree

3 files changed

+62
-2
lines changed

3 files changed

+62
-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.4], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [8.5.5], [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.5-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 8.5.5
4+
5+
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Thu, 06 Jun 2024 02:00:00 -0600
6+
17
frr (8.5.4-0) unstable; urgency=medium
28

39
* New upstream release FRR 8.5.4

redhat/frr.spec.in

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

794794
%changelog
795795

796-
* Fri Dec 01 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
796+
* Thu Jun 06 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
797+
798+
* Thu Jun 06 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5.5
799+
- bgpd
800+
- "default-originate" shouldn't withdraw non-default routes
801+
- Ensure community data is freed in some cases.
802+
- Ensure that the correct aspath is free'd
803+
- Fix error handling when receiving bgp prefix sid attribute
804+
- Fix format overflow for graceful-restart debug logs
805+
- Fix null argument warning
806+
- Include unsuppress-map as a valid outgoing policy
807+
- Make `suppress-fib-pending` clear peering
808+
- Prevent from one more cve triggering this place
809+
- doc
810+
- Add param range for graceful-restart helper supported-grace-time
811+
- isisd
812+
- Fix heap-after-free with prefix sid
813+
- Need to link directly against libyang
814+
- lib
815+
- Check for not being a blackhole route
816+
- Do not convert evpn prefixes into ipv4/ipv6 if not needed
817+
- nhrpd
818+
- Fix nhrp_peer leak
819+
- Fix race condition
820+
- Fix core dump on shutdown
821+
- ospf6d
822+
- Ospfv3 route change comparision fixed for asbr-only change
823+
- Prevent heap-buffer-overflow with unknown type
824+
- ospfd
825+
- Correct opaque lsa extended parser
826+
- Fix ospf dead-interval minimal hello-multiplier param range
827+
- Fix the bug where ip_ospf_dead-interval_minimal_hello-multiplier did not reset hello timer
828+
- Protect call to get_edge() in ospf_te.c
829+
- Solved crash in ri parsing with ospf te
830+
- pbrd
831+
- Fix pbr handling for last rule deletion
832+
- pimd
833+
- Fix crash unconfiguring rp keepalive timer
834+
- Fix crash when configuring ssmpingd
835+
- Fix dr-priority range
836+
- Fix null register before aging out reg-stop
837+
- Fix order of operations for evaluating join
838+
- Re-evaluated s,g oils upon rp changes and for empty sg upstream oils
839+
- Fix crash when mixing ssm/any-source joins
840+
- tests
841+
- Check for 0.0.0.0/1 in bgp_default_route
842+
- vtysh
843+
- Show `ip ospf network ...` even if it's not the same as the interface type
844+
- zebra
845+
- Deny the routes if ip protocol cli refers to an undefined rmap
846+
- Fix crash if macvlan link in another netns
847+
- Fix nhg out of sync between zebra and kernel
848+
- Re-install dependent nhgs on interface up
849+
- Re-install nhg on interface up
850+
- The dplane_fpm_nl return path leaks memory
797851

798852
* Fri Dec 01 2023 Donatas Abraitis <donatas@opensourcerouting.org> - 8.5.4
799853
- bgpd

0 commit comments

Comments
 (0)