Skip to content

Commit 03dae9d

Browse files
committed
FRR Release 10.2.5
bgpd Check l3vni status before adv evpn vrf routes Clean up coverity warnings in bgp_routemap.c Crash due to usage of freed up evpn_overlay attr Do not override a specified rd Evpn fix auto derive rd when user cfg removed Evpn-mh fix es-evi memleak during shutdown Fix bgp_attr_originator_id flag in outbound attribute cache Fix crash due to dangling pointer in bnc nht_info Fix default vrf check while configuring md5 password Fix deref_of_null.ex.cond in community_list_dup_check Fix expanded extcomm list delete Fix labeled-unicast output Fix maximum-prefix session recovery for peers and peer-groups Fix memory leak in evpn mh es-evi del Fix memory leak in evpn mh esi del Fix overflow when decoding zapi nexthop for srv6 max segments Fix routemap evpn type-5 default route check isisd Use ipv6 mtid for srv6 locator tlvs when ipv6 mt is enabled lib Clear sa warning in typesafe dlist code Mgmt_msg: fix bug with disconnect and event scheduling ospf6d Protect lsa in vertex ospfd Fix crash when entering `ospf authentication key xx` pbrd Cosmetic change for one name Dscp-only pbr rules not installing due to incorrect family field Fix crash for inconsistent status Fix memleak during pbr map deletion pim6d Don't segv on repeated mld records pimd Allow freebsd pimd to have permission to do pim Fix wrong bsm case with vrf Prevent crash on interface removal Properly use ip_recvif on freebsd topotest[bgpd] New bgp auth test case for vrf creation order vrrpd Ipv6 vrrp macvlan doesn't have ipv6 link-local address [mem leak] vrrp interface delete fails to free connected route zebrad Add missing debug guard in if netlink code Add missing debug guard in rt netlink code Evpn fix alignment of access-vlan cli output Explicitly print "exit" at the end of srv6 encap node config Fix crash due to lack of control of received number of srv6 sid from netlink Fix neighbor table name length Fix yang data for mcast-group Metric 0 is valid, don't drop to 1 on bsd Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
1 parent f75975b commit 03dae9d

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-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.2.4], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.2.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 (10.2.5-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.2.5
4+
5+
-- Donatas Abraitis <donatas@opensourcerouting.org> Jan, 05 Mon 2026 02:00:00 -0600
6+
17
frr (10.2.4-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.2.4

redhat/frr.spec.in

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,57 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
841841

842842
%changelog
843843

844-
* Sat Aug 02 2025 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
844+
* Mon Jan 05 2026 Donatas Abraitis <donatas@opensourcerouting.org> - %{version}
845+
846+
* Mon Jan 05 2026 Donatas Abraitis <donatas@opensourcerouting.org> - 10.2.5
847+
- bgpd
848+
- Check l3vni status before adv evpn vrf routes
849+
- Clean up coverity warnings in bgp_routemap.c
850+
- Crash due to usage of freed up evpn_overlay attr
851+
- Do not override a specified rd
852+
- Evpn fix auto derive rd when user cfg removed
853+
- Evpn-mh fix es-evi memleak during shutdown
854+
- Fix bgp_attr_originator_id flag in outbound attribute cache
855+
- Fix crash due to dangling pointer in bnc nht_info
856+
- Fix default vrf check while configuring md5 password
857+
- Fix deref_of_null.ex.cond in community_list_dup_check
858+
- Fix expanded extcomm list delete
859+
- Fix labeled-unicast output
860+
- Fix maximum-prefix session recovery for peers and peer-groups
861+
- Fix memory leak in evpn mh es-evi del
862+
- Fix memory leak in evpn mh esi del
863+
- Fix overflow when decoding zapi nexthop for srv6 max segments
864+
- Fix routemap evpn type-5 default route check
865+
- isisd
866+
- Use ipv6 mtid for srv6 locator tlvs when ipv6 mt is enabled
867+
- ospf6d
868+
- Protect lsa in vertex
869+
- ospfd
870+
- Fix crash when entering `ospf authentication key xx`
871+
- pbrd
872+
- Cosmetic change for one name
873+
- Dscp-only pbr rules not installing due to incorrect family field
874+
- Fix crash for inconsistent status
875+
- Fix memleak during pbr map deletion
876+
- pim6d
877+
- Don't segv on repeated mld records
878+
- pimd
879+
- Allow freebsd pimd to have permission to do pim
880+
- Fix wrong bsm case with vrf
881+
- Prevent crash on interface removal
882+
- Properly use ip_recvif on freebsd
883+
- vrrpd
884+
- Ipv6 vrrp macvlan doesn't have ipv6 link-local address
885+
- [mem leak] vrrp interface delete fails to free connected route
886+
- zebrad
887+
- Add missing debug guard in if netlink code
888+
- Add missing debug guard in rt netlink code
889+
- Evpn fix alignment of access-vlan cli output
890+
- Explicitly print "exit" at the end of srv6 encap node config
891+
- Fix crash due to lack of control of received number of srv6 sid from netlink
892+
- Fix neighbor table name length
893+
- Fix yang data for mcast-group
894+
- Metric 0 is valid, don't drop to 1 on bsd
845895

846896
* Sat Aug 02 2025 Donatas Abraitis <donatas@opensourcerouting.org> - 10.2.4
847897
- New upstream release FRR 10.2.4

0 commit comments

Comments
 (0)