Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E7C0F1A9246 for ; Tue, 10 Nov 2020 11:44:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 278EB84DC6; Tue, 10 Nov 2020 11:44:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 468E884DC3 for ; Tue, 10 Nov 2020 11:44:23 +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 NXsWMA5d6nPU for ; Tue, 10 Nov 2020 11:44:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 948B484DC2 for ; Tue, 10 Nov 2020 11:44:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8295AFB28; Tue, 10 Nov 2020 11:44:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 10 Nov 2020 11:44:22 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/tests/net To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20201110114422.8295AFB28@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: Tue Nov 10 11:44:22 UTC 2020 Modified Files: src/tests/net/if_ipsec [netbsd-9]: t_ipsec.sh t_ipsec_natt.sh t_ipsec_pfil.sh src/tests/net/ipsec [netbsd-9]: common.sh t_ipsec_natt.sh Log Message: Pull up following revision(s) (requested by knakahara in ticket #1129): tests/net/if_ipsec/t_ipsec_pfil.sh: revision 1.3 tests/net/if_ipsec/t_ipsec.sh: revision 1.11 tests/net/if_ipsec/t_ipsec_natt.sh: revision 1.4 tests/net/if_ipsec/t_ipsec_natt.sh: revision 1.5 tests/net/ipsec/t_ipsec_natt.sh: revision 1.4 tests/net/ipsec/t_ipsec_natt.sh: revision 1.5 tests/net/ipsec/common.sh: revision 1.8 Typo in error message Refactor a little and follow new format of "npfctl list". Fix the below ATF failures. - net/if_ipsec/t_ipsec_natt:ipsecif_natt_transport_null - net/if_ipsec/t_ipsec_natt:ipsecif_natt_transport_rijndaelcbc - net/ipsec/t_ipsec_natt:ipsec_natt_transport_ipv4_null - net/ipsec/t_ipsec_natt:ipsec_natt_transport_ipv4_rijndaelcbc ok'ed by ozaki-r@n.o, thanks. Fix missing "-m tranport" options. Pointed out by k-goda@IIJ. Using any mode SA causes unepected call path, that is, ipsec4_common_input_cb() calls ip_input() directly instead of ipsecif4_input(). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.2.1 src/tests/net/if_ipsec/t_ipsec.sh cvs rdiff -u -r1.2 -r1.2.6.1 src/tests/net/if_ipsec/t_ipsec_natt.sh cvs rdiff -u -r1.1 -r1.1.6.1 src/tests/net/if_ipsec/t_ipsec_pfil.sh cvs rdiff -u -r1.7 -r1.7.6.1 src/tests/net/ipsec/common.sh cvs rdiff -u -r1.2 -r1.2.2.1 src/tests/net/ipsec/t_ipsec_natt.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.