-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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 <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
frr (8.4.7-0) unstable; urgency=medium | ||
|
||
* New upstream release FRR 8.4.7 | ||
|
||
-- Donatas Abraitis <[email protected]> Mon, 23 Dec 2024 22:35:00 +0300 | ||
|
||
frr (8.4.6-0) unstable; urgency=medium | ||
|
||
* New upstream release FRR 8.4.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -793,7 +793,23 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons | |
|
||
%changelog | ||
|
||
* Wed Sep 11 2024 Martin Winter <[email protected]> - %{version} | ||
* Mon Dec 23 2024 Martin Winter <[email protected]> - %{version} | ||
|
||
* Mon Dec 23 2024 Donatas Abraitis <[email protected]> - 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 <[email protected]> - 8.4.6 | ||
- bgpd | ||
|