Skip to content

Commit 04c9a28

Browse files
committed
FRR Release 8.5.2
* Bug Fixes bfdd Fix malformed session with vrf Remove redundant nb destroy callbacks bgpd Ensure stream received has enough data Fix bgpd core when unintern attr Fix the json output of show bgp all json to be in a valid format Make sure aigp attribute is non-transitive Using no pretty json output for l2vpn-evpn routes doc Add `neighbor aigp` command for bgp lib Fix memory leak in in link state Fix vtysh core when handling questionmark Link state memory corruption ospfd Fix interface param type update Fix memory leaks w/ `show ip ospf int x json` commands Ospf opaque lsa stale processing fix and topotests. Respect loopback's cost that is set and set loopback costs to 0 pim6d Fix crash in ipv6 pim command pimd Pim not sending register packets after changing from non dr to dr tests Adjust aigp metric numbers for ibgp setup tools Fix list value remove in frr-reload vtysh Give actual pam error messages zebra Evpn handle del event for dup detected mac Fix dp_out_queued counter to actually reflect real life Fix evpn dup detected local mac del event Reduce creation and fix memory leak of frrscripting pointers Unlock the route node when sending route notifications Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
1 parent d134cb1 commit 04c9a28

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-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], [8.5.1], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [8.5.2], [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 (8.5.2-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 8.5.2
4+
5+
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Thu, 15 Jun 2023 02:00:00 -0600
6+
17
frr (8.5.1-0) unstable; urgency=medium
28

39
* New upstream release FRR 8.5.1

redhat/frr.spec.in

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,46 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
793793

794794
%changelog
795795

796-
* Thu Apr 20 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
796+
* Thu Jun 15 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
797+
798+
* Thu Jun 15 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5.2
799+
- Bug fixes:
800+
- bfdd
801+
- Fix malformed session with vrf
802+
- Remove redundant nb destroy callbacks
803+
- bgpd
804+
- Ensure stream received has enough data
805+
- Fix bgpd core when unintern attr
806+
- Fix the json output of show bgp all json to be in a valid format
807+
- Make sure aigp attribute is non-transitive
808+
- Using no pretty json output for l2vpn-evpn routes
809+
- lib
810+
- Fix memory leak in in link state
811+
- Fix vtysh core when handling questionmark
812+
- Link state memory corruption
813+
- ospfd
814+
- Fix interface param type update
815+
- Fix memory leaks w/ `show ip ospf int x json` commands
816+
- Ospf opaque lsa stale processing fix and topotests.
817+
- Respect loopback's cost that is set and set loopback costs to 0
818+
- pim6d
819+
- Fix crash in ipv6 pim command
820+
821+
- pimd
822+
- Pim not sending register packets after changing from non dr to dr
823+
824+
-tools
825+
- Fix list value remove in frr-reload
826+
827+
- vtysh
828+
- Give actual pam error messages
829+
830+
- zebra
831+
- Evpn handle del event for dup detected mac
832+
- Fix dp_out_queued counter to actually reflect real life
833+
- Fix evpn dup detected local mac del event
834+
- Reduce creation and fix memory leak of frrscripting pointers
835+
- Unlock the route node when sending route notifications
797836

798837
* Thu Apr 20 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5.1
799838
- Bug fixes:

0 commit comments

Comments
 (0)