diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2014-06-24 15:28:35 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2014-06-24 15:28:35 +0200 |
commit | 29700d1993f9108d1cebda02fc7c70d0e2aaeedb (patch) | |
tree | 97bbb2090eddcf1677713c18979151ce84fd3a24 | |
parent | 2891787a62642c76bf0945181637794832658c48 (diff) | |
download | netctl-29700d1993f9108d1cebda02fc7c70d0e2aaeedb.tar.gz netctl-29700d1993f9108d1cebda02fc7c70d0e2aaeedb.tar.xz |
Document support for IPv6 with dhcpcd
-rw-r--r-- | docs/netctl.profile.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt index d841516..29a679f 100644 --- a/docs/netctl.profile.5.txt +++ b/docs/netctl.profile.5.txt @@ -150,8 +150,8 @@ network. In particular, these connection types are +ethernet+, `++dhcpcd++'. 'DHCP6Client=' [requires 'IP6=dhcp' or 'IP6=dhcp-noaddr']:: - The name of the DHCPv6 client to use. By default, only `dhclient' - is supported. Defaults to `++dhclient++'. + The name of the DHCPv6 client to use. By default, `dhcpcd' and + `dhclient' are supported. Defaults to `++dhclient++'. 'DHCPReleaseOnStop=':: Set to `++yes++' to release the DHCP lease when the profile is |