From 744b04c5571eb1518e686dce505357aa3fb94ce8 Mon Sep 17 00:00:00 2001 From: Sorah Fukumori Date: Fri, 7 Apr 2023 04:15:43 +0900 Subject: [PATCH] man: netdev: Clarify wireguard IPv6 endpoint format --- man/systemd.netdev.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.47.3