diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-12-29 18:37:41 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-12-29 18:37:41 +0200 |
| commit | e6008aaeebd6852470d89c0bb6e82fb820e02dae (patch) | |
| tree | bd735522ceb8ac9fbaffcc2cc901a0978f4ef17b /redhat/frr.spec.in | |
| parent | 51b596241415e79b32cb366e6d1c942a19d142a4 (diff) | |
FRR Release 8.4.7frr-8.4.7docker/8.4.7rc/8.4.7
- bgpd
- Add `bgp ipv6-auto-ra` command
- Include structure when removing End.DT4/6 SID
- Include structure when installing End.DT4/6 SID
- lib
- Include SID structure in seg6local nexthop
- ospfd
- Fix heap corruption vulnerability when parsing SR-Algorithm TLV
- zebra
- Fix crash during reconnect
- Add missing proto translations
- Correctly report metrics
- Let's use memset instead of walking bytes and setting to 0
- Fix snmp walk of zebra rib
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'redhat/frr.spec.in')
| -rw-r--r-- | redhat/frr.spec.in | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 5b348bcedc..4efe27bc51 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -793,7 +793,23 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog -* Wed Sep 11 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version} +* Mon Dec 23 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version} + +* Mon Dec 23 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 8.4.7 +- bgpd +- Add `bgp ipv6-auto-ra` command +- Include structure when removing End.DT4/6 SID +- Include structure when installing End.DT4/6 SID +- lib +- Include SID structure in seg6local nexthop +- ospfd +- Fix heap corruption vulnerability when parsing SR-Algorithm TLV +- zebra +- Fix crash during reconnect +- Add missing proto translations +- Correctly report metrics +- Let's use memset instead of walking bytes and setting to 0 +- Fix snmp walk of zebra rib * Wed Sep 11 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 8.4.6 - bgpd |
