Skip to content

Commit dbf8dac

Browse files
committed
FRR Release 10.1.1
- bgpd - Fix as-path exclude modify crash - Fix labels static-analyser - Fix, do not access peer->notify.data when it is null - Fix crash at no rpki - Fix memory type for static->prd_pretty - Revert "topotests: add an ebgp 6vpe test" - Revert "topotests: add bgp_nexthop_mp_ipv4_6 test" - Revert "bgpd: optimize bgp_interface_address_del" - Revert "bgpd: fix removing ipv6 global nexhop" - Revert "bgpd: fix "used" json key on link-local nexthop" - Revert "tests: ipv6 global removal in bgp_nexthop_mp_ipv4_6" - Revert "bgpd: set ipv4-mapped ipv6 for ipv4 with ipv6 nexthop" - Revert "bgpd: prefer link-local to a ipv4-mapped ipv6 global" - Revert "topotests: update bgp_vrf_leaking_5549_routes" - Revert "bgpd: optimize bgp_interface_address_add" - Revert "bgpd: reduce bgp_interface_address_add indentation" - Revert "bgpd: log new ipv6 global in bgp_interface_address_add" - Revert "bgpd: fix sending ipv6 local nexthop if global present" - isisd - Fix crash when reading asla - Add missing `exit` statement - Fix update link params after circuit is up - Fix crash at flex-algo without mpls-te - Fix memory handling in isis_adj_process_threeway() - nhrpd - Fix show nhrp shortcut json - Fix sending /32 shortcut - pimd - Fix crash in pimd - mgmtd - Don't add implicit state data when reading config from file - lib - Fix distribute-list deletion - Fix crash on distribute-list delete - Fix LYD_NEW_PATH_OUTPUT issue to support libyang v3.x - ripd - Fix show run output for distribute-list - zebra - Ensure non-equal id's are not same nhg's - Mimic GNU basename() API for non-glibc library e.g. musl Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
1 parent 884196e commit dbf8dac

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-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], [10.1], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.1.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 (10.1.1-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.1.1
4+
5+
-- Donatas Abraitis <donatas@opensourcerouting.org> Wed, 11 Sep 2024 10:40:00 +0300
6+
17
frr (10.1-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.1

redhat/frr.spec.in

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,50 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
805805

806806
%changelog
807807

808-
* Fri Jul 26 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
808+
* Wed Sep 11 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
809+
810+
* Wed Sep 11 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 10.1.1
811+
- bgpd
812+
- Fix as-path exclude modify crash
813+
- Fix labels static-analyser
814+
- Fix, do not access peer->notify.data when it is null
815+
- Fix crash at no rpki
816+
- Fix memory type for static->prd_pretty
817+
- Revert "topotests: add an ebgp 6vpe test"
818+
- Revert "topotests: add bgp_nexthop_mp_ipv4_6 test"
819+
- Revert "bgpd: optimize bgp_interface_address_del"
820+
- Revert "bgpd: fix removing ipv6 global nexhop"
821+
- Revert "bgpd: fix "used" json key on link-local nexthop"
822+
- Revert "tests: ipv6 global removal in bgp_nexthop_mp_ipv4_6"
823+
- Revert "bgpd: set ipv4-mapped ipv6 for ipv4 with ipv6 nexthop"
824+
- Revert "bgpd: prefer link-local to a ipv4-mapped ipv6 global"
825+
- Revert "topotests: update bgp_vrf_leaking_5549_routes"
826+
- Revert "bgpd: optimize bgp_interface_address_add"
827+
- Revert "bgpd: reduce bgp_interface_address_add indentation"
828+
- Revert "bgpd: log new ipv6 global in bgp_interface_address_add"
829+
- Revert "bgpd: fix sending ipv6 local nexthop if global present"
830+
- isisd
831+
- Fix crash when reading asla
832+
- Add missing `exit` statement
833+
- Fix update link params after circuit is up
834+
- Fix crash at flex-algo without mpls-te
835+
- Fix memory handling in isis_adj_process_threeway()
836+
- nhrpd
837+
- Fix show nhrp shortcut json
838+
- Fix sending /32 shortcut
839+
- pimd
840+
- Fix crash in pimd
841+
- mgmtd
842+
- Don't add implicit state data when reading config from file
843+
- lib
844+
- Fix distribute-list deletion
845+
- Fix crash on distribute-list delete
846+
- Fix LYD_NEW_PATH_OUTPUT issue to support libyang v3.x
847+
- ripd
848+
- Fix show run output for distribute-list
849+
- zebra
850+
- Ensure non-equal id's are not same nhg's
851+
- Mimic GNU basename() API for non-glibc library e.g. musl
809852

810853
* Fri Jul 26 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.1
811854
- Breaking changes

0 commit comments

Comments
 (0)