]> git.puffer.fish Git - matthieu/frr.git/commitdiff
FRR Release 8.4.3 frr-8.4.3
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 15 Mar 2023 21:42:09 +0000 (16:42 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 15 Mar 2023 21:42:09 +0000 (16:42 -0500)
This a convenience release/tag for house keeping. We currently don't plan to publish
binary packages with this release.

Changelog:

babeld
    Fix filtering against all interfaces

bgpd
    Avoid double aspath_dup() for confederation when remote-as != as_specified
    Convert evpn output to not pretty print json
    Evpn route detail json display non prett
    Fix deterministic-med check for stale paths
    Fix use-after-free crash for evpn
    Flowspec overflow issue
    Free rfapi callback object always
    Increment version number even when no data is sent
    Intern default-originate attributes to avoid use-after-free
    Pass global asn for confederation peers if not as_specified
    Prevent multipathing among evpn and non-evpn paths

lib, bgpd
    Add ability to specify that some json output should not be pretty

lib
    Fix non-use of option
    Free dnode before returning if yang translator model is already loaded
    Release memory of yang translation module on error

ospfclient
    Bugfix and no implicit register
    Remove register "ready" requirement

ospfd
    Compare prefix values in host order
    Inc. opaque data in `show opaque info detail json` output
    Small bugfix for miscounting a[s]brs

pbrd
    Fix large tableids displayed as negative

pceplib
    Add <time.h> include for time_t

pimd
    In_multicast needs host order
    Make logs useful for input drops
    Try to reinstall mfc when we get nocache
    V6 intentionally turned off route-maps.  turn it on.

tests
    Check if bgp confederation works with as_external (!as_specified)
    Improve the ospfapi test (move to square topology)

tools
    Fix missing pbrd in rsyslog.d 45-frr.conf file
    Frr-reload fix list value not present

vrrpd
    Give null when using null ifp to lookup vr

zebrad
    Add debug for bridge capability
    Fix other table inactive when ip import-table is on

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

index 66b5e5350ef20dcfc53fab7fb2bb424393029eac..aaa98632a467f2c5ea55e1e265e9eca989f8946b 100644 (file)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ([2.69])
 
-AC_INIT([frr], [8.4.2], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [8.4.3], [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST([PACKAGE_URL])
 PACKAGE_FULLNAME="FRRouting"
index 94994575b97db81bcb8611ddf5b3bf0605089d61..4b84bca4f21610ec5e7da30f9da3c17ef1e3ddbd 100644 (file)
@@ -1,3 +1,9 @@
+frr (8.4.3-0) unstable; urgency=medium
+
+  * New upstream release FRR 8.4.3
+
+ -- Jafar Al-Gharaibeh <jafar@atcorp.com>  Wed, 15 Mar 2023 10:00:00 -0600
+
 frr (8.4.2-0) unstable; urgency=medium
 
   * New upstream release FRR 8.4.2
index cca62444e335abd2f5ac62eb53a94cd9e2eae358..f33abdd0a0db0800db3ccaf6c4c3a20178b54d87 100644 (file)
@@ -795,6 +795,9 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
 
 * Mon Jan 09 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
 
+* Wed Mar 15 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.4.3
+- This a convenience release/tag for house keeping
+
 * Mon Jan 09 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.4.2
 - bfdd: fix ipv4 socket source selection
 - bgpd : fix crash for `set ipv4/ipv6 vpn next-hop` command