Skip to content

Commit ad1766d

Browse files
committed
FRR Release 9.1.3
- bfdd - Add no variants to interval configurations - bgpd - Actually make ` --v6-with-v4-nexthops` it work - Add `bgp ipv6-auto-ra` command - Allow value 0 in aigp-metric setting - Clear all paths including addpath once GR expires - Compare aigp after local route check in bgp_path_info_cmp() - EVPN fix per rd specific type-2 json output - Fix addressing information of non established outgoing sessions - Fix bgp core with a possible Intf delete - Fix blank line in running-config with bmp listener cmd - Fix crash when polling bgp4v2PathAttrTable - Fix display of local label in show bgp - Fix for match source-protocol in route-map for redistribute cmd - Fix memory leak when creating BMP connection with a source interface - Fix printfrr_bp for non initialized peers - Fix route selection with AIGP - Fix several issues in sourcing AIGP attribute - Fix unconfigure asdot neighbor - Include structure when installing End.DT4/6 SID - Include structure when installing End.DT46 SID - Include structure when removing End.DT4/6 SID - Include structure when removing End.DT46 SID - Move some non BGP-specific route-map functions to lib - Remove useless control checks about TCP connection - Set LLGR stale routes for all the paths including addpath - Treat numbered community-list only if it's in a range 1-500 - Validate both nexthop information (NEXTHOP and NLRI) - isisd - Fix rcap tlv double-free crash - lib - Include SID structure in seg6local nexthop - Take ge/le into consideration when checking the prefix with the prefix-list - Keep `zebra on-rib-process script` in frr.conf - nhrpd - Fixes duplicate auth extension - ospfd - Fix missing '[no]ip ospf graceful-restart hello-delay <N>' commands - pimd - Allow resolving bsr via directly connected secondary address - Fix access-list memory leak in pimd - vrrpd - Iterate over all ancillary messages - zebra - Add missing new line for help string - Add missing proto translations - Correctly report metrics - Fix crash during reconnect - Fix snmp walk of zebra rib - Let's use memset instead of walking bytes and setting to 0 - Separate zebra ZAPI server open and accept - Unlock node only after operation in zebra_free_rnh() Signed-off-by: Donatas Abraitis <[email protected]>
1 parent 0217100 commit ad1766d

File tree

3 files changed

+63
-2
lines changed

3 files changed

+63
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ([2.69])
99

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

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
frr (9.1.3-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 9.1.3
4+
5+
-- Donatas Abraitis <[email protected]> Mon, 23 Dec 2024 22:35:00 +0300
6+
17
frr (9.1.2-0) unstable; urgency=medium
28

39
* New upstream release FRR 9.1.2

redhat/frr.spec.in

+56-1
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,62 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
799799

800800
%changelog
801801

802-
* Wed Sep 11 2024 Martin Winter <[email protected]> - %{version}
802+
* Mon Dec 23 2024 Martin Winter <[email protected]> - %{version}
803+
804+
* Mon Dec 23 2024 Donatas Abraitis <[email protected]> - 9.1.3
805+
- bfdd
806+
- Add no variants to interval configurations
807+
- bgpd
808+
- Actually make ` --v6-with-v4-nexthops` it work
809+
- Add `bgp ipv6-auto-ra` command
810+
- Allow value 0 in aigp-metric setting
811+
- Clear all paths including addpath once GR expires
812+
- Compare aigp after local route check in bgp_path_info_cmp()
813+
- EVPN fix per rd specific type-2 json output
814+
- Fix addressing information of non established outgoing sessions
815+
- Fix bgp core with a possible Intf delete
816+
- Fix blank line in running-config with bmp listener cmd
817+
- Fix crash when polling bgp4v2PathAttrTable
818+
- Fix display of local label in show bgp
819+
- Fix for match source-protocol in route-map for redistribute cmd
820+
- Fix memory leak when creating BMP connection with a source interface
821+
- Fix printfrr_bp for non initialized peers
822+
- Fix route selection with AIGP
823+
- Fix several issues in sourcing AIGP attribute
824+
- Fix unconfigure asdot neighbor
825+
- Include structure when installing End.DT4/6 SID
826+
- Include structure when installing End.DT46 SID
827+
- Include structure when removing End.DT4/6 SID
828+
- Include structure when removing End.DT46 SID
829+
- Move some non BGP-specific route-map functions to lib
830+
- Remove useless control checks about TCP connection
831+
- Set LLGR stale routes for all the paths including addpath
832+
- Treat numbered community-list only if it's in a range 1-500
833+
- Validate both nexthop information (NEXTHOP and NLRI)
834+
- isisd
835+
- Fix rcap tlv double-free crash
836+
- lib
837+
- Include SID structure in seg6local nexthop
838+
- Take ge/le into consideration when checking the prefix with the prefix-list
839+
- Keep `zebra on-rib-process script` in frr.conf
840+
- nhrpd
841+
- Fixes duplicate auth extension
842+
- ospfd
843+
- Fix missing '[no]ip ospf graceful-restart hello-delay <N>' commands
844+
- pimd
845+
- Allow resolving bsr via directly connected secondary address
846+
- Fix access-list memory leak in pimd
847+
- vrrpd
848+
- Iterate over all ancillary messages
849+
- zebra
850+
- Add missing new line for help string
851+
- Add missing proto translations
852+
- Correctly report metrics
853+
- Fix crash during reconnect
854+
- Fix snmp walk of zebra rib
855+
- Let's use memset instead of walking bytes and setting to 0
856+
- Separate zebra ZAPI server open and accept
857+
- Unlock node only after operation in zebra_free_rnh()
803858

804859
* Wed Sep 11 2024 Donatas Abraitis <[email protected]> - 9.1.2
805860
- bgpd

0 commit comments

Comments
 (0)