summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/dhcp-lease-internal.h
diff options
context:
space:
mode:
authorRonan Pigott <ronan@rjp.ie>2023-06-30 00:53:02 +0200
committerRonan Pigott <ronan@rjp.ie>2023-06-30 01:42:16 +0200
commit7040fd381a60959076c166cc8d38156bfc42aedf (patch)
treea57ef07cb42eee07f5c3ce320bad3e4d5d6d6e8e /src/libsystemd-network/dhcp-lease-internal.h
parentmeson: merge two similar loops for unit files (diff)
downloadsystemd-7040fd381a60959076c166cc8d38156bfc42aedf.tar.xz
systemd-7040fd381a60959076c166cc8d38156bfc42aedf.zip
dhcp-client: parse RFC8910 captive portal dhcp option
Diffstat (limited to 'src/libsystemd-network/dhcp-lease-internal.h')
-rw-r--r--src/libsystemd-network/dhcp-lease-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-network/dhcp-lease-internal.h b/src/libsystemd-network/dhcp-lease-internal.h
index a660e52201..6503e3ce2d 100644
--- a/src/libsystemd-network/dhcp-lease-internal.h
+++ b/src/libsystemd-network/dhcp-lease-internal.h
@@ -60,6 +60,7 @@ struct sd_dhcp_lease {
char **search_domains;
char *hostname;
char *root_path;
+ char *captive_portal;
void *client_id;
size_t client_id_len;