frr: Update to version 10.7.1
Commit Message
- Update from version 10.7.0 to 10.7.1
- No change in rootfile
- Changelog
10.7.1
What's Changed
bgpd: Discard malformed BGP-LS attribute instead of withdrawing (backport #22674) by @mergify[bot] in #22675
Pim crash and use after free (backport #22684) by @mergify[bot] in #22688
bgpd: Reject malformed NHC attribute with a trailing partial TLV (backport #22673) by @mergify[bot] in #22698
pimd: fix null-check and stream read issues (backport #22680) by @mergify[bot] in #22702
pimd: sanitize IGMPv3 and mtrace packet-derived lengths (backport #22679) by @mergify[bot] in #22700
lib: fix wrong nexthop comparision for SRv6 (backport #22710) by @mergify[bot] in #22713
ospf6d: avoid route use after unlock in best route iterator (backport #22549) by @mergify[bot] in #22711
Improve pim autorp test stability in CI (backport #22730) by @mergify[bot] in #22736
bgpd: Preserve disable_ieee_floating on link-bandwidth extended communities (backport #22682) by @mergify[bot] in #22738
lib: fix wrong nexthop comparision for SRv6 by @ton31337 in #22759
lib: Fix ZAPI SRv6 nexthop comparison (backport #22772) by @mergify[bot] in #22786
bgpd: Ignore duplicate Prefix-SID SRv6 L3 Service TLVs (backport #22602) by @mergify[bot] in #22769
bgpd: Fix crash for no neighbor X path-attribute discard ... (backport #22785) by @mergify[bot] in #22793
lib: Clear seg6local context when deleting seg6local state (backport #22790) by @mergify[bot] in #22799
bgpd: Fix link-bandwidth extended community handling above ~34 Gbps (backport #22681) by @mergify[bot] in #22845
A couple minor bgpd fixes (backport #22512) by @mergify[bot] in #22853
bgpd: fix BAD_COPY_PASTE in bgp_path_info_cmp() (backport #22838) by @mergify[bot] in #22859
bgpd: fix link-bandwidth AS truncation in route-map for extended encoding (backport #22867) by @mergify[bot] in #22868
zebra: Fix SRv6 source-address config output (backport #22879) by @mergify[bot] in #22902
zebra: Fix SRv6 locator delete after no prefix (backport #22882) by @mergify[bot] in #22899
bgpd: fix RD route_node refcount leak in bgp_safi_node_lookup() (backport #22938) by @mergify[bot] in #22940
zebra: backport stale ifp cleanup PRs to 10.7 by @mjstapp in #22969
bgpd: Fix route-map use count for EVPN no advertise (backport #22945) by @mergify[bot] in #22954
isisd: Fix Router Capability subTLV parsing (backport #22873) by @mergify[bot] in #22976
bgpd: Withdraw routes with malformed SRv6 Service TLVs (backport #22980) by @mergify[bot] in #22997
isisd: backport #22234 (per-AF adjacency usability / SPF nexthop gating) to stable/10.7 by @gdmiller-za in #22999
*: fix some mem leaks in error paths (backport #23031) by @mergify[bot] in #23033
lib: bound the locator name skip in zapi_srv6_sid_notify_decode (backport #23035) by @mergify[bot] in #23045
bgpd: fix self nexthop overwrite in unnumbered interfaces setup (backport #23054) by @mergify[bot] in #23080
zebra: add TUNNEL_CSUM to netlink EVPN DVNI encode (backport #23058) by @mjstapp in #23084
watchfrr: don't admit to systemd that we restart (backport #23088) by @mergify[bot] in #23091
bgpd: allow GR-helper stale paths through the evaluate_paths peer-down skip (backport #23067) by @mergify[bot] in #23111
zebra: notify the client when an SRv6 SID allocation fails (backport #23051) by @mergify[bot] in #23128
bgpd: Do not print advertise-pip if it has a default value (backport #23110) by @ton31337 in #23127
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/frr | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -26,7 +26,7 @@ include Config
SUMMARY = FRRouting Routing daemon
-VER = 10.7.0
+VER = 10.7.1
THISAPP = frr-frr-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = frr
-PAK_VER = 18
+PAK_VER = 19
DEPS =
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 4adc266bb68788d084986ec5ada3aff2f8cee29203556340932930f8232b217ca649d126b982e03f8c7f82144ef6efed29eea2055d32d08cde242c52c6acca89
+$(DL_FILE)_BLAKE2 = 7f7e703a5d2a2615c5061e57aed6dbd36baa796592cc03d2c1c8bb306e183957eeb331c586953bfd87e16f39947988a74c00f76b79a8284d07967f05ec1362e5
install : $(TARGET)