Skip to content

Commit

Permalink
FRR Release 10.2.1
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
ton31337 committed Dec 23, 2024
1 parent 763ecdc commit 5f0beaa
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
AC_PREREQ([2.69])

AC_INIT([frr], [10.2], [https://github.com/frrouting/frr/issues])
AC_INIT([frr], [10.2.1], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
frr (10.2.1-0) unstable; urgency=medium

* New upstream release FRR 10.2.1

-- Donatas Abraitis <[email protected]> Mon, 23 Dec 2024 22:35:00 +0300

frr (10.2-0) unstable; urgency=medium

* New upstream release FRR 10.2
Expand Down
37 changes: 36 additions & 1 deletion redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,42 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons

%changelog

* Tue Nov 12 2024 Jafar Al-Gharaibeh <[email protected]> - %{version}
* Mon Dec 23 2024 Donatas Abraitis <[email protected]> - %{version}

* Mon Dec 23 2024 Donatas Abraitis <[email protected]> - 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

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

0 comments on commit 5f0beaa

Please sign in to comment.