summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp6-lease-internal.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-09-24 14:09:14 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-09-29 15:29:41 +0900
commit9c3d46bf8d933d6ff4da6876ebbc0f13d65bee76 (patch)
tree476bcb081f310adaaf6462a02a166b5749b36368 /src/libsystemd-network/dhcp6-lease-internal.h
parent41b14f03297ccecdee9429c447cc85b471d3df21 (diff)
downloadsystemd-9c3d46bf8d933d6ff4da6876ebbc0f13d65bee76.tar.gz
sd-dhcp6-client: support multiple NTP server options
Also, it is allowed that the suboption appears multiple times, and each suboption contains one NTP server.
Diffstat (limited to 'src/libsystemd-network/dhcp6-lease-internal.h')
-rw-r--r--src/libsystemd-network/dhcp6-lease-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp6-lease-internal.h b/src/libsystemd-network/dhcp6-lease-internal.h
index d6311b7d38..8584336341 100644
--- a/src/libsystemd-network/dhcp6-lease-internal.h
+++ b/src/libsystemd-network/dhcp6-lease-internal.h
@@ -50,7 +50,7 @@ int dhcp6_lease_get_pd_iaid(sd_dhcp6_lease *lease, be32_t *iaid);
int dhcp6_lease_set_dns(sd_dhcp6_lease *lease, const uint8_t *optval, size_t optlen);
int dhcp6_lease_add_domains(sd_dhcp6_lease *lease, const uint8_t *optval, size_t optlen);
-int dhcp6_lease_set_ntp(sd_dhcp6_lease *lease, const uint8_t *optval, size_t optlen);
+int dhcp6_lease_add_ntp(sd_dhcp6_lease *lease, const uint8_t *optval, size_t optlen);
int dhcp6_lease_set_sntp(sd_dhcp6_lease *lease, const uint8_t *optval, size_t optlen) ;
int dhcp6_lease_set_fqdn(sd_dhcp6_lease *lease, const uint8_t *optval, size_t optlen);