mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 16:46:19 +00:00
FRR Release 8.5.2
* Bug Fixes bfdd Fix malformed session with vrf Remove redundant nb destroy callbacks bgpd Ensure stream received has enough data Fix bgpd core when unintern attr Fix the json output of show bgp all json to be in a valid format Make sure aigp attribute is non-transitive Using no pretty json output for l2vpn-evpn routes doc Add `neighbor aigp` command for bgp lib Fix memory leak in in link state Fix vtysh core when handling questionmark Link state memory corruption ospfd Fix interface param type update Fix memory leaks w/ `show ip ospf int x json` commands Ospf opaque lsa stale processing fix and topotests. Respect loopback's cost that is set and set loopback costs to 0 pim6d Fix crash in ipv6 pim command pimd Pim not sending register packets after changing from non dr to dr tests Adjust aigp metric numbers for ibgp setup tools Fix list value remove in frr-reload vtysh Give actual pam error messages zebra Evpn handle del event for dup detected mac Fix dp_out_queued counter to actually reflect real life Fix evpn dup detected local mac del event Reduce creation and fix memory leak of frrscripting pointers Unlock the route node when sending route notifications Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
This commit is contained in:
parent
d134cb14c7
commit
04c9a280c1
@ -7,7 +7,7 @@
|
|||||||
##
|
##
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
|
|
||||||
AC_INIT([frr], [8.5.1], [https://github.com/frrouting/frr/issues])
|
AC_INIT([frr], [8.5.2], [https://github.com/frrouting/frr/issues])
|
||||||
PACKAGE_URL="https://frrouting.org/"
|
PACKAGE_URL="https://frrouting.org/"
|
||||||
AC_SUBST([PACKAGE_URL])
|
AC_SUBST([PACKAGE_URL])
|
||||||
PACKAGE_FULLNAME="FRRouting"
|
PACKAGE_FULLNAME="FRRouting"
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
frr (8.5.2-0) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release FRR 8.5.2
|
||||||
|
|
||||||
|
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Thu, 15 Jun 2023 02:00:00 -0600
|
||||||
|
|
||||||
frr (8.5.1-0) unstable; urgency=medium
|
frr (8.5.1-0) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release FRR 8.5.1
|
* New upstream release FRR 8.5.1
|
||||||
|
@ -793,7 +793,46 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
* Thu Apr 20 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
|
* Thu Jun 15 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
|
||||||
|
|
||||||
|
* Thu Jun 15 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5.2
|
||||||
|
- Bug fixes:
|
||||||
|
- bfdd
|
||||||
|
- Fix malformed session with vrf
|
||||||
|
- Remove redundant nb destroy callbacks
|
||||||
|
- bgpd
|
||||||
|
- Ensure stream received has enough data
|
||||||
|
- Fix bgpd core when unintern attr
|
||||||
|
- Fix the json output of show bgp all json to be in a valid format
|
||||||
|
- Make sure aigp attribute is non-transitive
|
||||||
|
- Using no pretty json output for l2vpn-evpn routes
|
||||||
|
- lib
|
||||||
|
- Fix memory leak in in link state
|
||||||
|
- Fix vtysh core when handling questionmark
|
||||||
|
- Link state memory corruption
|
||||||
|
- ospfd
|
||||||
|
- Fix interface param type update
|
||||||
|
- Fix memory leaks w/ `show ip ospf int x json` commands
|
||||||
|
- Ospf opaque lsa stale processing fix and topotests.
|
||||||
|
- Respect loopback's cost that is set and set loopback costs to 0
|
||||||
|
- pim6d
|
||||||
|
- Fix crash in ipv6 pim command
|
||||||
|
|
||||||
|
- pimd
|
||||||
|
- Pim not sending register packets after changing from non dr to dr
|
||||||
|
|
||||||
|
-tools
|
||||||
|
- Fix list value remove in frr-reload
|
||||||
|
|
||||||
|
- vtysh
|
||||||
|
- Give actual pam error messages
|
||||||
|
|
||||||
|
- zebra
|
||||||
|
- Evpn handle del event for dup detected mac
|
||||||
|
- Fix dp_out_queued counter to actually reflect real life
|
||||||
|
- Fix evpn dup detected local mac del event
|
||||||
|
- Reduce creation and fix memory leak of frrscripting pointers
|
||||||
|
- Unlock the route node when sending route notifications
|
||||||
|
|
||||||
* Thu Apr 20 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5.1
|
* Thu Apr 20 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5.1
|
||||||
- Bug fixes:
|
- Bug fixes:
|
||||||
|
Loading…
Reference in New Issue
Block a user