]> git.puffer.fish Git - mirror/frr.git/commit
FRR Release 9.1.0 docker/9.1.0 frr-9.1
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 27 Nov 2023 13:32:03 +0000 (07:32 -0600)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Mon, 27 Nov 2023 13:45:33 +0000 (07:45 -0600)
commite3e69cf6719d1615f7f78ec56384fae8db0dd7a4
treec647cb776b1f3a56d8f7da33d254cb4a718e2437
parent4f0d775b71d90f188c2b55164ba3b66ed26a5a72
FRR Release 9.1.0

* Release Overview

- OSPFv2 HMAC-SHA Cryptographic Authentication
- BGP MAC-VRF Site-Of-Origin support
- BGP Dynamic capability support
- IS-IS SRv6 uSID support (RFC 9352)
- Next-hop resolution via the default route
- Add support for VLAN, ECN, DSCP mangling/filtering
- Zebra support for route replace semantics in FPM
- New command for BGP `neighbor x addpath-tx-best-selected`
- New command for BGP `mpls bgp l3vpn-multi-domain-switching`
- A couple more new BGP route-map commands:
  - set as-path exclude all
  - set as-path exclude as-path-access-list
  - set extended-comm-list delete
  - set as-path replace <any|ASN> [<ASN>]
  - set as-path replace as-path-access-list WORD [<ASN>]
  - match community-list X any

* libyang 2.1.80 related breaking changes

  prefix-list matching in route-maps is fundamentally broken with libyang 2.1.111.
  If you have this version, please downgrade to the most stable version 2.1.80.

* Deprecations

- Deprecate pre-standard outbound route filtering capability
- Deprecate pre-standard route refresh capability
- Drop deprecated capability

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>