aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/d6_common.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-06-26 19:42:48 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-06-26 19:42:48 +0200
commit234b82ca19afb20276722334ecf1576f801cb588 (patch)
treebfeeaeed852df8febe5a22719469d28a1bda62d4 /networking/udhcp/d6_common.h
parent4add757929a33203e6b5f829eb518654a73ad4e4 (diff)
downloadbusybox-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/udhcp/d6_common.h b/networking/udhcp/d6_common.h
index fcec8c15a..ca5788390 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 {