Skip to content

Commit

Permalink
FRR Release 10.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jafaral committed Apr 8, 2024
1 parent c1e0b1b commit 03a143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 03a143c

Please sign in to comment.