Skip to content

Commit c941fcf

Browse files
committed
FRR Release 10.0.2
- bgpd - Fix as-path exclude modify crash - Fix, do not access peer->notify.data when it is null - Fix crash at no rpki - Ignore RFC8212 for BGP Confederations - Fix for CVE-2024-44070 - Relax OAD (One-Administration-Domain) for RFC8212 - Fix "bgp as-pah access-list" with "set aspath exclude" set/unset issues - Check if we have really enough data before doing memcpy for FQDN capability - Check if we have really enough data before doing memcpy for software version - Set last reset reason to admin shutdown if it was manually - Fix do not use api.backup_nexthop in ZAPI message - isisd - Fix crash when reading asla - Add missing `exit` statement - Fix update link params after circuit is up - Fix crash at flex-algo without mpls-te - Fix memory handling in isis_adj_process_threeway() - Fix crash when calculating the neighbor spanning tree based on the fragmented LSP - Fix crash when obtaining the next hop to calculate LFA on LAN links - Fix memory leaks when the transition of neighbor state from non-UP to DOWN - fix crash when displaying asla in json - pimd - Fix crash in pimd - Fix msdp setting of sa->rp - Fix crash on non-existent interface - nhrpd - Fix sending /32 shortcut - mgmtd - Don't add implicit state data when reading config from file - Fix too early daemon detach of mgmtd - ripd - Fix show run output for distribute-list - lib - Fix distribute-list deletion - Fix crash on distribute-list delete - Fix incorrect use of error checking macro - yang - Added missed prefix to the yang file - ospfd - Fix internal ldp-sync state flags when feature is disabled - ldpd - Fix wrong gtsm count - ripd - Change the start value of sequence 1 to 0 - zebra - Fix evpn mh bond member proto reinstall - Fix to avoid two Vrfs with same table ids - Fix missing static routes - Ensure non-equal id's are not same nhg's Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
1 parent cf70f6d commit c941fcf

File tree

3 files changed

+60
-2
lines changed

3 files changed

+60
-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], [10.0.1], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.0.2], [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 (10.0.2-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.0.2
4+
5+
-- Donatas Abraitis <donatas@opensourcerouting.org> Wed, 11 Sep 2024 10:40:00 +0300
6+
17
frr (10.0.1-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.0.1

redhat/frr.spec.in

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

805805
%changelog
806806

807-
* Thu Jun 06 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
807+
* Wed Sep 11 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
808+
809+
* Wed Sep 11 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 10.0.2
810+
- bgpd
811+
- Fix as-path exclude modify crash
812+
- Fix, do not access peer->notify.data when it is null
813+
- Fix crash at no rpki
814+
- Ignore RFC8212 for BGP Confederations
815+
- Fix for CVE-2024-44070
816+
- Relax OAD (One-Administration-Domain) for RFC8212
817+
- Fix "bgp as-pah access-list" with "set aspath exclude" set/unset issues
818+
- Check if we have really enough data before doing memcpy for FQDN capability
819+
- Check if we have really enough data before doing memcpy for software version
820+
- Set last reset reason to admin shutdown if it was manually
821+
- Fix do not use api.backup_nexthop in ZAPI message
822+
- isisd
823+
- Fix crash when reading asla
824+
- Add missing `exit` statement
825+
- Fix update link params after circuit is up
826+
- Fix crash at flex-algo without mpls-te
827+
- Fix memory handling in isis_adj_process_threeway()
828+
- Fix crash when calculating the neighbor spanning tree based on the fragmented LSP
829+
- Fix crash when obtaining the next hop to calculate LFA on LAN links
830+
- Fix memory leaks when the transition of neighbor state from non-UP to DOWN
831+
- fix crash when displaying asla in json
832+
- pimd
833+
- Fix crash in pimd
834+
- Fix msdp setting of sa->rp
835+
- Fix crash on non-existent interface
836+
- nhrpd
837+
- Fix sending /32 shortcut
838+
- mgmtd
839+
- Don't add implicit state data when reading config from file
840+
- Fix too early daemon detach of mgmtd
841+
- ripd
842+
- Fix show run output for distribute-list
843+
- lib
844+
- Fix distribute-list deletion
845+
- Fix crash on distribute-list delete
846+
- Fix incorrect use of error checking macro
847+
- yang
848+
- Added missed prefix to the yang file
849+
- ospfd
850+
- Fix internal ldp-sync state flags when feature is disabled
851+
- ldpd
852+
- Fix wrong gtsm count
853+
- ripd
854+
- Change the start value of sequence 1 to 0
855+
- zebra
856+
- Fix evpn mh bond member proto reinstall
857+
- Fix to avoid two Vrfs with same table ids
858+
- Fix missing static routes
859+
- Ensure non-equal id's are not same nhg's
808860

809861
* Thu Jun 06 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.0.1
810862
- bgpd

0 commit comments

Comments
 (0)