]> git.puffer.fish Git - mirror/frr.git/commitdiff
FRRouting Release 8.3.1 docker/8.3.1 frr-8.3.1
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 30 Aug 2022 17:53:45 +0000 (20:53 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 30 Aug 2022 17:53:45 +0000 (20:53 +0300)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
configure.ac
debian/changelog
redhat/frr.spec.in

index 19d2b48f378074d3cd0f018250cab8875d8ffeac..0ce63282b8f0462c5ec7c0d3ade0792fc71ec4b1 100644 (file)
@@ -7,7 +7,7 @@
 ##
 AC_PREREQ([2.69])
 
-AC_INIT([frr], [8.3], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [8.3.1], [https://github.com/frrouting/frr/issues])
 PACKAGE_URL="https://frrouting.org/"
 AC_SUBST([PACKAGE_URL])
 PACKAGE_FULLNAME="FRRouting"
index 516f91ab359225660c89ab7836a8ce3765d823ab..5be8bac211284e7181ec99e46b42a2e1f7fceb40 100644 (file)
@@ -1,3 +1,22 @@
+frr (8.3.1-0) unstable; urgency=medium
+
+  * bgpd: Do not announce routes that are conditionally withdrawn (a gap between conditional advertisement interval)
+  * bgpd: Fix crash for 'show bgp l2vpn evpn route rd'
+  * bgpd: Do not overwrite the Link-Local address with another interface for the next-hop cache
+  * bgpd: Call a hook when the as-path filter is replaced
+  * bgpd: Fix memory leak when cleaning up MPLS labels
+  * isisd: Fix memory leak when deleting adjacency
+  * ldpd: Fix crash when hold time is configured to 65535
+  * ospfd: Fix crash when the router is running in GR helper mode and receives a new LSA
+  * pimd: Fix memory leak for 'show ip pim interface'
+  * pimd: Allow the same group/source route to be configured on more than one interface
+  * vtysh: Handle CTRL+Z without exiting the VTY shell
+  * vtysh: Ignore 'end' when parsing frr.conf (This causes BGP sessions to start only after 10 minutes)
+  * zebra: Avoid buffer overflow when parsing nested route attributes for SR-IPv6
+  * zebra: Fix missing VNI transition, e.g.: 'show evpn vni detail'
+
+ -- Donatas Abraitis <donatas@opensourcerouting.org>  Tue, 30 Aug 2022 20:45:00 +0300
+
 frr (8.3-0) unstable; urgency=medium
 
   * New upstream release FRR 8.3
index d9b48768bdc455a7ca8b2b0c5a44a9f8e8345fd9..aa72e9605ff5f26bf39db9463aef2b8ea53701ae 100644 (file)
@@ -781,6 +781,29 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
 %changelog
 * Wed Jul 13 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
 
+* Tue Aug 30 2022 Donatas Abraitis <donatas@opensourcerouting.org> - 8.3.1
+- bgpd
+-    Do not announce routes that are conditionally withdrawn (a gap between conditional advertisement interval)
+-    Fix crash for `show bgp l2vpn evpn route rd`
+-    Do not overwrite the Link-Local address with another interface for the next-hop cache
+-    Call a hook when the as-path filter is replaced
+-    Fix memory leak when cleaning up MPLS labels
+- isisd
+-    Fix memory leak when deleting adjacency
+- ldpd
+-    Fix crash when hold time is configured to 65535
+- ospfd
+-    Fix crash when the router is running in GR helper mode and receives a new LSA
+- pimd
+-    Fix memory leak for `show ip pim interface`
+-    Allow the same group/source route to be configured on more than one interface
+- vtysh
+-    Handle CTRL+Z without exiting the VTY shell
+-    Ignore `end` when parsing frr.conf (This causes BGP sessions to start only after 10 minutes)
+- zebra
+-    Avoid buffer overflow when parsing nested route attributes for SR-IPv6
+-    Fix missing VNI transition, e.g.: `show evpn vni detail`
+
 * Wed Jul 13 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.3
 - General:
 -    Add camelcase json keys in addition to pascalcase (Wrong JSON keys will be depracated)