summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2025-03-09 23:11:11 -0500
committerJafar Al-Gharaibeh <jafar@atcorp.com>2025-03-09 23:11:11 -0500
commit85cf1ed576deed121751e16a64970f8a652a9e1e (patch)
treee82fa35486da6b5902bc421957ae6b5abc663b18
parentbd84f13965d4c4c1c625d3473bcdc5742854bee3 (diff)
- Major highlights: - Lua 5.4 support - Fixed CVE-2024-55553 - New match community-count BGP command to limit communities count - New set metric igp|aigp BGP command to inject IGP metric as MED into BGP - New bgp ipv6-auto-ra BGP command - Optimize BGP EVPN L2VNI/L3VIN remote routes processing - Respect non-transitive BGP extended communities between direct peers - Drop deprecated bgp network import-check exact command - Handle BGP ENHE (Extended Next Hop Encoding) capability via dynamic capability - Implement BGP connect backoff retry - Implement an ability to import BMP information from a separate BGP instance - Add support of BGP color extended community color-only types - Implement SBFD - Add support for SRv6 static SIDs - Implement embedded-rp for PIMv6 - Implement AutoRP mapping-agent for PIM - Implement MSDP peer SA limiting 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 e04c0b6d46..d3776e5f67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ([2.69])
-AC_INIT([frr], [10.3-dev], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [10.3], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"