summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-04-13 14:31:21 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2013-04-13 14:31:21 +0200
commit748fed60e3c4950b431d5d3c4fae70cb1cc59d4c (patch)
treecb0c58432daaf29e8cfac2493bf1a852c5293ffa /docs
parent6116dfaf2e2c0fe51d1cd0998e697acb5136b481 (diff)
downloadnetctl-748fed60e3c4950b431d5d3c4fae70cb1cc59d4c.tar.gz
netctl-748fed60e3c4950b431d5d3c4fae70cb1cc59d4c.tar.xz
Allow IP6 address to be set in case IP6=stateless
Router advertisements can tell clients to not generate a public address automatically (AdvAutonomous off). Reported by: Jonne Haß
Diffstat (limited to 'docs')
-rw-r--r--docs/netctl.profile.5.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt
index 15234bb..9841a82 100644
--- a/docs/netctl.profile.5.txt
+++ b/docs/netctl.profile.5.txt
@@ -114,13 +114,13 @@ network. In particular, these connection types are +ethernet+,
An array of custom routes of the form +
`**<address range>** via **<gateway>**'.
-'Address6=()' [requires 'IP6=static']::
+'Address6=()' [requires 'IP6=static' or 'IP6=stateless']::
An array of IPv6 addresses. Prefix length may be specified via
`1234:bcd::11/64' syntax. It is possible to specify modifiers, in
particular, `1234:bcd::11/64 nodad' disables Duplicate Address
Detection for the address.
-'Gateway6=' [requires 'IP6=static']::
+'Gateway6=' [requires 'IP6=static' or 'IP6=stateless']::
An IPv6 routing gateway address.
'Routes6='::