From: Sorah Fukumori Date: Thu, 6 Apr 2023 19:15:43 +0000 (+0900) Subject: man: netdev: Clarify wireguard IPv6 endpoint format X-Git-Tag: v254-rc1~793 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=744b04c5571eb1518e686dce505357aa3fb94ce8;p=thirdparty%2Fsystemd.git man: netdev: Clarify wireguard IPv6 endpoint format --- diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index b71cedfa269..ca0eefdc075 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -1718,7 +1718,9 @@ Endpoint= Sets an endpoint IP address or hostname, followed by a colon, and then - a port number. This endpoint will be updated automatically once to + a port number. IPv6 address must be in the square brackets. For example, + 111.222.333.444:51820 for IPv4 and [1111:2222::3333]:51820 + for IPv6 address. This endpoint will be updated automatically once to the most recent source IP address and port of correctly authenticated packets from the peer at configuration time.