aboutsummaryrefslogtreecommitdiff
path: root/dhcp6c.8
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-07-30 10:24:19 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-07-30 10:24:19 +0000
commitd9f9f7c2dcd7bfe811180c5d81bead4559a4fb2e (patch)
tree28c050fe90de341a51f758995cf2f982ff76333b /dhcp6c.8
parent0f9655313ebb4d789165c167262d8becba6e5d01 (diff)
* supported the following options:
NIS server option, NIS domain option (RFC3898) NIS+ server option, NIS+ domain option (RFC3898) BCMCS server option, BCMCS domain option (RFC4280) * changed the name of the enviromental variable for SIP server address (new_sip_servers). * removed a configure option to control the NTP option number. (since one year has been passed since its official assignment)
Diffstat (limited to 'dhcp6c.8')
-rw-r--r--dhcp6c.824
1 files changed, 19 insertions, 5 deletions
diff --git a/dhcp6c.8 b/dhcp6c.8
index 93535b4..d82f184 100644
--- a/dhcp6c.8
+++ b/dhcp6c.8
@@ -140,12 +140,30 @@ which provides DNS name search path.
A list of available NTP servers,
each of which is an IPv6 numeric address and is separated by a white
space character.
-.It Ic new_sip_name_servers
+.It Ic new_sip_servers
A list of available SIP server addresses,
each of which is an IPv6 numeric address and is separated by a white
space character.
.It Ic new_sip_name
A list of SIP server domain names.
+.It Ic new_nis_servers
+A list of available NIS server addresses,
+each of which is an IPv6 numeric address and is separated by a white
+space character.
+.It Ic new_nis_name
+A list of NIS domain names.
+.It Ic new_nisp_servers
+A list of available NIS+ server addresses,
+each of which is an IPv6 numeric address and is separated by a white
+space character.
+.It Ic new_nisp_name
+A list of NIS+ domain names.
+.It Ic new_bcmcs_servers
+A list of available BCMCS server addresses,
+each of which is an IPv6 numeric address and is separated by a white
+space character.
+.It Ic new_bcmcs_name
+A list of BCMCS server domain names.
.El
.Pp
Note that the daemon does not always provide all the parameters.
@@ -173,10 +191,6 @@ command first appeared in WIDE/KAME IPv6 protocol stack kit.
is incomplete and violates DHCPv6 protocol spec, in several aspects.
In particular, temporary address assignment is intentionally omitted.
.Pp
-Some of useful option type values are still not officially assigned.
-The current implementation uses experimental values,
-which may cause interoperability problems with other implementations.
-.Pp
Information Refresh Time Option is not recognied in Info-req mode, since
.Nm
terminates after it receives a REPLY message.