diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-03-07 19:17:05 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-03-10 14:47:28 +0900 |
commit | 3d80c57b7ee76505f08532e31e847c909ff7cee5 (patch) | |
tree | 317635fb1099aa87482164a9a0a13b523abd4f97 /src/systemd/sd-dhcp6-client.h | |
parent | 3cb62efef8c4c8cb8bd710af339b2006ac1e9153 (diff) | |
download | systemd-3d80c57b7ee76505f08532e31e847c909ff7cee5.tar.gz |
sd-dhcp6-client: rename timezone options
To make them follow corresponding DHCPv4 options.
Diffstat (limited to 'src/systemd/sd-dhcp6-client.h')
-rw-r--r-- | src/systemd/sd-dhcp6-client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd/sd-dhcp6-client.h b/src/systemd/sd-dhcp6-client.h index 1bb21e0255..d89b7d1c83 100644 --- a/src/systemd/sd-dhcp6-client.h +++ b/src/systemd/sd-dhcp6-client.h @@ -81,8 +81,8 @@ enum { SD_DHCP6_OPTION_SUBSCRIBER_ID = 38, /* RFC 4580 */ SD_DHCP6_OPTION_CLIENT_FQDN = 39, /* RFC 4704 */ SD_DHCP6_OPTION_PANA_AGENT = 40, /* RFC 5192 */ - SD_DHCP6_OPTION_NEW_POSIX_TIMEZONE = 41, /* RFC 4833 */ - SD_DHCP6_OPTION_NEW_TZDB_TIMEZONE = 42, /* RFC 4833 */ + SD_DHCP6_OPTION_POSIX_TIMEZONE = 41, /* RFC 4833 */ + SD_DHCP6_OPTION_TZDB_TIMEZONE = 42, /* RFC 4833 */ SD_DHCP6_OPTION_ERO = 43, /* RFC 4994 */ SD_DHCP6_OPTION_LQ_QUERY = 44, /* RFC 5007 */ SD_DHCP6_OPTION_CLIENT_DATA = 45, /* RFC 5007 */ |