From: Tom Gundersen Date: Mon, 22 Feb 2016 23:21:53 +0000 (+0100) Subject: man: network - improve IPv6Token documentation X-Git-Tag: v231~589^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb142d8ec11b4d0dbda882c18da7c859a5919459;p=platform%2Fupstream%2Fsystemd.git man: network - improve IPv6Token documentation Enabling router advertisement may even trigger SLAAC or DHCPv6 to be used to configure IPv6 addresses on the link. It may not be obvious that only in the SLAAC case will the Token have an effect. Clarify this in the man page. Addresses issue #863. --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index b6f81cc..a6e059e 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -270,8 +270,10 @@ IPv6Token= An IPv6 address with the top 64 bits unset. When set, indicates the - 64-bit interface part of SLAAC IPv6 addresses for this link. By default, - it is autogenerated. + 64-bit interface part of SLAAC IPv6 addresses for this link. Note that + the token is only ever used for SLAAC, and not for DHCPv6 addresses, even + in the case DHCP is requested by router advertisment. By default, the + token is autogenerated.