Skip to content

Commit e6008aa

Browse files
committed
FRR Release 8.4.7
- bgpd - Add `bgp ipv6-auto-ra` command - Include structure when removing End.DT4/6 SID - Include structure when installing End.DT4/6 SID - lib - Include SID structure in seg6local nexthop - ospfd - Fix heap corruption vulnerability when parsing SR-Algorithm TLV - zebra - Fix crash during reconnect - Add missing proto translations - Correctly report metrics - Let's use memset instead of walking bytes and setting to 0 - Fix snmp walk of zebra rib Signed-off-by: Donatas Abraitis <[email protected]>
1 parent 51b5962 commit e6008aa

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-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], [8.4.6], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [8.4.7], [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 (8.4.7-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 8.4.7
4+
5+
-- Donatas Abraitis <[email protected]> Mon, 23 Dec 2024 22:35:00 +0300
6+
17
frr (8.4.6-0) unstable; urgency=medium
28

39
* New upstream release FRR 8.4.6

redhat/frr.spec.in

+17-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,23 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
793793

794794
%changelog
795795

796-
* Wed Sep 11 2024 Martin Winter <[email protected]> - %{version}
796+
* Mon Dec 23 2024 Martin Winter <[email protected]> - %{version}
797+
798+
* Mon Dec 23 2024 Donatas Abraitis <[email protected]> - 8.4.7
799+
- bgpd
800+
- Add `bgp ipv6-auto-ra` command
801+
- Include structure when removing End.DT4/6 SID
802+
- Include structure when installing End.DT4/6 SID
803+
- lib
804+
- Include SID structure in seg6local nexthop
805+
- ospfd
806+
- Fix heap corruption vulnerability when parsing SR-Algorithm TLV
807+
- zebra
808+
- Fix crash during reconnect
809+
- Add missing proto translations
810+
- Correctly report metrics
811+
- Let's use memset instead of walking bytes and setting to 0
812+
- Fix snmp walk of zebra rib
797813

798814
* Wed Sep 11 2024 Donatas Abraitis <[email protected]> - 8.4.6
799815
- bgpd

0 commit comments

Comments
 (0)