summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-09-17 09:14:12 +0200
committerGitHub <noreply@github.com>2019-09-17 09:14:12 +0200
commit8dd2fb558f19284722268b218e44c642f25f9d21 (patch)
tree5578b4ab31ddad7444b60f10247bdfd806425e60 /src/systemd
parent6327aa9f6c5701e44541e685c6bf44d3a8c40f50 (diff)
parent9973e6c43abb9d3d73fcfee83c886dbd32e700ca (diff)
downloadsystemd-8dd2fb558f19284722268b218e44c642f25f9d21.tar.gz
Merge pull request #13494 from yuwata/dhcp6-delay
dhcp6: rfc8415 fixes
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-dhcp6-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-dhcp6-client.h b/src/systemd/sd-dhcp6-client.h
index 43d38f5c7d..3aac3f14fe 100644
--- a/src/systemd/sd-dhcp6-client.h
+++ b/src/systemd/sd-dhcp6-client.h
@@ -66,6 +66,7 @@ enum {
SD_DHCP6_OPTION_IA_PD_PREFIX = 26, /* RFC 3633, prefix delegation */
SD_DHCP6_OPTION_SNTP_SERVERS = 31, /* RFC 4075, deprecated */
+ SD_DHCP6_OPTION_INFORMATION_REFRESH_TIME = 32, /* RFC 8415, sec. 21.23 */
/* option code 35 is unassigned */