Skip to content

Commit a858beb

Browse files
committed
FRR Release 10.0.4
bfdd Set bfd.localdiag when transitioning to admindown bgpd Allow bfd to work if peer known but interface address not yet Correct no form commands Do not start bgp session if bgp identifier is not set Do not try to reuse freed route-maps Don't reuse nexthop variable in loop/switch Extract link bandwidth value from extcommunity before using for wcmp Fix `set evpn gateway-ip ipv[46]` route-map Fix a bug in peer_allowas_in_set() Fix bfd with update-source in peer-group Fix bgp orf prefix-list json prefix Fix crash in displaying json orf prefix-list Fix deref_of_null.ex.cond in bgp_updgrp_packet Fix for local interface mac cache issue in 'bgp mac hash' table Fix holdtime not working properly when busy Fix incorrect json in bgp_show_table_rd Fix route-distinguisher in vrf leak json cmd Fix show bgp vpn rd json Fix to show exist/non-exist-map in 'show run' properly Fix vty output of evpn route-target as4 Fixed crash upon bgp network import-check command Force adj-rib-out updates if mrai is kicked in Release manual vpn label on instance deletion Reset bgp session only if it was a real bfd down event Retain the routes if we do a clear with n-bit set for graceful-restart Send non-transitive extended communities from/to oad peers Simplify bgp_input_modifier() function handling an actual route-map Update source address for bfd session Use igpmetric in bgp_aigp_metric_total() When bgp notices a change to shared_network inform bfd of it When removing the prefix list drop the pointer With suppress-fib-pending ensure withdrawal is sent build Check for libunwind.h, not unwind.h isisd Allow full `no` form for `domain-password` and `area-password` Correct edge insertion into ted Show correct level information for `show isis interface detail json` lib Clean up nexthop hashing mess Crash handlers must be allowed on threads Fix `no on-match goto num` command Fix false context information for srv6 route Fix routemap crash Guard against padding garbage in zapi read nhrpd Fix crash when accessing invalid memory zone ospf6d Disable and delete ospfv3 areas that no longer have interfaces or configuration. pbrd Initialize structs used in hash_lookup redhat Add workaround for inet_ntop replacement which breaks rpms Make python shebang fix to work with redhat 10 Rename rpmversion variable as it is now a reserved keyboard revert "bgpd Handle addpath capability using dynamic capabilities" Release manual vpn label on instance deletion (backport #18121)" Send non-transitive extended communities from/to oad peers" zebrad Do not flush an existing vni configuration trying to remove wrong vni Evpn svd hash avoid double free Guard against junk in nexthop->rmap_src Include resolving nexthops in nhg hash Prevent vrf table 254 being used by non-default vrf Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
1 parent 7518284 commit a858beb

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.0.3], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.0.4], [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.4-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.0.4
4+
5+
-- Donatas Abraitis <donatas@opensourcerouting.org> Sat, 02 Aug 2024 22:35:00 +0300
6+
17
frr (10.0.3-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.0.3

redhat/frr.spec.in

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

812812
%changelog
813813

814-
* Mon Dec 23 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
814+
* Sat Aug 02 2025 Martin Winter <mwinter@opensourcerouting.org> - %{version}
815+
816+
* Sat Aug 02 2025 Donatas Abraitis <donatas@opensourcerouting.org> - 10.0.4
817+
- New upstream release FRR 10.0.4
815818

816819
* Mon Dec 23 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 10.0.3
817820
- babeld

0 commit comments

Comments
 (0)