diff options
author | Bill Nottingham <notting@redhat.com> | 2010-01-08 17:12:09 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-01-08 17:12:09 -0500 |
commit | 36697b32a0ea243447430d8c72ebfd55bc2736c2 (patch) | |
tree | 44e6bfcbf8506c3fce6bdf697c899ea2cd337ba9 /sysconfig.txt | |
parent | 4bc057e8701b8619557640903fd228bef1e8736f (diff) | |
download | initscripts-36697b32a0ea243447430d8c72ebfd55bc2736c2.tar initscripts-36697b32a0ea243447430d8c72ebfd55bc2736c2.tar.gz initscripts-36697b32a0ea243447430d8c72ebfd55bc2736c2.tar.bz2 initscripts-36697b32a0ea243447430d8c72ebfd55bc2736c2.tar.xz initscripts-36697b32a0ea243447430d8c72ebfd55bc2736c2.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.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 55dd4ca5..44db524c 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -672,11 +672,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: |