Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=P3wHJEf4; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HAGjoC9R Received: by mail.netbsd.org (Postfix, from userid 605) id 378A384F2F; Thu, 18 Apr 2024 16:22:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713457350; bh=Ezk8yygbfVrw7e04K3QRPb9aHc7lPQB8yQMXjazqJiw=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=P3wHJEf42A2Kh7aN9NpyL74NmJnRI5062J6zgmzhRWjLrY/pKdj1jQl5AGvwj3eVr 2Gyh/joshTAZmywMI3tpx6XhEWx4a0pSNG4tUU5TfRORAzJ1H0P7npCWfuvhN20U/m g3ybgNPv9fvOO0xtufb5rpVrArLrdQwlNvWLJrYo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21E1184F2E for ; Thu, 18 Apr 2024 16:22:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KIyw2xN4D3I7 for ; Thu, 18 Apr 2024 16:22:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AE68F84CE2 for ; Thu, 18 Apr 2024 16:22:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713457348; bh=Ezk8yygbfVrw7e04K3QRPb9aHc7lPQB8yQMXjazqJiw=; h=Date:From:Subject:To:Reply-To; b=HAGjoC9RqHc8G4tBEgOHxO+EdmdUqK/ORNNTgbGwXW7stQ6nVp/gEBeebPqGCZidQ SFXyF36H6JV+GScFVzQVDZYmhtCVBFDIO4EG6JoWedFJ6iqcXSdSkoU6gTWuwIewch hZ+kFxQ+5DaMqCdVSqyBtXxxg2oC01WMpt7obPCk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3805FA2C; Thu, 18 Apr 2024 16:22:28 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 16:22:28 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418162228.A3805FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Apr 18 16:22:28 UTC 2024 Modified Files: src/sys/netinet [netbsd-10]: sctp_asconf.c src/sys/netinet6 [netbsd-10]: in6_ifattach.c nd6.c Log Message: Pull up following revision(s) (requested by knakahara in ticket #659): sys/netinet6/in6_ifattach.c: revision 1.122 sys/netinet/sctp_asconf.c: revision 1.14 sys/netinet6/nd6.c: revision 1.282 Fix invalid IPv6 route when ipsecif(4) is deleted tunnel. Pointed out by ohishi@IIJ. The pointed bug is fixed by modification in nd6_need_cache(). Others are similar bugs. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.28.1 src/sys/netinet/sctp_asconf.c cvs rdiff -u -r1.120 -r1.120.12.1 src/sys/netinet6/in6_ifattach.c cvs rdiff -u -r1.279.4.1 -r1.279.4.2 src/sys/netinet6/nd6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.