summaryrefslogtreecommitdiff
path: root/src/systemd/sd-dhcp-client.h
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@vmware.com>2020-03-23 10:39:37 +0100
committerSusant Sahani <ssahani@vmware.com>2020-03-28 11:21:17 +0100
commit2c649ca1c92e88175f89ae31a8d9f345d8329c2a (patch)
tree7a7e142f0f5e2a1879c186afa664186c0a8db3bf /src/systemd/sd-dhcp-client.h
parent69d06b7acfd582d8f0b6978b29ba96a32aca47ff (diff)
downloadsystemd-2c649ca1c92e88175f89ae31a8d9f345d8329c2a.tar.gz
sd-dhcp: Add support to emit and retrieve SMTP server
Diffstat (limited to 'src/systemd/sd-dhcp-client.h')
-rw-r--r--src/systemd/sd-dhcp-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-dhcp-client.h b/src/systemd/sd-dhcp-client.h
index b8ffe78468..dc2fd02afe 100644
--- a/src/systemd/sd-dhcp-client.h
+++ b/src/systemd/sd-dhcp-client.h
@@ -83,6 +83,7 @@ enum {
SD_DHCP_OPTION_REBINDING_T2_TIME = 59,
SD_DHCP_OPTION_VENDOR_CLASS_IDENTIFIER = 60,
SD_DHCP_OPTION_CLIENT_IDENTIFIER = 61,
+ SD_DHCP_OPTION_SMTP_SERVER = 69,
SD_DHCP_OPTION_POP3_SERVER = 70,
SD_DHCP_OPTION_USER_CLASS = 77,
SD_DHCP_OPTION_FQDN = 81,