diff options
author | Bill Nottingham <notting@redhat.com> | 2009-03-20 12:48:32 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-03-20 12:48:32 -0400 |
commit | f0003e3a245686929791b50896b2a4b22ff689a9 (patch) | |
tree | c0554f70273ff6bad084273cd236b390ed4fbb32 /sysconfig.txt | |
parent | eb389d68f4637418983e4b514a67eb84cf2f4d7b (diff) | |
download | initscripts-f0003e3a245686929791b50896b2a4b22ff689a9.tar initscripts-f0003e3a245686929791b50896b2a4b22ff689a9.tar.gz initscripts-f0003e3a245686929791b50896b2a4b22ff689a9.tar.bz2 initscripts-f0003e3a245686929791b50896b2a4b22ff689a9.tar.xz initscripts-f0003e3a245686929791b50896b2a4b22ff689a9.zip |
Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index e4759809..538a9e3d 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -675,6 +675,10 @@ Files in /etc/sysconfig/network-scripts/ DHCPV6C=yes|no This will enable the DHCPv6 client, dhcp6c, to be run for the interface. See man dhcp6c(8) and dhcp6c.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) + only, not IPv6 addresses. Ethernet-only items: {IPXNETNUM,IPXPRIMARY,IPXACTIVE}_{802_2,802_3,ETHERII,SNAP} |