diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-09-01 23:17:37 -0500 |
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-09-01 23:17:37 -0500 |
| commit | 31ed3dd753d62b5d8916998bc32814007e91364b (patch) | |
| tree | 5e0a48d8086b03620ce9589dadee66f2c29b5dc4 | |
| parent | 6674e08fe3a4a4cd2153d447e1e3f0371c9c9298 (diff) | |
FRR Release 9.0.1frr-9.0.1docker/9.0.1
Bug Fixes:
bgpd
Add peers back to peer hash when peer_xfer_conn fails
Check the length of the rcv software version
Do not explicitly print maxttl value for ebgp-multihop vty output
Do not process nlris if the attribute length is zero
Don't read the first byte of orf header if we are ahead of stream
Evpn code was not properly unlocking rd_dest
Fix `show bgp all rpki notfound`
Make sure we have enough data to read two bytes when validating aigp
Use treat-as-withdraw for tunnel encapsulation attribute
zebra
Fix evpn nexthop config order
lib
Allow unsetting walltime-warning and cpu-warning
ospfd
Prevent use after free( and crash of ospf ) when no router ospf
pimd
Prevent crash when receiving register message when the rp() is unknown
When receiving a packet be more careful with length in pim_pim_packet
vtysh
Print uniq lines when parsing `no service ...`
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 25 |
3 files changed, 31 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 37baaf733e..a0819a1f22 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [9.0], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [9.0.1], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" diff --git a/debian/changelog b/debian/changelog index c59fc75272..10d7fc71e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (9.0.1-0) unstable; urgency=medium + + * New upstream release FRR 9.0.1 + + -- Jafar Al-Gharaibeh <jafar@atcorp.com> Fri, 01 Sep 2023 02:00:00 -0600 + frr (9.0-0) unstable; urgency=medium * New upstream release FRR 9.0 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 1e09a4a0e0..05322a20ee 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -799,7 +799,30 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog -* Wed Jul 26 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version} +* Fri Sep 01 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version} + +* Fri Sep 01 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0.1 +- bgpd +- Add peers back to peer hash when peer_xfer_conn fails +- Check the length of the rcv software version +- Do not explicitly print maxttl value for ebgp-multihop vty output +- Do not process nlris if the attribute length is zero +- Don't read the first byte of orf header if we are ahead of stream +- Evpn code was not properly unlocking rd_dest +- Fix `show bgp all rpki notfound` +- Make sure we have enough data to read two bytes when validating aigp +- Use treat-as-withdraw for tunnel encapsulation attribute +- zebra +- Fix evpn nexthop config order +- lib +- Allow unsetting walltime-warning and cpu-warning +- ospfd +- Prevent use after free( and crash of ospf ) when no router ospf +- pimd +- Prevent crash when receiving register message when the rp() is unknown +- When receiving a packet be more careful with length in pim_pim_packet +- vtysh +- Print uniq lines when parsing `no service ...` * Wed Jul 26 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0 - Major Highlights: |
