Received: by mail.netbsd.org (Postfix, from userid 605) id 3132484D72; Thu, 15 Feb 2018 14:43:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6BE2384D69 for ; Thu, 15 Feb 2018 14:43:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id y8GB2zgN1K2r for ; Thu, 15 Feb 2018 14:43:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0E51284CED for ; Thu, 15 Feb 2018 14:43:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A3DAFB40; Thu, 15 Feb 2018 14:43:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 15 Feb 2018 14:43:13 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-7-0] src/sys/netipsec To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180215144313.0A3DAFB40@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org 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 Feb 15 14:43:12 UTC 2018 Modified Files: src/sys/netipsec [netbsd-7-0]: xform_ipip.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1567): sys/netipsec/xform_ipip.c: revision 1.44 PR/52161: Ryota Ozaki: Fix AH tunnel ipsec for ipv6. Compute plen right, don't forget to subtract the ipv6 header length. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.31.6.1 src/sys/netipsec/xform_ipip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.