]> git.puffer.fish Git - matthieu/frr.git/commitdiff
FRR Release 8.4.1 docker/8.4.1 frr-8.4.1
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Fri, 18 Nov 2022 05:09:28 +0000 (23:09 -0600)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Fri, 18 Nov 2022 05:31:08 +0000 (23:31 -0600)
- 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>
configure.ac
debian/changelog
redhat/frr.spec.in

index ae7968fb756ff9fd5c672975b7454e9937ea2304..d77784d928cbf1e80004a54507e5801521d6e55a 100644 (file)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ([2.69])
 
-AC_INIT([frr], [8.4], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [8.4.1], [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST([PACKAGE_URL])
 PACKAGE_FULLNAME="FRRouting"
index 21ea69aa56ca8035629f899b0273ad8d63e3beb6..fa726ab33b764bb0e700174afd497aeae9a9cef2 100644 (file)
@@ -1,3 +1,9 @@
+frr (8.4.1-0) unstable; urgency=medium
+
+  * New upstream release FRR 8.4.1
+
+ -- Jafar Al-Gharaibeh <jafar@atcorp.com>  Thu, 17 Nov 2022 10:00:00 +0500
+
 frr (8.4-0) unstable; urgency=medium
 
   * New upstream release FRR 8.4
index 26f987c5b440da10ea4d5f5504248aab25691cdc..f0c60e92d9ccb3c9bf0b8753a72465edd8e2b015 100644 (file)
@@ -793,7 +793,18 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
 
 %changelog
 
-* Tue Nov 01 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Thu Nov 17 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+
+* Thu Nov 17 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 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
 
 * Tue Nov 01 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.4
 - New BGP command (neighbor PEER soo) to configure SoO to prevent routing loops and suboptimal routing on dual-homed sites.