Skip to content

Commit 35e662e

Browse files
committed
FRR Release 10.3.1
Changelog: babeld Check valid babel port Fix incorrect type assignment in parse_request_subtlv bgpd Fix `set evpn gateway-ip ipv[46]` route-map Fix bmp heap use after free on non connected session Fix evpn attributes being dropped on input Fix holdtime not working properly when busy Fix leaked memory when showing some bgp routes Fixed crash upon bgp network import-check command On shutdown free up memory leak found by topotest Prevent crash when issuing a show rpki connections Remove unused defines from bgp_label.h Retain the routes if we do a clear with n-bit set for graceful-restart Set the label for mp_unreach_nlri 0x800000 instead of 0x000000 Treat the peer as not active due to bfd down only if established Fix incorrect bestpath reasoning in some situations Fix show bgp vpn rd json Add total path count for bgp net in json output Fix import all adj-rib-in and loc-rib after bmp connects bfdd On shutdown prefix/access list memory was being leaked isisd Fix srv6_sid memory leak ldpd Free up leaked prefix-list memory on shutdown lib Create vrf if needed Return duplicate ipv6 prefix-list entry test Return duplicate prefix-list entry test nhrpd Add hop count validation before forwarding in nhrp_peer_recv() ospf6d Disable and delete ospfv3 areas that no longer have interfaces or configuration. Fix lsa memory leaks related to graceful restart ospfd Fix crash when ospf client connects before doing 'router ospf' pimd Fix for crash during networking restart Fix memory leak on shutdown Initialize gm proxy to false redhat Make docs and rpki optional for rpm package build Make sure zeromq is always disabled Revert - Add option to build pkg without docs and rpki support Add Workaround for inet_ntop replacement which breaks rpms staticd Avoid requesting srv6 sid from zebra when loc and sid block dont match tests Add more tests to bgp_rpki_topo1 test Add nb test binary to .gitignore Add route-map evpn set gateway-ip topotest Check if routes are marked as stale and retained with n-bit for gr Fix typo when configuring delayopen timer Fix wait times in test_ospf6_gr_topo1 topotest Use label 0x800000 instead of 0x000000 for bmp tests Use little-endian order for libyang api tools Fix reload script for srv6 locators and formats Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
1 parent 99595be commit 35e662e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.3], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.3.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 (10.3.1-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.3.1
4+
5+
-- Jafar Al-Gharaibeh <[email protected]> Fri, 30 May 2025 02:00:00 -0600
6+
17
frr (10.3-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.3

redhat/frr.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,10 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
876876

877877
%changelog
878878

879-
* Thu Mar 20 2025 Jafar Al-Gharaibeh <[email protected]> - %{version}
879+
* Fri May 30 2025 Jafar Al-Gharaibeh <[email protected]> - %{version}
880+
881+
* Fri May 30 2025 Jafar Al-Gharaibeh <[email protected]> - 10.3.1
882+
- New upstream release 10.3.1
880883

881884
* Tue Mar 18 2025 Martin Winter <[email protected]> 10.3.0-1
882885
- Change docs and rpki to conditional package builds

0 commit comments

Comments
 (0)