Skip to content

Commit 03a143c

Browse files
committed
FRR Release 10.0
Major highlights: - Introduce local host routes - Require libyang 2.1.128 - Add suport to configure a log file per daemon - BGP BMP Loc-RIB (RFC9069) support - eBGP-OAD (One Administrative Domain) support - BGP RPKI VRF support - BGP SNMP traps for BGP4-MIBV2 - Management (mgmtd) daemon "replace" operation support - BGP dynamic capabilities for addpath, fqdn, orf capabilities - SRv6 encapsulation source address feature - OSPFv3 Point-To-Multipoint mode - bgpd * Add clear bgp capabilities command to resend some dynamic capabilities link * bgpd: Add debug bgp updates detail command link * Add debug bgp updates <in|out> <X.Y.Z.W> prefix-list <NAME> command link * Add neighbor capability fqdn command link * Add redistribute table-direct support link * Fix match ip address ... + match evpn ... commands for EVPN * Remove aggregated (summary-only) suppressed routes from EVPN - mgmtd * Implement full XPATH 1.0 predicate functionality * Output staticd configuration from mgmtd - ospfd * Fix crash in OSPF TE parsing - ospf6d * Advertise local addresses with la bit * Set loopback interface cost to 0 * Let the user override interface cost for a loopback - pathd * Add dynamic candidate path metric [computed] keyword link * Add no msd command in the pcc context * Add no pcep command - vtysh * Send interface commands to mgmtd - watchfrr * Extend the ignore option to the daemon being killed - zebrad * Add mpls label dynamic-block command link * Add JSON support to show debugging label-table link * Add zebra to mgmtd oper-state * Allow longer prefix matches for the next hops * Push all configured IP addresses when the interface comes up * Remove static ARP entries on interface-down events * Support to listen teamd netlink message as bond type * Fix crash when macvlan link-interface is in another netns Breaking Changes: - Enable enforce-first-as by default for BGP - noprefixroute flag for interface prefixes with NetworkManager - Deprecate confd Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
1 parent c1e0b1b commit 03a143c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.0-dev], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [10.0], [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST([PACKAGE_URL])
1313
PACKAGE_FULLNAME="FRRouting"

0 commit comments

Comments
 (0)