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 configire 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

Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
  • Loading branch information
Jafaral committed Mar 26, 2024
1 parent 088f03c commit f976094
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 f976094

Please sign in to comment.