Skip to content

Commit

Permalink
FRR Release 9.0.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jafaral committed Sep 2, 2023
1 parent 6674e08 commit 31ed3dd
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
25 changes: 24 additions & 1 deletion redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 31ed3dd

Please sign in to comment.