From a267f52c3aeecd51ec2b2db5c03115110a1d2516 Mon Sep 17 00:00:00 2001 From: Jafar Al-Gharaibeh Date: Wed, 2 Mar 2022 00:14:46 -0600 Subject: [PATCH] FRR Release 8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The FRRouting community would like to announce FRR Release 8.2. This release consists of just over 800 commits from 62 authors. Selected features and bug fixes are listed below. babeld: Fix the checks for truncated packets bfdd: Correct one spelling error of comment Fix detection timeout update Fix possibly wrong counter of control packets bgpd: Add "json" option to a few more show commands Add 'show bgp json detail' header data Add a 6 hour warning to missing policy Add an ability to match ipv6 next-hop by prefix-list Add autocomplete for access-list under bmp node Add autocomplete for as-path filters Add autocomplete for set/match community/large/ext lists Add long-lived graceful restart capability Add peer-groups to neighbor autocomplete Adjust symbolic names for cease notifications according to rfc4486 Deprecate dpa, advertiser and rcid_path path attributes Extended bgp administrative shutdown communication Fix crash when using "show bgp vrf all" Fix inconsistency of match ip/ipv6 next-hop commands Fix missing name of default vrf Handle TCP connection errors with connection callbacks for RPKI Implement llgr helper mode Implement rfc9072 Support redirect import more than one route-target ipv6 docker: Update alpine build enable set own version isisd: Add link state traffic engineering support Fix router capability tlv parsing issues Fix running-config for fast-reroute Make isis work with default vrf name different than 'default' ospf6d: Add missing vrf parameter to "clear ipv6 ospf6 interface" Add prompt for commands with non-exist vrf Add support for nssa type-7 address ranges Add the ability of specifying router-id/area-id in no debug ospf6 Do not originate type-4 lsa when nssa Do not send type-5 into stub area Fix ecmp inter-area route nexthop update Fix memory leak for `show ipv6 ospf6 zebra json` ospfd: Fix wrong comparison of routemap name Fix crash on "ospf send-extra-data zebra" Fix incorrect detection of topology changes in helper mode Fix loss of mixed form in "range" command Fix no-form of "graceful-restart" command Fix summary-address deletion Fix wrong parsing of te subtlv pbrd: Add vlan actions to vty Pbr route maps get addr family of nhgs Protect from a possible null dereference pimd: Do not allow 224.0.0.0/24 range in igmp join Fix igmp user config Fix msdp mesh grp with wildcard member addr Fix stale forwarding entries left around after join goes away Fix FRR drops IGMP packets for TOS value other than 0XC0 redhat: Check if frr.conf already exists Logrotate file has typo for staticd ripd: Fix packet send for non primary addresses vtysh: Add missing rpki node when showing config Improve startup time by ca. ×6 remove `address-family evpn` watchfrr: Allow an integrated config to work within a namespace zebra: Add optional nhg id output to `show ip ro` Add resolver flag for nexthop in json Add support for json output in srv6 locator detail command Don't lose next hop weights while exporting via fpm Fix buffer overflow Fix netns deletion Fix route-map application when when using vrfs * Contributors Abhishek Naik Adriano Marto Reis Ahmad Caracalli anlan_cs Anuradha Karuppiah ARShreenidhi Baptiste Jonglez Chirag Shah Christian Hopps ckishimo David Lamparter David Schweizer Donald Lee Donald Sharp Donatas Abraitis Eli Baum ewlumpkin Fabrice Fontaine Fredi Raspall github login name Hiroki Shirokura Igor Ryzhov Iqra Siddiqui Jafar Al-Gharaibeh Javier Garcia Jonas Gorski Juraj Vijtiuk Kantesh Mundaragi Karel Van Hecke kiselev99 LEI BAO Lou Berger Louis Scalbert Manoj Naragund Mark Stapp Marlin Cremers Martin Buck Martin Winter Mobashshera Rasool Olivier Dugeon Philippe Guibert Punith Kumar qingkaishi Quentin Young Rafael Zalamena Renato Westphal rgirada ron Ruslan Babayev Ryoga Saito Sai Gomathi Sarita Patra Solyn Stephen Worley Tomi Salminen Trey Aspelund wangshengjun Xiao Liang Yamato Sugawara Yuan Yuan zyxwvu Shi Signed-off-by: Jafar Al-Gharaibeh --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0d598954cc..dd5629668e 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [8.2-dev], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.2], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" -- 2.39.5