Skip to content

Commit 70151e2

Browse files
committed
FRR Release 8.4.1
- zebra: reuse netinet/if_ether.h to avoid redefinition of struct ethhdr - zebra: fix build without AF_MPLS - ospfd: get route-map name for default-information originate - ospfd: allow unnumbered and numbered addresses to co-exist better - ospfd: prevent from crashing when processing external lsa - bgpd: fix "storing the address of local variable" - bgpd: rpki was decrementing the node lock one time too many - bgpd: do not send Deconfig/Shutdown message when restarting - pimd: convert zlog_warn to debug Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
1 parent 6b72cc2 commit 70151e2

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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.4], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [8.4.1], [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.4.1-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 8.4.1
4+
5+
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Thu, 17 Nov 2022 10:00:00 +0500
6+
17
frr (8.4-0) unstable; urgency=medium
28

39
* New upstream release FRR 8.4

redhat/frr.spec.in

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

794794
%changelog
795795

796-
* Tue Nov 01 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
796+
* Thu Nov 17 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
797+
798+
* Thu Nov 17 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.4.1
799+
- zebra: reuse netinet/if_ether.h to avoid redefinition of struct ethhdr
800+
- zebra: fix build without AF_MPLS
801+
- ospfd: get route-map name for default-information originate
802+
- ospfd: allow unnumbered and numbered addresses to co-exist better
803+
- ospfd: prevent from crashing when processing external lsa
804+
- bgpd: fix "storing the address of local variable"
805+
- bgpd: rpki was decrementing the node lock one time too many
806+
- bgpd: do not send Deconfig/Shutdown message when restarting
807+
- pimd: convert zlog_warn to debug
797808

798809
* Tue Nov 01 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.4
799810
- New BGP command (neighbor PEER soo) to configure SoO to prevent routing loops and suboptimal routing on dual-homed sites.

0 commit comments

Comments
 (0)