summaryrefslogtreecommitdiff
path: root/redhat/frr.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/frr.spec.in')
-rw-r--r--redhat/frr.spec.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index d9b48768bd..aa72e9605f 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -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)