diff options
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 { |