debian, redhat: update changelog for new release

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
This commit is contained in:
Jafar Al-Gharaibeh 2022-03-02 00:09:40 -06:00
parent 4febdb6b9a
commit 778e0cef38
2 changed files with 90 additions and 2 deletions

6
debian/changelog vendored
View file

@ -4,6 +4,12 @@ frr (8.3~dev-1) UNRELEASED; urgency=medium
-- Donatas Abraitis <donatas.abraitis@gmail.com> Tue, 01 Feb 2022 11:00:00 +0200
frr (8.2-0) UNRELEASED; urgency=medium
* New upstream release FRR 8.2
-- Jafar Al-Gharaibeh <jafar@atcorp.com> Tue, 01 Mar 2022 10:00:00 +0500
frr (8.1-0) unstable; urgency=medium
* New upstream release FRR 8.1

View file

@ -774,9 +774,91 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
%changelog
* Tue Nov 4 2021 Martin Winter <mwinter@opensourcerouting.org> - %{version}
* Tue Mar 1 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
* Tue Feb 1 2022 Donatas Abraitis <donatas.abraitis@gmail.com> - 8.2
* Tue Mar 1 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.2
- 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 <afi> <safi> 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
* Tue Nov 2 2021 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.1
- FRR 8.1 brings a long list of enhancements and fixes with 1200 commits from