]> git.puffer.fish Git - matthieu/frr.git/commit
FRR Release 8.3.2 frr-8.3.2
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 15 Mar 2023 21:53:12 +0000 (16:53 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 15 Mar 2023 21:53:12 +0000 (16:53 -0500)
commite5bda76eb9d595e99f6c21ed0820a5eaf0ad584b
tree081b9dbc911d29467bf434ce973e6a5ddfc5dce6
parent65810cc44dfe4ff548869ff51863b2eb50635351
FRR Release 8.3.2

This a convenience release/tag for house keeping. We currently don't plan to publish
binary packages with this release.

Changelog:

bgpd
    Allow `network xxx` to work with bgp suppress-fib-pending
    Ensure frr has enough data to read 2 bytes in bgp_open_option_parse
    Ensure frr has enough data to read 2 bytes in peek_for_as4_capability
    Ensure that bgp open message stream has enough data to read
    Fix "no match rpki" in route-map
    Fix crash for `set ipv4/ipv6 vpn next-hop` command
    Fix display bgp large-community exact-match
    Flowspec overflow issue
    Make sure hdr length is at a minimum of what is expected
    Release rcu lock in bgp keepalive pthread

doc
    Add `neighbor peer extended-optional-parameters` command

docker
    Keep and copy .apk files after they are built

isisd
    Ensure rcap is freed in error case

lib
    Disable vrf before terminating interfaces
    Free some memory in scripting subsystem at shutdown

ospfclient
    Add 'wait,<seconds>' action to ospfclient.py - for testing
    Ensure ospf_apiclient_lsa_originate cannot accidently write into stack

ospfd
    Allow for zero length opaque lsas (which is permitted per rfc 5250)
    Fix rfc conformance test cases 25.19 and 27.6
    Fixing memleak.

revert "doc
    Add `neighbor peer extended-optional-parameters` command"

ripd
    Cleanup memory allocations on shutdown

ripngd
    Cleanup memory allocations on shutdown

staticd
    Clean up zclient on shutdown

tools
    Apply black formatting for frr-reload.py
    Handle sequence numbers for bgp community (large/ext) in frr-reload.py

topotests
    Ospfapi - enahnce test to cover explicit delete and 0 len opaque lsas

zebrad
    Cleanup memory leaks on shutdown
    Zrouter.mh_info is leaked on shutdown

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
configure.ac
debian/changelog
redhat/frr.spec.in