From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 51DED1FF16B for ; Fri, 21 Nov 2025 15:15:16 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id CBC2922DD2; Fri, 21 Nov 2025 15:15:23 +0100 (CET) From: Gabriel Goller To: pve-devel@lists.proxmox.com Date: Fri, 21 Nov 2025 15:13:21 +0100 Message-ID: <20251121141446.349501-1-g.goller@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1763734458536 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.003 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH frr 0/2] Bump FRR to 10.4.1 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Bump FRR to 10.4.1, we do this for two reasons: * we can drop two patches, which have been merged upstream * fix the libyang errors in the journal * try to update a bit more frequently (maybe always one minor version behind upstream would be nice), so that we can avoid the fallout of updating two major versions (8->10) again. Went through the changelog quite thoroughly, didn't find anything that could cause an issue. Tested it on a few clusters I had lying around (ospf, fabricd(ip4 and ip6), bgp+evpn) and didn't notice anything off. Stefan said he'd test on his clusters next week as well. Would be nice if we get it in early so that we have a nice long testing period. frr: Gabriel Goller (2): bump frr to 10.4.1, remove obsolete patches d/changelog: bump package version debian/changelog | 6 + ...ummy_as_loopback-option-per-default.patch} | 0 ...A_IF_DUMMY-flag-for-dummy-interfaces.patch | 125 ----------- ...on-to-treat-dummy-interfaces-as-loop.patch | 206 ------------------ ...dd-dependancy-to-networking.service.patch} | 0 ...-starting-order-for-debian-packages.patch} | 0 debian/patches/series | 8 +- frr | 2 +- 8 files changed, 10 insertions(+), 337 deletions(-) rename debian/patches/pve/{0006-fabricd-enable-dummy_as_loopback-option-per-default.patch => 0004-fabricd-enable-dummy_as_loopback-option-per-default.patch} (100%) delete mode 100644 debian/patches/pve/0004-zebra-add-ZEBRA_IF_DUMMY-flag-for-dummy-interfaces.patch delete mode 100644 debian/patches/pve/0005-fabricd-add-option-to-treat-dummy-interfaces-as-loop.patch rename debian/patches/pve/{0007-systemd-add-dependancy-to-networking.service.patch => 0005-systemd-add-dependancy-to-networking.service.patch} (100%) rename debian/patches/pve/{0007-tools-fix-daemon-starting-order-for-debian-packages.patch => 0006-tools-fix-daemon-starting-order-for-debian-packages.patch} (100%) Summary over all repositories: 8 files changed, 10 insertions(+), 337 deletions(-) -- Generated by git-murpp 0.8.0 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel