diff options
author | Denys Vlasenko | 2017-06-26 19:42:48 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-06-26 19:42:48 +0200 |
commit | 234b82ca19afb20276722334ecf1576f801cb588 (patch) | |
tree | bfeeaeed852df8febe5a22719469d28a1bda62d4 /networking/udhcp/d6_common.h | |
parent | 4add757929a33203e6b5f829eb518654a73ad4e4 (diff) | |
download | busybox-234b82ca19afb20276722334ecf1576f801cb588.zip busybox-234b82ca19afb20276722334ecf1576f801cb588.tar.gz |
udhcpc6: add support for timezones
Basedon patch by Bernd Holzmüller <bernd.holzmueller@tiggerswelt.net>
function old new delta
option_to_env 504 580 +76
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/d6_common.h')
-rw-r--r-- | networking/udhcp/d6_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/udhcp/d6_common.h b/networking/udhcp/d6_common.h index fcec8c1..ca57883 100644 --- a/networking/udhcp/d6_common.h +++ b/networking/udhcp/d6_common.h @@ -89,6 +89,9 @@ struct d6_option { #define D6_OPT_CLIENT_FQDN 39 +#define D6_OPT_TZ_POSIX 41 +#define D6_OPT_TZ_NAME 42 + /*** Other shared functions ***/ struct client6_data_t { |