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-w32-234b82ca19afb20276722334ecf1576f801cb588.tar.gz
busybox-w32-234b82ca19afb20276722334ecf1576f801cb588.tar.bz2
busybox-w32-234b82ca19afb20276722334ecf1576f801cb588.zip
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 {
89 89
90#define D6_OPT_CLIENT_FQDN 39 90#define D6_OPT_CLIENT_FQDN 39
91 91
92#define D6_OPT_TZ_POSIX 41
93#define D6_OPT_TZ_NAME 42
94
92/*** Other shared functions ***/ 95/*** Other shared functions ***/
93 96
94struct client6_data_t { 97struct client6_data_t {