]> git.puffer.fish Git - matthieu/frr.git/commit
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)
commitde0e358b877ac9b595e7fb387a302c960a4c02d1
tree5f39035f1ebd972a9a4b1575bc3bf54aac7ff770
parentf5be225e63506535e5b06b0868d2f8b6b5004cd0
FRR Release 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

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