Skip to content

Commit 31ed3dd

Browse files
committed
FRR Release 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>
1 parent 6674e08 commit 31ed3dd

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ([2.69])
99

10-
AC_INIT([frr], [9.0], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [9.0.1], [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST([PACKAGE_URL])
1313
PACKAGE_FULLNAME="FRRouting"

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
frr (9.0.1-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 9.0.1
4+
5+
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Fri, 01 Sep 2023 02:00:00 -0600
6+
17
frr (9.0-0) unstable; urgency=medium
28

39
* New upstream release FRR 9.0

redhat/frr.spec.in

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,30 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
799799

800800
%changelog
801801

802-
* Wed Jul 26 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
802+
* Fri Sep 01 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version}
803+
804+
* Fri Sep 01 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0.1
805+
- bgpd
806+
- Add peers back to peer hash when peer_xfer_conn fails
807+
- Check the length of the rcv software version
808+
- Do not explicitly print maxttl value for ebgp-multihop vty output
809+
- Do not process nlris if the attribute length is zero
810+
- Don't read the first byte of orf header if we are ahead of stream
811+
- Evpn code was not properly unlocking rd_dest
812+
- Fix `show bgp all rpki notfound`
813+
- Make sure we have enough data to read two bytes when validating aigp
814+
- Use treat-as-withdraw for tunnel encapsulation attribute
815+
- zebra
816+
- Fix evpn nexthop config order
817+
- lib
818+
- Allow unsetting walltime-warning and cpu-warning
819+
- ospfd
820+
- Prevent use after free( and crash of ospf ) when no router ospf
821+
- pimd
822+
- Prevent crash when receiving register message when the rp() is unknown
823+
- When receiving a packet be more careful with length in pim_pim_packet
824+
- vtysh
825+
- Print uniq lines when parsing `no service ...`
803826

804827
* Wed Jul 26 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0
805828
- Major Highlights:

0 commit comments

Comments
 (0)