2010-05-13 22:27:05 +00:00
|
|
|
# Client configuration file example for DHCPv6
|
|
|
|
|
2012-03-28 15:29:59 +00:00
|
|
|
option dhcp6.rfc4833-tz-posix-string code 41 = string;
|
|
|
|
option dhcp6.rfc4833-tz-name code 42 = string;
|
|
|
|
|
2010-05-13 22:27:05 +00:00
|
|
|
# The client side command to enable rapid-commit (2 packet exchange)
|
2011-09-06 14:43:10 +00:00
|
|
|
send dhcp6.rapid-commit;
|
2010-05-13 22:27:05 +00:00
|
|
|
|
|
|
|
# name-servers and domain-search are requested by default.
|
|
|
|
# here is the way to request sip-servers-addresses too
|
2012-03-28 15:29:59 +00:00
|
|
|
also request dhcp6.sip-servers-addresses,
|
|
|
|
dhcp6.rfc4833-tz-posix-string, dhcp6.rfc4833-tz-name;
|
2010-05-13 22:27:05 +00:00
|
|
|
|