server and client configs [not used yet]. OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=90
14 lines
470 B
Plaintext
14 lines
470 B
Plaintext
# Client configuration file example for DHCPv6
|
|
|
|
option dhcp6.rfc4833-tz-posix-string code 41 = string;
|
|
option dhcp6.rfc4833-tz-name code 42 = string;
|
|
|
|
# The client side command to enable rapid-commit (2 packet exchange)
|
|
send dhcp6.rapid-commit;
|
|
|
|
# name-servers and domain-search are requested by default.
|
|
# here is the way to request sip-servers-addresses too
|
|
also request dhcp6.sip-servers-addresses,
|
|
dhcp6.rfc4833-tz-posix-string, dhcp6.rfc4833-tz-name;
|
|
|