summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
diff options
context:
space:
mode:
authorSorah Fukumori <her@sorah.jp>2023-04-07 04:15:43 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-04-07 08:15:34 +0900
commit744b04c5571eb1518e686dce505357aa3fb94ce8 (patch)
tree4d4ce529e8005746fc2ef0d34ac8bc298ca3ee76 /man/systemd.netdev.xml
parentaf6c5c7025e2b4059ae38026a4bdffca4ff36b79 (diff)
downloadsystemd-744b04c5571eb1518e686dce505357aa3fb94ce8.tar.gz
man: netdev: Clarify wireguard IPv6 endpoint format
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index b71cedfa26..ca0eefdc07 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -1718,7 +1718,9 @@
<term><varname>Endpoint=</varname></term>
<listitem>
<para>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,
+ <literal>111.222.333.444:51820</literal> for IPv4 and <literal>[1111:2222::3333]:51820</literal>
+ 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.</para>
</listitem>