summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-04-08 11:43:17 -0500
committerJafar Al-Gharaibeh <jafar@atcorp.com>2024-04-08 12:17:26 -0500
commit03a143cd49ed1b190cb38f48a31ef4d71fa01a02 (patch)
tree7e78b3486200d13d0a4bca809cabaddfc2e98725
parentc1e0b1b24c0e9e574cb05e39a7139fd9cabf177b (diff)
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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5c1f17057f..0a4066159c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ([2.69])
-AC_INIT([frr], [10.0-dev], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [10.0], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"