aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-01-08 17:12:09 -0500
committerBill Nottingham <notting@redhat.com>2010-01-08 17:18:36 -0500
commitf62244b39af4360bbf701634014f124654aedc6d (patch)
tree8623fb26c56dadac4d2db0bffe961027bae5909f /sysconfig.txt
parentbd0bb1a92c749739696f5ad14fc68d1baf305ce0 (diff)
downloadinitscripts-f62244b39af4360bbf701634014f124654aedc6d.tar
initscripts-f62244b39af4360bbf701634014f124654aedc6d.tar.gz
initscripts-f62244b39af4360bbf701634014f124654aedc6d.tar.bz2
initscripts-f62244b39af4360bbf701634014f124654aedc6d.tar.xz
initscripts-f62244b39af4360bbf701634014f124654aedc6d.zip
Run '/sbin/dhclient -6' instead of /sbin/dhcp6c (#553017, <dcantrell@redhat.com>)
The ISC software is now used for DHCPv6 support, so run dhclient in DHCPv6 mode instead of the older /sbin/dhcp6c program. Still honor the same configuration variables.
Diffstat (limited to 'sysconfig.txt')
-rw-r--r--sysconfig.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 3be175fb..2dce8e81 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -665,11 +665,11 @@ Files in /etc/sysconfig/network-scripts/
IPv6-only option to enable DHCPv6 client:
DHCPV6C=yes|no
- This will enable the DHCPv6 client, dhcp6c, to be run for the interface.
- See man dhcp6c(8) and dhcp6c.conf(5).
+ This will enable the DHCPv6 features of dhclient to be run for the interface.
+ See man dhclient(8) and dhclient.conf(5).
DHCPV6C_OPTIONS=...
This will pass given arguments to the DHCPv6 client. For example,
- "-I" option will request network information (e.g., DNS addresses)
+ "-S" option will request network information (e.g., DNS addresses)
only, not IPv6 addresses.
Ethernet-only items: