Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=m/G9JUXB; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=aNv3qW5J Received: by mail.netbsd.org (Postfix, from userid 605) id D636984F24; Thu, 18 Apr 2024 15:44:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713455080; bh=H84fXBnqNmglujyOAEb7A0NlGYljfXtqS1zvuprGn24=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=m/G9JUXBSs3GW1VqRwJ8U+3QXn18OP22TA/+aiQIu94TNxCHhsKZT2QpoDyUS75qV QR4tvTHbZwk5TmNfMhxbdlhkjwWghJ6ps9Uhw/Pk1+C00InxjJDU/rvYfagtacBnrx PGi19l5HEFuwz+jFZfa8COwZogBx8luqXUTj0z68= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD3E484F23 for ; Thu, 18 Apr 2024 15:44:38 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CO4634g9CB-l for ; Thu, 18 Apr 2024 15:44:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1A9C384CC8 for ; Thu, 18 Apr 2024 15:44:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713455078; bh=H84fXBnqNmglujyOAEb7A0NlGYljfXtqS1zvuprGn24=; h=Date:From:Subject:To:Reply-To; b=aNv3qW5J5kLChSTlUf/nK/x94wdGlwvfDH4x1T1DdKjQMHjFNobs6vTohsYtETUcG oqqh39vMVxhSIbfieOzcG1Vhnc/6wvysJRq9vBAC/HFYCuJhNMZPVjFEf0tTkdHU18 v3shaD0IrwvoalQZ9uSV1ka7nGoDcoIycdI1DsdY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0EB48FA2C; Thu, 18 Apr 2024 15:44:38 +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 15:44:38 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/share/man/man4 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418154438.0EB48FA2C@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 15:44:37 UTC 2024 Modified Files: src/share/man/man4 [netbsd-10]: wg.4 Log Message: Pull up following revision(s) (requested by riastradh in ticket #658): share/man/man4/wg.4: revision 1.8 share/man/man4/wg.4: revision 1.9 wg(4): Rework example numbering for clarity and add IPv6. Let's avoid triggering unease with host number 0. PR misc/58015 wg(4): Fix IPv6 numbering in example diagram. This way it matches the configuration suggested below (which avoids host number zero on the subnet). PR misc/58015 To generate a diff of this commit: cvs rdiff -u -r1.6.6.1 -r1.6.6.2 src/share/man/man4/wg.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.