]> git.puffer.fish Git - matthieu/frr.git/commitdiff
FRR Release 8.5.4 docker/8.5.4 frr-8.5.4
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 1 Dec 2023 07:51:27 +0000 (09:51 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 1 Dec 2023 07:51:27 +0000 (09:51 +0200)
bgpd
    Check mandatory attributes more carefully for the UPDATE message
    Do not suppress conditional advertisement updates if triggered
    Fix crash in SNMP BGP4V2-MIB bgpv2PeerErrorsTable()
    Handle MP_UNREACH_NLRI malformed packets with session reset
    Ignore handling NLRIs if we received the MP_UNREACH_NLRI attribute
    Initialise timebuf arrays to zeros for dampening reuse timer
    Initialise buffer in bgp_notify_admin_message() before using it
    Make sure dampening is enabled for the specified AFI/SAFI
    Use proper AFI when dumping information for dampening stuff
    Treat EOR as withdrawn to avoid unwanted handling of malformed attrs

eigrpd
    Use the correct memory pool on interface deletion

vtysh
    Fix show route map JSON output

ospfd
    Fix infinite loop when listing OSPF interfaces

pbrd
    Fix show pbr map detail json output

zebra
    Add encap type when building packet for FPM
    Display ptmStatus order in interface JSON
    Fix connected route deletion when multiple entry exists
    Fix FPM multipath encap addition
    Fix link update for veth interfaces
    Fix zebra crash when replacing nhe during shutdown
    Prevent null pointer dereference

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
configure.ac
debian/changelog
redhat/frr.spec.in

index 56686e5a20c253356456b7a2ada3afffbb9da16b..247c7f031ffd6765d102dcfefdc6c86705a6528c 100644 (file)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ([2.69])
 
-AC_INIT([frr], [8.5.3], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [8.5.4], [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST([PACKAGE_URL])
 PACKAGE_FULLNAME="FRRouting"
index 511ebe407925fca43b2b6d9b87774d6db6328d73..f9be9a4adaa4b9edabe455802969e099e7ce0ea7 100644 (file)
@@ -1,3 +1,9 @@
+frr (8.5.4-0) unstable; urgency=medium
+
+  * New upstream release FRR 8.5.4
+
+ -- Donatas Abraitis <donatas@opensourcerouting.org>  Fri, 01 Dec 2023 02:00:00 -0600
+
 frr (8.5.3-0) unstable; urgency=medium
 
   * New upstream release FRR 8.5.3
index e191339499f1ce4f677474642d634db6062190ff..365e1944e16a937ccf0d7bec86d87e3e6e743f33 100644 (file)
@@ -793,7 +793,36 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
 
 %changelog
 
-* Fri Sep 01 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Fri Dec 01 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+
+* Fri Dec 01 2023 Donatas Abraitis <donatas@opensourcerouting.org> - 8.5.4
+- bgpd
+-    Check mandatory attributes more carefully for the UPDATE message
+-    Do not suppress conditional advertisement updates if triggered
+-    Fix crash in SNMP BGP4V2-MIB bgpv2PeerErrorsTable()
+-    Handle MP_UNREACH_NLRI malformed packets with session reset
+-    Ignore handling NLRIs if we received the MP_UNREACH_NLRI attribute
+-    Initialise timebuf arrays to zeros for dampening reuse timer
+-    Initialise buffer in bgp_notify_admin_message() before using it
+-    Make sure dampening is enabled for the specified AFI/SAFI
+-    Use proper AFI when dumping information for dampening stuff
+-    Treat EOR as withdrawn to avoid unwanted handling of malformed attrs
+- eigrpd
+-    Use the correct memory pool on interface deletion
+- vtysh
+-    Fix show route map JSON output
+- ospfd
+-    Fix infinite loop when listing OSPF interfaces
+- pbrd
+-    Fix show pbr map detail json output
+- zebra
+-    Add encap type when building packet for FPM
+-    Display ptmStatus order in interface JSON
+-    Fix connected route deletion when multiple entry exists
+-    Fix FPM multipath encap addition
+-    Fix link update for veth interfaces
+-    Fix zebra crash when replacing nhe during shutdown
+-    Prevent null pointer dereference
 
 * Fri Sep 01 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5.3
 - bgpd