Module Name:    src
Committed By:   riastradh
Date:           Sat Mar 23 21:34:07 UTC 2024

Modified Files:
        src/share/man/man4: wg.4

Log Message:
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.8 -r1.9 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.

Modified files:

Index: src/share/man/man4/wg.4
diff -u src/share/man/man4/wg.4:1.8 src/share/man/man4/wg.4:1.9
--- src/share/man/man4/wg.4:1.8	Tue Mar 12 02:28:03 2024
+++ src/share/man/man4/wg.4	Sat Mar 23 21:34:07 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: wg.4,v 1.8 2024/03/12 02:28:03 riastradh Exp $
+.\"	$NetBSD: wg.4,v 1.9 2024/03/23 21:34:07 riastradh Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -83,7 +83,7 @@ Stationary server:                      
 |        [wm0]----------internet-----------[bge0]        |
 |    [wg0] port 1234 - - - (tunnel) - - - - - - [wg0]    |
 |   10.2.0.1                  |               10.2.0.42  |
-|   fd00:2::0                 |              fd00:2::42  |
+|   fd00:2::1                 |              fd00:2::42  |
 |         |                   |                |         |
 +--[wm1]--+          +-----------------+       +---------+
      | 10.1.0.1      | VPN 10.2.0.0/24 |

Reply via email to