diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-03-15 16:53:12 -0500 | 
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-03-15 16:53:12 -0500 | 
| commit | e5bda76eb9d595e99f6c21ed0820a5eaf0ad584b (patch) | |
| tree | 081b9dbc911d29467bf434ce973e6a5ddfc5dce6 /configure.ac | |
| parent | 65810cc44dfe4ff548869ff51863b2eb50635351 (diff) | |
FRR Release 8.3.2frr-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>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0ce63282b8..a854a47f29 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@  ##  AC_PREREQ([2.69]) -AC_INIT([frr], [8.3.1], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.3.2], [https://github.com/frrouting/frr/issues])  PACKAGE_URL="https://frrouting.org/"  AC_SUBST([PACKAGE_URL])  PACKAGE_FULLNAME="FRRouting"  | 
