Skip to content

Commit 5f0beaa

Browse files
committed
FRR Release 10.2.1
- bfdd - retain remote dplane client socket - bgpd - Fix to pop items off zebra_announce FIFO for few EVPN triggers - Check if as_type is not specified when peer is a peer-group member - Do not reset peers on suppress-fib toggling - Fix bgp core with a possible Intf delete - Fix `enforce-first-as` per peer-group removal - Fix evpn bestpath calculation when path is not established - Fix graceful-restart for peer-groups - Fix memory leak when creating BMP connection with a source interface - Fix memory leak when reconfiguring a route distinguisher - Fix unconfigure asdot neighbor - Fix use single whitespace when displaying flowspec entries - Fix version attribute is an int, not a string - Import allowed routes with self AS if desired - Initialize as_type for peer-group as AS_UNSPECIFIED - Use gracefulRestart JSON field - Validate both nexthop information (NEXTHOP and NLRI) - Validate only affected RPKI prefixes instead of a full RIB - When calling bgp_process, prevent infinite loop - lib - Allow setsockopt functions to return size set - Fix session re-establishment - Take ge/le into consideration when checking the prefix with the prefix-list - Use backoff setsockopt option for freebsd - ospfd - OSPF multi-instance default origination fixes - pimd - Fix access-list memory leak in pimd - Free igmp proxy joins on interface deletion - igmp proxy joins should not be written as part of config - Prevent crash of pim when auto-rp's socket is not initialized Signed-off-by: Donatas Abraitis <[email protected]>
1 parent 763ecdc commit 5f0beaa

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

configure.ac

+1-1
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], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.2.1], [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST([PACKAGE_URL])
1313
PACKAGE_FULLNAME="FRRouting"

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
frr (10.2.1-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.2.1
4+
5+
-- Donatas Abraitis <[email protected]> Mon, 23 Dec 2024 22:35:00 +0300
6+
17
frr (10.2-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.2

redhat/frr.spec.in

+36-1
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,42 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
834834

835835
%changelog
836836

837-
* Tue Nov 12 2024 Jafar Al-Gharaibeh <[email protected]> - %{version}
837+
* Mon Dec 23 2024 Donatas Abraitis <[email protected]> - %{version}
838+
839+
* Mon Dec 23 2024 Donatas Abraitis <[email protected]> - 10.2.1
840+
- bfdd
841+
- retain remote dplane client socket
842+
- bgpd
843+
- Fix to pop items off zebra_announce FIFO for few EVPN triggers
844+
- Check if as_type is not specified when peer is a peer-group member
845+
- Do not reset peers on suppress-fib toggling
846+
- Fix bgp core with a possible Intf delete
847+
- Fix `enforce-first-as` per peer-group removal
848+
- Fix evpn bestpath calculation when path is not established
849+
- Fix graceful-restart for peer-groups
850+
- Fix memory leak when creating BMP connection with a source interface
851+
- Fix memory leak when reconfiguring a route distinguisher
852+
- Fix unconfigure asdot neighbor
853+
- Fix use single whitespace when displaying flowspec entries
854+
- Fix version attribute is an int, not a string
855+
- Import allowed routes with self AS if desired
856+
- Initialize as_type for peer-group as AS_UNSPECIFIED
857+
- Use gracefulRestart JSON field
858+
- Validate both nexthop information (NEXTHOP and NLRI)
859+
- Validate only affected RPKI prefixes instead of a full RIB
860+
- When calling bgp_process, prevent infinite loop
861+
- lib
862+
- Allow setsockopt functions to return size set
863+
- Fix session re-establishment
864+
- Take ge/le into consideration when checking the prefix with the prefix-list
865+
- Use backoff setsockopt option for freebsd
866+
- ospfd
867+
- OSPF multi-instance default origination fixes
868+
- pimd
869+
- Fix access-list memory leak in pimd
870+
- Free igmp proxy joins on interface deletion
871+
- igmp proxy joins should not be written as part of config
872+
- Prevent crash of pim when auto-rp's socket is not initialized
838873

839874
* Tue Nov 12 2024 Jafar Al-Gharaibeh <[email protected]> - 10.2
840875
- PIM candidate BSR/RP [#16438]

0 commit comments

Comments
 (0)